From ec637fb2f9bf01ee464b4937e47b7347facb8bb0 Mon Sep 17 00:00:00 2001 From: Jan Wloka Date: Fri, 11 Aug 2023 15:16:57 +0200 Subject: [PATCH] v0.4.1 --- lerna.json | 4 ++-- packages/api/package.json | 4 ++-- packages/compiler/package.json | 8 ++++---- packages/core/package.json | 6 +++--- packages/examples/package.json | 8 ++++---- packages/test/package.json | 10 +++++----- packages/webpack/package.json | 8 ++++---- 7 files changed, 24 insertions(+), 24 deletions(-) diff --git a/lerna.json b/lerna.json index 00143171..b463c869 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", - "version": "0.4.0", + "version": "0.4.1", "$schema": "node_modules/lerna/schemas/lerna-schema.json" -} \ No newline at end of file +} diff --git a/packages/api/package.json b/packages/api/package.json index 2882739a..7fe3b965 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -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", @@ -58,4 +58,4 @@ "node": ">=16.x", "yarn": ">=1.20.x" } -} \ No newline at end of file +} diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 1ac22c86..2579d292 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -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", @@ -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", @@ -68,4 +68,4 @@ "node": ">=16.x", "yarn": ">=1.20.x" } -} \ No newline at end of file +} diff --git a/packages/core/package.json b/packages/core/package.json index 33f87bbb..52a295dd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", @@ -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" @@ -67,4 +67,4 @@ "node": ">=16.x", "yarn": ">=1.20.x" } -} \ No newline at end of file +} diff --git a/packages/examples/package.json b/packages/examples/package.json index 41669c48..392274a3 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -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", @@ -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", @@ -58,4 +58,4 @@ "node": ">=16.x", "yarn": ">=1.20.x" } -} \ No newline at end of file +} diff --git a/packages/test/package.json b/packages/test/package.json index bb92e953..d98c9d39 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -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", @@ -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", @@ -47,4 +47,4 @@ "node": ">=16.x", "yarn": ">=1.20.x" } -} \ No newline at end of file +} diff --git a/packages/webpack/package.json b/packages/webpack/package.json index bb6f0416..3401e3e0 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -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", @@ -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", @@ -70,4 +70,4 @@ "node": ">=16.x", "yarn": ">=1.20.x" } -} \ No newline at end of file +}