Skip to content

Commit

Permalink
release: v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed May 27, 2021
1 parent a14296b commit 3b9547e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "examples",
"version": "0.5.1",
"version": "0.6.0",
"private": true,
"scripts": {
"clean": "rimraf */bundle.js",
"build": "rollup -c"
},
"dependencies": {
"@locker/near-membrane-dom": "0.5.1"
"@locker/near-membrane-dom": "0.6.0"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.1",
"version": "0.6.0",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion packages/near-membrane-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@locker/near-membrane-base",
"version": "0.5.1",
"version": "0.6.0",
"license": "MIT",
"author": "Caridy Patiño <[email protected]>",
"description": "JavaScript Near Membrane Library to create a sandboxed environment",
Expand Down
4 changes: 2 additions & 2 deletions packages/near-membrane-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@locker/near-membrane-dom",
"version": "0.5.1",
"version": "0.6.0",
"license": "MIT",
"author": "Caridy Patiño <[email protected]>",
"description": "JavaScript DOM Membrane Library to create a sandboxed environment in the browser",
Expand All @@ -18,6 +18,6 @@
"access": "public"
},
"dependencies": {
"@locker/near-membrane-base": "0.5.1"
"@locker/near-membrane-base": "0.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/near-membrane-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@locker/near-membrane-node",
"version": "0.5.1",
"version": "0.6.0",
"license": "MIT",
"author": "Caridy Patiño <[email protected]>",
"description": "JavaScript Node Membrane Library to create a sandboxed environment in Node",
Expand All @@ -18,6 +18,6 @@
"access": "public"
},
"dependencies": {
"@locker/near-membrane-base": "0.5.1"
"@locker/near-membrane-base": "0.6.0"
}
}

0 comments on commit 3b9547e

Please sign in to comment.