Skip to content

Commit

Permalink
release: v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw committed Sep 24, 2021
1 parent bd35def commit 12f350c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"workspace-tools": "^0.16.2",
"zx": "^4.2.0"
},
"version": "0.1.10",
"version": "0.1.11",
"dependencies": {
"@changesets/cli": "^2.17.0",
"conventional-changelog-core": "^4.2.3"
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.1.10",
"version": "0.1.11",
"description": "browser-snapshot module.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion 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.1.10",
"version": "0.1.11",
"description": "vm-sandbox module.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/core",
"version": "0.1.10",
"version": "0.1.11",
"description": "core module.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/garfish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "garfish",
"version": "0.1.10",
"version": "0.1.11",
"description": "garfish module.",
"keywords": [
"garfish",
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.1.10",
"version": "0.1.11",
"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.1.10",
"version": "0.1.11",
"description": "loader module.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion 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.1.10",
"version": "0.1.11",
"description": "remote-module module.",
"keywords": [
"garfish",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@garfish/router",
"version": "0.1.10",
"version": "0.1.11",
"description": "router module.",
"keywords": [
"garfish",
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.1.10",
"version": "0.1.11",
"description": "utils module.",
"keywords": [
"garfish",
Expand Down

0 comments on commit 12f350c

Please sign in to comment.