From 36690770927fa731e2dccada6c43b12577b37b5d Mon Sep 17 00:00:00 2001 From: a-chabot Date: Mon, 15 May 2023 16:42:29 -0400 Subject: [PATCH] release: v0.19.5 --- lerna.json | 2 +- packages/babel-plugin-transform-unforgeables/package.json | 2 +- scripts/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",