Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Sep 24, 2020
1 parent 04494b6 commit b10c774
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "0.0.2",
"version": "0.0.3",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"postversionup:patch": "npm run commit-version",
"postversionup:minor": "npm run commit-version",
"postversionup:major": "npm run commit-version",
"commit-version": "git add . && git commit -m \"publish `node -p 'require(\"./lerna.json\").version'`\"",
"commit-version": "git add . && git commit -m \"v`node -p 'require(\"./lerna.json\").version'`\"",
"release": "lerna publish from-package"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/reveal-compiler-explorer-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "reveal-compiler-explorer-demo",
"version": "0.0.2",
"version": "0.0.3",
"description": "The demo package",
"license": "MIT",
"private": true,
"devDependencies": {
"reveal-compiler-explorer": "^0.0.2",
"reveal-compiler-explorer": "^0.0.3",
"reveal-md": "^4.1.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/reveal-compiler-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reveal-compiler-explorer",
"version": "0.0.2",
"version": "0.0.3",
"description": "The plugin package",
"homepage": "https://github.com/dvirtz/reveal-compiler-explorer",
"bugs": {
Expand Down

0 comments on commit b10c774

Please sign in to comment.