Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamora committed May 27, 2022
1 parent 36237e3 commit f91f326
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.0.2"
"version": "0.1.0"
}
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.0.2",
"version": "0.1.0",
"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.0.2",
"version": "0.1.0",
"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.0.2",
"@quatico/websmith-compiler": "^0.0.2",
"@quatico/websmith-api": "^0.1.0",
"@quatico/websmith-compiler": "^0.1.0",
"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.0.2",
"version": "0.1.0",
"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.0.2",
"@quatico/websmith-api": "^0.1.0",
"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.0.2",
"version": "0.1.0",
"description": "A library of example addons for the websmith compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand All @@ -24,14 +24,14 @@
"dist": "cross-env-shell NODE_ENV=production \"yarn clean && yarn lint && yarn test && yarn build\""
},
"devDependencies": {
"@quatico/websmith-api": "^0.1.0",
"@quatico/websmith-compiler": "^0.1.0",
"@types/jest": "^27.4.1",
"@types/node": "16",
"@types/react": "17.0.8",
"@types/react-dom": "17.0.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@quatico/websmith-api": "^0.0.2",
"@quatico/websmith-compiler": "^0.0.2",
"concurrently": "7.1.0",
"cross-env": "7.0.3",
"eslint": "^8.12.0",
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.0.2",
"version": "0.1.0",
"description": "Am end-to-end test package for the websmith compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand All @@ -15,14 +15,14 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"@quatico/websmith-api": "^0.1.0",
"@quatico/websmith-cli": "^0.1.0",
"@quatico/websmith-compiler": "^0.1.0",
"@types/jest": "^27.4.1",
"@types/minimist": "^1.2.2",
"@types/node": "16",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@quatico/websmith-api": "^0.0.2",
"@quatico/websmith-cli": "^0.0.2",
"@quatico/websmith-compiler": "^0.0.2",
"concurrently": "7.1.0",
"cross-env": "7.0.3",
"eslint": "^8.12.0",
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.0.2",
"version": "0.1.0",
"author": "Quatico Solutions AG",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -49,8 +49,8 @@
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@quatico/websmith-cli": "^0.0.2",
"@quatico/websmith-compiler": "^0.0.2"
"@quatico/websmith-cli": "^0.1.0",
"@quatico/websmith-compiler": "^0.1.0"
},
"engines": {
"node": ">=16.x",
Expand Down

0 comments on commit f91f326

Please sign in to comment.