Skip to content
Merged
8 changes: 8 additions & 0 deletions .vscode/project.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"name": "examples/cambria",
"path": "../examples/cambria"
},
{
"name": "examples/types",
"path": "../examples/types"
},
{
"name": "examples/converter",
"path": "../examples/converter"
Expand All @@ -27,6 +31,10 @@
{
"name": "tools/jsonschema2storyblok",
"path": "../tools/jsonschema2storyblok"
},
{
"name": "tools/jsonschema2types",
"path": "../tools/jsonschema2types"
}
],
"settings": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@kickstartds/cambria-example",
"comment": "",
"type": "none"
}
],
"packageName": "@kickstartds/cambria-example"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@kickstartds/cambria",
"comment": "remove patch definition",
"type": "patch"
}
],
"packageName": "@kickstartds/cambria"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@kickstartds/converter-example",
"comment": "update design system version used",
"type": "patch"
}
],
"packageName": "@kickstartds/converter-example"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@kickstartds/jsonschema-utils",
"comment": "fix layering, add some utility functions",
"type": "patch"
}
],
"packageName": "@kickstartds/jsonschema-utils"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@kickstartds/jsonschema-utils",
"comment": "",
"type": "none"
}
],
"packageName": "@kickstartds/jsonschema-utils"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@kickstartds/jsonschema2netlifycms",
"comment": "",
"type": "none"
}
],
"packageName": "@kickstartds/jsonschema2netlifycms"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@kickstartds/jsonschema2storyblok",
"comment": "",
"type": "none"
}
],
"packageName": "@kickstartds/jsonschema2storyblok"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@kickstartds/jsonschema2types",
"comment": "add first version of converter",
"type": "minor"
}
],
"packageName": "@kickstartds/jsonschema2types"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@kickstartds/types-example",
"comment": "add example of types conversion",
"type": "minor"
}
],
"packageName": "@kickstartds/types-example"
}
2 changes: 1 addition & 1 deletion common/config/rush/.npmrc-publish
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# for example if the machine loses power. A safer practice is to pass the token via an
# environment variable, which can be referenced from .npmrc using ${} expansion. For example:
#
# //registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}
//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}
#
2 changes: 1 addition & 1 deletion common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
*
* PNPM documentation: https://pnpm.io/package_json#pnpmpatcheddependencies
*/
"globalPatchedDependencies": {"to-json-schema@0.2.5":"patches/to-json-schema@0.2.5.patch"},
"globalPatchedDependencies": {"to-json-schema@0.2.5":"patches/to-json-schema@0.2.5.patch","@bcherny/json-schema-ref-parser@10.0.5-fork":"patches/@bcherny__json-schema-ref-parser@10.0.5-fork.patch"},

/**
* (USE AT YOUR OWN RISK) This is a free-form property bag that will be copied into
Expand Down
Loading