Skip to content

Commit

Permalink
release: v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Aug 30, 2022
1 parent 7192482 commit e2e5ab3
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.11.1",
"version": "0.11.2",
"private": true,
"scripts": {
"clean": "rimraf */bundle.js",
"build": "rollup --config .rolluprc.cjs"
},
"dependencies": {
"@locker/near-membrane-dom": "0.11.1"
"@locker/near-membrane-dom": "0.11.2"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.1",
"version": "0.11.2",
"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.11.1",
"version": "0.11.2",
"repository": {
"type": "git",
"url": "https://github.com/salesforce/near-membrane.git",
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.11.1",
"version": "0.11.2",
"repository": {
"type": "git",
"url": "https://github.com/salesforce/near-membrane.git",
Expand All @@ -26,6 +26,6 @@
"access": "public"
},
"dependencies": {
"@locker/near-membrane-base": "0.11.1"
"@locker/near-membrane-base": "0.11.2"
}
}
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.11.1",
"version": "0.11.2",
"repository": {
"type": "git",
"url": "https://github.com/salesforce/near-membrane.git",
Expand All @@ -26,6 +26,6 @@
"access": "public"
},
"dependencies": {
"@locker/near-membrane-base": "0.11.1"
"@locker/near-membrane-base": "0.11.2"
}
}
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.11.1",
"version": "0.11.2",
"description": "Locker scripts"
}

0 comments on commit e2e5ab3

Please sign in to comment.