Skip to content

Commit

Permalink
release: v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadeteddy committed Jul 1, 2024
1 parent cae864c commit 3238975
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "0.20.0",
"npmClient": "yarn",
"command": {
"publish": {
"forcePublish": "*"
},
"version": {
"message": "release: %s"
"version": "0.22.0",
"npmClient": "yarn",
"command": {
"publish": {
"forcePublish": "*"
},
"version": {
"message": "release: %s"
}
}
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-unforgeables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@locker/babel-plugin-transform-unforgeables",
"version": "0.20.0",
"version": "0.22.0",
"license": "MIT",
"author": "Salesforce UI Security Team",
"description": "Lightning Web Security Babel transformation for environment unforgeables",
Expand Down
18 changes: 9 additions & 9 deletions scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"private": true,
"name": "scripts",
"version": "0.20.0",
"description": "Locker scripts",
"bin": {
"locker-trash": "./locker-trash.mjs",
"npm-deprecate-all": "./npm/npm-deprecate-all.sh",
"npm-deprecate": "./npm/npm-deprecate.sh"
}
"private": true,
"name": "scripts",
"version": "0.22.0",
"description": "Locker scripts",
"bin": {
"locker-trash": "./locker-trash.mjs",
"npm-deprecate-all": "./npm/npm-deprecate-all.sh",
"npm-deprecate": "./npm/npm-deprecate.sh"
}
}

0 comments on commit 3238975

Please sign in to comment.