Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamora committed Nov 23, 2022
1 parent 4e61b68 commit 77b6b64
Show file tree
Hide file tree
Showing 8 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
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"version": "0.3.3",
"version": "0.3.4",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quatico/websmith",
"version": "0.3.3",
"version": "0.3.4",
"description": "A compiler frontend for the TypeScript compiler",
"keywords": [
"typescript",
Expand Down
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.3.3",
"version": "0.3.4",
"description": "Addon API library for the websmith compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 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.3.3",
"version": "0.3.4",
"description": "A CLI for the websmith compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"publish-npm": "npm publish --access public"
},
"devDependencies": {
"@quatico/websmith-core": "^0.3.3",
"@quatico/websmith-core": "^0.3.4",
"@swc/core": "1.3.14",
"@swc/jest": "0.2.23",
"@types/jest": "^29.2.2",
Expand All @@ -58,7 +58,7 @@
"typescript": "~4.6.4"
},
"dependencies": {
"@quatico/websmith-api": "^0.3.3",
"@quatico/websmith-api": "^0.3.4",
"commander": "^9.4.1",
"minimist": "^1.2.6",
"ts-node": "^10.9.1",
Expand Down
4 changes: 2 additions & 2 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.3.3",
"version": "0.3.4",
"description": "A frontend for the TypeScript compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand Down Expand Up @@ -54,7 +54,7 @@
"ts-jest": "^29.0.3"
},
"dependencies": {
"@quatico/websmith-api": "^0.3.3",
"@quatico/websmith-api": "^0.3.4",
"create-hash": "1.2.0",
"lodash": "^4.17.21",
"path": "0.12.7",
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.3.3",
"version": "0.3.4",
"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.3.3",
"@quatico/websmith-core": "^0.3.3",
"@quatico/websmith-api": "^0.3.4",
"@quatico/websmith-core": "^0.3.4",
"@swc/core": "1.3.14",
"@swc/jest": "0.2.23",
"@types/jest": "^29.2.2",
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.3.3",
"version": "0.3.4",
"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 --color --verbose"
},
"devDependencies": {
"@quatico/websmith-api": "^0.3.3",
"@quatico/websmith-compiler": "^0.3.3",
"@quatico/websmith-core": "^0.3.3",
"@quatico/websmith-api": "^0.3.4",
"@quatico/websmith-compiler": "^0.3.4",
"@quatico/websmith-core": "^0.3.4",
"@swc/core": "1.3.14",
"@swc/jest": "0.2.23",
"@types/jest": "^29.2.2",
Expand Down
4 changes: 2 additions & 2 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.3.3",
"version": "0.3.4",
"author": "Quatico Solutions AG",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"publish-npm": "npm publish --access public"
},
"devDependencies": {
"@quatico/websmith-core": "^0.3.3",
"@quatico/websmith-core": "^0.3.4",
"@swc/core": "1.3.14",
"@swc/jest": "0.2.23",
"@types/jest": "^29.2.2",
Expand Down

0 comments on commit 77b6b64

Please sign in to comment.