Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Oct 12, 2020
1 parent 572efc4 commit 5713e54
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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/*"
],
"version": "1.0.0",
"version": "1.0.1",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/compiler-explorer-directives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "compiler-explorer-directives",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utilities for interacting with Compiler Explorer",
"author": "dvirtz <[email protected]>",
"homepage": "https://github.com/dvirtz/reveal-compiler-explorer/tree/compiler-explorer-directives",
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,6 +1,6 @@
{
"name": "reveal-compiler-explorer-demo",
"version": "1.0.0",
"version": "1.0.1",
"description": "The demo package",
"license": "MIT",
"type": "module",
Expand All @@ -11,6 +11,6 @@
},
"dependencies": {
"reveal-compiler-explorer": "^1.0.0",
"reveal-test": "^1.0.0"
"reveal-test": "^1.0.1"
}
}
4 changes: 2 additions & 2 deletions 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.1.0",
"version": "1.0.1",
"description": "The plugin package",
"homepage": "https://github.com/dvirtz/reveal-compiler-explorer/tree/reveal-compiler-explorer",
"bugs": {
Expand All @@ -19,6 +19,6 @@
"build": "rollup -c"
},
"dependencies": {
"compiler-explorer-directives": "^1.0.0"
"compiler-explorer-directives": "^1.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/reveal-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reveal-test",
"version": "1.0.0",
"version": "1.0.1",
"description": "utilities for testing with compiler explorer",
"author": "dvirtz <[email protected]>",
"homepage": "https://github.com/dvirtz/reveal-compiler-explorer/tree/reveal-test",
Expand All @@ -25,6 +25,6 @@
"url": "https://github.com/dvirtz/reveal-compiler-explorer/issues"
},
"dependencies": {
"compiler-explorer-directives": "^1.0.0"
"compiler-explorer-directives": "^1.0.1"
}
}

0 comments on commit 5713e54

Please sign in to comment.