Skip to content

Commit

Permalink
chore(release): publish 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwgs committed May 25, 2021
1 parent 6336f94 commit 761e1ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.1.1",
"version": "0.1.2",
"command": {
"publish": {
"message": "chore(release): publish %v",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdoc-dev/avenger-cli",
"version": "0.1.1",
"version": "0.1.2",
"description": "",
"author": "ahwgs <[email protected]>",
"homepage": "https://github.com/osdoc-dev/avenger#readme",
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": "^12.0.0 || >= 14.0.0"
},
"dependencies": {
"@osdoc-dev/avenger-core": "^0.1.1",
"@osdoc-dev/avenger-core": "^0.1.2",
"@osdoc-dev/avenger-shared": "^0.1.0",
"@osdoc-dev/avenger-utils": "^0.1.0",
"commander": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdoc-dev/avenger-core",
"version": "0.1.1",
"version": "0.1.2",
"description": "",
"author": "ahwgs <[email protected]>",
"homepage": "https://github.com/osdoc-dev/avenger#readme",
Expand Down

0 comments on commit 761e1ec

Please sign in to comment.