diff --git a/lerna.json b/lerna.json index 77644a0..c57b02b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.19.4", + "version": "0.19.5", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/babel-plugin-transform-unforgeables/package.json b/packages/babel-plugin-transform-unforgeables/package.json index 3aadb00..3695b41 100644 --- a/packages/babel-plugin-transform-unforgeables/package.json +++ b/packages/babel-plugin-transform-unforgeables/package.json @@ -1,6 +1,6 @@ { "name": "@locker/babel-plugin-transform-unforgeables", - "version": "0.19.4", + "version": "0.19.5", "license": "SEE LICENSE IN LICENSE.txt", "author": "Salesforce UI Security Team", "description": "Lightning Web Security Babel transformation for environment unforgeables", diff --git a/scripts/package.json b/scripts/package.json index a1fb146..c5bc7ec 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "scripts", - "version": "0.19.4", + "version": "0.19.5", "description": "Locker scripts", "bin": { "locker-trash": "./locker-trash.mjs",