Skip to content

Commit

Permalink
e Update npm package versions to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwloka committed Apr 19, 2024
1 parent 97f0e0c commit c04df0e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.1",
"version": "0.5.2",
"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.1",
"version": "0.5.2",
"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.1",
"version": "0.5.2",
"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.1",
"version": "0.5.2",
"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.1",
"version": "0.5.2",
"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/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.1",
"version": "0.5.2",
"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.1",
"version": "0.5.2",
"author": "Quatico Solutions AG",
"license": "MIT",
"main": "lib/index.js",
Expand Down

0 comments on commit c04df0e

Please sign in to comment.