Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwloka committed Aug 11, 2023
1 parent 479155c commit ec637fb
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"version": "0.4.0",
"version": "0.4.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
}
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quatico/websmith-api",
"version": "0.4.0",
"version": "0.4.1",
"description": "Addon API library for the websmith compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand Down Expand Up @@ -58,4 +58,4 @@
"node": ">=16.x",
"yarn": ">=1.20.x"
}
}
}
8 changes: 4 additions & 4 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quatico/websmith-compiler",
"version": "0.4.0",
"version": "0.4.1",
"description": "A CLI for the websmith compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand Down Expand Up @@ -56,8 +56,8 @@
"ts-jest": "^29.0.3"
},
"dependencies": {
"@quatico/websmith-api": "^0.4.0",
"@quatico/websmith-core": "^0.4.0",
"@quatico/websmith-api": "^0.4.1",
"@quatico/websmith-core": "^0.4.1",
"commander": "^11.0.0",
"minimist": "^1.2.6",
"ts-node": "^10.9.1",
Expand All @@ -68,4 +68,4 @@
"node": ">=16.x",
"yarn": ">=1.20.x"
}
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quatico/websmith-core",
"version": "0.4.0",
"version": "0.4.1",
"description": "A frontend for the TypeScript compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand Down Expand Up @@ -55,7 +55,7 @@
"typescript": "5.1.6"
},
"dependencies": {
"@quatico/websmith-api": "^0.4.0",
"@quatico/websmith-api": "^0.4.1",
"create-hash": "1.2.0",
"lodash": "^4.17.21",
"path": "0.12.7"
Expand All @@ -67,4 +67,4 @@
"node": ">=16.x",
"yarn": ">=1.20.x"
}
}
}
8 changes: 4 additions & 4 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quatico/websmith-examples",
"version": "0.4.0",
"version": "0.4.1",
"description": "A library of example addons for the websmith compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand All @@ -24,8 +24,8 @@
"dist": "cross-env-shell NODE_ENV=production \"yarn clean && yarn lint && yarn test && yarn build\""
},
"devDependencies": {
"@quatico/websmith-api": "^0.4.0",
"@quatico/websmith-core": "^0.4.0",
"@quatico/websmith-api": "^0.4.1",
"@quatico/websmith-core": "^0.4.1",
"@swc/core": "1.3.76",
"@swc/jest": "0.2.28",
"@types/jest": "^29.2.2",
Expand Down Expand Up @@ -58,4 +58,4 @@
"node": ">=16.x",
"yarn": ">=1.20.x"
}
}
}
10 changes: 5 additions & 5 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quatico/websmith-test",
"version": "0.4.0",
"version": "0.4.1",
"description": "Am end-to-end test package for the websmith compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand All @@ -13,9 +13,9 @@
"test:e2e": "jest --verbose"
},
"devDependencies": {
"@quatico/websmith-api": "^0.4.0",
"@quatico/websmith-compiler": "^0.4.0",
"@quatico/websmith-core": "^0.4.0",
"@quatico/websmith-api": "^0.4.1",
"@quatico/websmith-compiler": "^0.4.1",
"@quatico/websmith-core": "^0.4.1",
"@swc/core": "1.3.76",
"@swc/jest": "0.2.28",
"@types/jest": "^29.2.2",
Expand Down Expand Up @@ -47,4 +47,4 @@
"node": ">=16.x",
"yarn": ">=1.20.x"
}
}
}
8 changes: 4 additions & 4 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quatico/websmith-webpack",
"description": "Webpack loader for @quatico/websmith-compiler",
"version": "0.4.0",
"version": "0.4.1",
"author": "Quatico Solutions AG",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -31,8 +31,8 @@
"publish-npm": "npm publish --access public"
},
"dependencies": {
"@quatico/websmith-api": "^0.4.0",
"@quatico/websmith-core": "^0.4.0"
"@quatico/websmith-api": "^0.4.1",
"@quatico/websmith-core": "^0.4.1"
},
"devDependencies": {
"@swc/core": "1.3.76",
Expand Down Expand Up @@ -70,4 +70,4 @@
"node": ">=16.x",
"yarn": ">=1.20.x"
}
}
}

0 comments on commit ec637fb

Please sign in to comment.