Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theseanl committed Aug 16, 2022
1 parent 1088d6e commit e146826
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.8.1",
"version": "0.9.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/rollup-plugin-tscc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tree-shaking",
"minify-javascript"
],
"version": "0.8.0",
"version": "0.9.0",
"license": "MIT",
"homepage": "https://github.com/theseanl/tscc",
"repository": {
Expand All @@ -27,7 +27,7 @@
},
"gitHead": "cb605b055c7947989d64daeb3d95c123c27c70c0",
"dependencies": {
"@tscc/tscc-spec": "^0.8.0",
"@tscc/tscc-spec": "^0.9.0",
"rollup": "^2.78.0",
"upath": "^2.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tscc-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tscc/tscc-spec",
"author": "theseanl",
"version": "0.8.0",
"version": "0.9.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tscc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tree-shaking",
"minify-javascript"
],
"version": "0.8.1",
"version": "0.9.0",
"main": "./dist/tscc.js",
"bin": {
"tscc": "./dist/main.js"
Expand Down Expand Up @@ -43,7 +43,7 @@
"google-closure-compiler-windows": "^20220803.0.0"
},
"dependencies": {
"@tscc/tscc-spec": "^0.8.0",
"@tscc/tscc-spec": "^0.9.0",
"chalk": "^4.1.1",
"fs-extra": "^10.0.1",
"google-closure-compiler-java": "^20220803.0.0",
Expand Down

0 comments on commit e146826

Please sign in to comment.