From 1e6609600a92bff27084c78d7ac666bd56b12e4d Mon Sep 17 00:00:00 2001 From: Steven Sherry Date: Fri, 19 May 2023 10:34:47 -0500 Subject: [PATCH] Release 0.8.1 (#229) --- plugin/package-lock.json | 4 ++-- plugin/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 1350188..f3bd0f6 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/portals", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ionic/portals", - "version": "0.8.0", + "version": "0.8.1", "license": "Commercial", "devDependencies": { "@capacitor/core": "^5.0.0", diff --git a/plugin/package.json b/plugin/package.json index 6e5c738..fdf3baa 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/portals", - "version": "0.8.0", + "version": "0.8.1", "description": "SDK Plugin for Ionic Portals", "homepage": "https://ionic.io/portals", "main": "dist/index.cjs.js",