Skip to content

Commit

Permalink
v0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesknelson committed Nov 5, 2019
1 parent f1e7e2a commit 77cf0a4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "examples",
"version": "0.1.20",
"version": "0.1.21",
"private": true,
"dependencies": {
"@frontarm/demoboard-core": "^0.1.20",
"@frontarm/demoboard-core": "^0.1.21",
"@types/finalhandler": "^1.1.0",
"@types/serve-static": "^1.13.3",
"finalhandler": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"lerna": "3.15.0",
"version": "0.1.20"
"version": "0.1.21"
}
2 changes: 1 addition & 1 deletion packages/demoboard-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontarm/demoboard-core",
"version": "0.1.20",
"version": "0.1.21",
"description": "Embeddable code editor",
"author": "James K Nelson <[email protected]>",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/demoboard-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontarm/demoboard-ui",
"version": "0.1.20",
"version": "0.1.21",
"description": "Embeddable code editor",
"author": "James K Nelson <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -17,7 +17,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@frontarm/demoboard-core": "^0.1.20",
"@frontarm/demoboard-core": "^0.1.21",
"codemirror": "^5.49.2",
"exenv": "^1.2.2",
"json-stringify-safe": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/demoboard-worker-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontarm/demoboard-worker-provider",
"version": "0.1.20",
"version": "0.1.21",
"description": "Embeddable code editor",
"author": "James K Nelson <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -17,7 +17,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@frontarm/demoboard-core": "^0.1.20",
"@frontarm/demoboard-core": "^0.1.21",
"@frontarm/demoboard-worker": "^0.1.20",
"comlink": "^4.0.5",
"tslib": "1.10.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/demoboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontarm/demoboard",
"version": "0.1.20",
"version": "0.1.21",
"description": "Embeddable code editor",
"author": "James K Nelson <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -18,8 +18,8 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@frontarm/demoboard-core": "^0.1.20",
"@frontarm/demoboard-ui": "^0.1.20",
"@frontarm/demoboard-core": "^0.1.21",
"@frontarm/demoboard-ui": "^0.1.21",
"tslib": "1.10.0"
},
"publishConfig": {
Expand Down

0 comments on commit 77cf0a4

Please sign in to comment.