Skip to content

Commit

Permalink
v20211006.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h-joo committed Oct 6, 2021
1 parent f5cfaab commit 311c5ca
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "20210907.0.0",
"version": "20211006.0.0",
"ignoreChanges": [
"**/compiler/**"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/google-closure-compiler-java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-closure-compiler-java",
"version": "20210907.0.0",
"version": "20211006.0.0",
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
"main": "index.js",
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-java",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-closure-compiler-linux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-closure-compiler-linux",
"version": "20210907.0.0",
"version": "20211006.0.0",
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
"main": "index.js",
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-linux",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-closure-compiler-osx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-closure-compiler-osx",
"version": "20210907.0.0",
"version": "20211006.0.0",
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
"main": "index.js",
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-osx",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-closure-compiler-windows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-closure-compiler-windows",
"version": "20210907.0.0",
"version": "20211006.0.0",
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
"main": "index.js",
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-windows",
Expand Down
10 changes: 5 additions & 5 deletions packages/google-closure-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-closure-compiler",
"version": "20210907.0.0",
"version": "20211006.0.0",
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler",
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler",
"keywords": [
Expand Down Expand Up @@ -37,15 +37,15 @@
"homepage": "https://developers.google.com/closure/compiler/",
"dependencies": {
"chalk": "2.x",
"google-closure-compiler-java": "^20210907.0.0",
"google-closure-compiler-java": "^20211006.0.0",
"minimist": "1.x",
"vinyl": "2.x",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"optionalDependencies": {
"google-closure-compiler-linux": "^20210907.0.0",
"google-closure-compiler-osx": "^20210907.0.0",
"google-closure-compiler-windows": "^20210907.0.0"
"google-closure-compiler-linux": "^20211006.0.0",
"google-closure-compiler-osx": "^20211006.0.0",
"google-closure-compiler-windows": "^20211006.0.0"
},
"devDependencies": {
"gulp": "4.x",
Expand Down

0 comments on commit 311c5ca

Please sign in to comment.