Skip to content

Commit

Permalink
chore(release): v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Aug 31, 2020
1 parent b9dc731 commit 5f5ed79
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.3.3",
"version": "1.3.4",
"packages": [
"packages/*"
],
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walrus/cli",
"version": "1.3.3",
"version": "1.3.4",
"description": "walrus cli",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -13,8 +13,8 @@
"bin"
],
"dependencies": {
"@walrus/core": "1.3.3",
"@walrus/preset-internal": "1.3.3",
"@walrus/core": "1.3.4",
"@walrus/preset-internal": "1.3.4",
"resolve-cwd": "^3.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walrus/core",
"version": "1.3.3",
"version": "1.3.4",
"description": "walrus core",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@babel/core": "7.11.4",
"@types/tapable": "^1.0.6",
"@walrus/utils": "1.3.3",
"@walrus/utils": "1.3.4",
"camelcase": "^6.0.0",
"joi": "^17.2.1",
"pkg-up": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@walrus/preset-internal",
"version": "1.3.3",
"version": "1.3.4",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@walrus/types": "1.3.3"
"@walrus/types": "1.3.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@walrus/types",
"version": "1.3.3",
"version": "1.3.4",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.d.ts"
],
"license": "MIT",
"dependencies": {
"@walrus/core": "1.3.3"
"@walrus/core": "1.3.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walrus/utils",
"version": "1.3.3",
"version": "1.3.4",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 5f5ed79

Please sign in to comment.