Skip to content

Commit

Permalink
release: v0.10.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed May 17, 2022
1 parent df829f8 commit 6c597b2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.10.15",
"version": "0.10.16",
"private": true,
"scripts": {
"clean": "rimraf */bundle.js",
"build": "rollup -c"
},
"dependencies": {
"@locker/near-membrane-dom": "0.10.15"
"@locker/near-membrane-dom": "0.10.16"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.10.15",
"version": "0.10.16",
"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.10.15",
"version": "0.10.16",
"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.10.15",
"version": "0.10.16",
"license": "MIT",
"author": "Caridy Patiño <[email protected]>",
"description": "JavaScript DOM Membrane Library to create a sandboxed environment in the browser",
Expand All @@ -21,6 +21,6 @@
"access": "public"
},
"dependencies": {
"@locker/near-membrane-base": "0.10.15"
"@locker/near-membrane-base": "0.10.16"
}
}
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.10.15",
"version": "0.10.16",
"license": "MIT",
"author": "Caridy Patiño <[email protected]>",
"description": "JavaScript Node Membrane Library to create a sandboxed environment in Node",
Expand All @@ -21,6 +21,6 @@
"access": "public"
},
"dependencies": {
"@locker/near-membrane-base": "0.10.15"
"@locker/near-membrane-base": "0.10.16"
}
}
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"name": "@locker/scripts",
"version": "0.10.15",
"version": "0.10.16",
"description": "Locker scripts"
}

0 comments on commit 6c597b2

Please sign in to comment.