diff --git a/lerna.json b/lerna.json index c57b02b..e6b4d2e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.19.5", + "version": "0.19.6", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/babel-plugin-transform-unforgeables/package.json b/packages/babel-plugin-transform-unforgeables/package.json index 3695b41..c2c3fcf 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.5", + "version": "0.19.6", "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 c5bc7ec..1139547 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "scripts", - "version": "0.19.5", + "version": "0.19.6", "description": "Locker scripts", "bin": { "locker-trash": "./locker-trash.mjs",