Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Oct 16, 2020
1 parent 561e0ce commit b09ae20
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.1.1",
"version": "1.2.0",
"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.1.1",
"version": "1.2.0",
"description": "Utilities for interacting with Compiler Explorer",
"author": "dvirtz <[email protected]>",
"homepage": "https://github.com/dvirtz/reveal-compiler-explorer/tree/master/packages/compiler-explorer-directives",
Expand Down
6 changes: 3 additions & 3 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.1.1",
"version": "1.2.0",
"license": "MIT",
"type": "module",
"private": true,
Expand All @@ -9,7 +9,7 @@
"generate": "reveal-md demo.md --static"
},
"dependencies": {
"reveal-compiler-explorer": "^1.1.1",
"reveal-test": "^1.1.1"
"reveal-compiler-explorer": "^1.2.0",
"reveal-test": "^1.2.0"
}
}
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": "1.1.1",
"version": "1.2.0",
"description": "A Compiler Explorer plugin for reveal.js",
"homepage": "https://github.com/dvirtz/reveal-compiler-explorer/tree/master/packages/reveal-compiler-explorer",
"bugs": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"build": "rollup -c"
},
"dependencies": {
"compiler-explorer-directives": "^1.1.1",
"compiler-explorer-directives": "^1.2.0",
"hammerjs": "^2.0.8",
"reveal.js": "^4.1.0"
}
Expand Down
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.1.1",
"version": "1.2.0",
"description": "Utilities for testing with compiler explorer",
"author": "dvirtz <[email protected]>",
"homepage": "https://github.com/dvirtz/reveal-compiler-explorer/tree/master/packages/reveal-test",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/dvirtz/reveal-compiler-explorer/issues"
},
"dependencies": {
"compiler-explorer-directives": "^1.1.1"
"compiler-explorer-directives": "^1.2.0"
},
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit b09ae20

Please sign in to comment.