Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamora committed Jul 8, 2022
1 parent e9e8dfe commit d57b9b6
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.2.1"
"version": "0.2.2"
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quatico/websmith-api",
"version": "0.2.1",
"version": "0.2.2",
"description": "Addon API library for the websmith compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quatico/websmith-cli",
"version": "0.2.1",
"version": "0.2.2",
"description": "A CLI for the websmith compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand Down Expand Up @@ -49,8 +49,8 @@
"ts-jest": "27.1.4"
},
"dependencies": {
"@quatico/websmith-api": "^0.2.1",
"@quatico/websmith-compiler": "^0.2.1",
"@quatico/websmith-api": "^0.2.2",
"@quatico/websmith-compiler": "^0.2.2",
"commander": "^9.1.0",
"ts-node": "10.7.0",
"typescript": "4.6.4"
Expand Down
4 changes: 2 additions & 2 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.2.1",
"version": "0.2.2",
"description": "A frontend for the TypeScript compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand Down Expand Up @@ -46,7 +46,7 @@
"ts-jest": "27.1.4"
},
"dependencies": {
"@quatico/websmith-api": "^0.2.1",
"@quatico/websmith-api": "^0.2.2",
"create-hash": "1.2.0",
"path": "0.12.7",
"typescript": "4.6.4"
Expand Down
6 changes: 3 additions & 3 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.2.1",
"version": "0.2.2",
"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.2.1",
"@quatico/websmith-compiler": "^0.2.1",
"@quatico/websmith-api": "^0.2.2",
"@quatico/websmith-compiler": "^0.2.2",
"@types/jest": "^27.4.1",
"@types/node": "16",
"@types/react": "17.0.8",
Expand Down
8 changes: 4 additions & 4 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.2.1",
"version": "0.2.2",
"description": "Am end-to-end test package for the websmith compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand All @@ -15,9 +15,9 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"@quatico/websmith-api": "^0.2.1",
"@quatico/websmith-cli": "^0.2.1",
"@quatico/websmith-compiler": "^0.2.1",
"@quatico/websmith-api": "^0.2.2",
"@quatico/websmith-cli": "^0.2.2",
"@quatico/websmith-compiler": "^0.2.2",
"@types/jest": "^27.4.1",
"@types/minimist": "^1.2.2",
"@types/node": "16",
Expand Down
6 changes: 3 additions & 3 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.2.1",
"version": "0.2.2",
"author": "Quatico Solutions AG",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -51,8 +51,8 @@
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@quatico/websmith-cli": "^0.2.1",
"@quatico/websmith-compiler": "^0.2.1"
"@quatico/websmith-cli": "^0.2.2",
"@quatico/websmith-compiler": "^0.2.2"
},
"peerDependencies": {
"webpack": "^5.73.0"
Expand Down

0 comments on commit d57b9b6

Please sign in to comment.