Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw committed Jul 29, 2021
1 parent 5556784 commit 141f84c
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.36",
"version": "0.0.37",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/browser-snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/browser-snapshot",
"version": "0.0.36",
"version": "0.0.37",
"description": "browser-snapshot module.",
"keywords": [
"garfish",
Expand Down
6 changes: 3 additions & 3 deletions packages/runtime/browser-vm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/browser-vm",
"version": "0.0.36",
"version": "0.0.37",
"description": "vm-sandbox module.",
"keywords": [
"garfish",
Expand Down Expand Up @@ -31,10 +31,10 @@
]
},
"devDependencies": {
"@garfish/core": "^0.0.36"
"@garfish/core": "^0.0.37"
},
"dependencies": {
"@garfish/loader": "^0.0.36"
"@garfish/loader": "^0.0.37"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
8 changes: 4 additions & 4 deletions packages/runtime/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/core",
"version": "0.0.36",
"version": "0.0.37",
"description": "core module.",
"keywords": [
"garfish",
Expand Down Expand Up @@ -32,9 +32,9 @@
]
},
"dependencies": {
"@garfish/hooks": "^0.0.36",
"@garfish/loader": "^0.0.36",
"@garfish/utils": "^0.0.36"
"@garfish/hooks": "^0.0.37",
"@garfish/loader": "^0.0.37",
"@garfish/utils": "^0.0.37"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
12 changes: 6 additions & 6 deletions packages/runtime/garfish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "garfish",
"version": "0.0.36",
"version": "0.0.37",
"description": "garfish module.",
"keywords": [
"garfish",
Expand Down Expand Up @@ -35,11 +35,11 @@
]
},
"dependencies": {
"@garfish/browser-snapshot": "^0.0.36",
"@garfish/browser-vm": "^0.0.36",
"@garfish/core": "^0.0.36",
"@garfish/router": "^0.0.36",
"@garfish/utils": "^0.0.36"
"@garfish/browser-snapshot": "^0.0.37",
"@garfish/browser-vm": "^0.0.37",
"@garfish/core": "^0.0.37",
"@garfish/router": "^0.0.37",
"@garfish/utils": "^0.0.37"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/hooks",
"version": "0.0.36",
"version": "0.0.37",
"author": "zhoushaw",
"description": "fork from tapable",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/loader",
"version": "0.0.36",
"version": "0.0.37",
"description": "loader module.",
"keywords": [
"garfish",
Expand Down
6 changes: 3 additions & 3 deletions packages/runtime/remote-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/remote-module",
"version": "0.0.36",
"version": "0.0.37",
"description": "remote-module module.",
"keywords": [
"garfish",
Expand Down Expand Up @@ -31,10 +31,10 @@
]
},
"devDependencies": {
"@garfish/core": "^0.0.36"
"@garfish/core": "^0.0.37"
},
"dependencies": {
"@garfish/loader": "^0.0.36"
"@garfish/loader": "^0.0.37"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/router",
"version": "0.0.36",
"version": "0.0.37",
"description": "router module.",
"keywords": [
"garfish",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@garfish/core": "^0.0.23"
},
"dependencies": {
"@garfish/utils": "^0.0.36"
"@garfish/utils": "^0.0.37"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/utils",
"version": "0.0.36",
"version": "0.0.37",
"description": "utils module.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "garfish-docs",
"version": "0.0.36",
"version": "0.0.37",
"private": true,
"scripts": {
"setup": "npm run reset && yarn install",
Expand Down

0 comments on commit 141f84c

Please sign in to comment.