Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamora committed Jul 7, 2022
1 parent 53adccf commit b850923
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"npmClient": "yarn",
"packages": ["packages/*"],
"version": "0.2.0"
"packages": [
"packages/*"
],
"version": "0.2.1"
}
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.2.0",
"version": "0.2.1",
"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.2.0",
"version": "0.2.1",
"description": "Addon API library for the websmith compiler",
"author": "Quatico Solutions AG",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quatico/websmith-cli",
"version": "0.2.0",
"version": "0.2.1",
"description": "A CLI 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.2.0",
"version": "0.2.1",
"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.2.0",
"version": "0.2.1",
"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.2.0",
"version": "0.2.1",
"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/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.2.0",
"version": "0.2.1",
"author": "Quatico Solutions AG",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit b850923

Please sign in to comment.