Skip to content

Commit

Permalink
e Updates release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwloka committed May 19, 2024
1 parent 49ef24a commit 7de00da
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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.5.3",
"version": "0.6.0",
"description": "Addon API library for the websmith compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quatico/websmith-compiler",
"version": "0.5.3",
"version": "0.6.0",
"description": "A CLI for the websmith compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quatico/websmith-core",
"version": "0.5.3",
"version": "0.6.0",
"description": "A frontend for the TypeScript compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quatico/websmith-examples",
"version": "0.5.3",
"version": "0.6.0",
"description": "A library of example addons for the websmith compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quatico/websmith-test",
"version": "0.5.3",
"version": "0.6.0",
"description": "Am end-to-end test package for the websmith compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quatico/websmith-testing",
"version": "0.5.3",
"version": "0.6.0",
"description": "Testing library for simplifying the testing of websmith addons",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quatico/websmith-webpack-test",
"description": "Webpack loader for @quatico/websmith-compiler",
"version": "0.5.3",
"version": "0.6.0",
"author": "Quatico Solutions AG",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion 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.5.3",
"version": "0.6.0",
"author": "Quatico Solutions AG",
"license": "MIT",
"main": "src/index.ts",
Expand Down

0 comments on commit 7de00da

Please sign in to comment.