From 8b0e7f1aa9060fba0c429274e08baea926d7a354 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 18:43:08 +0000 Subject: [PATCH] v0.8.2 --- package-lock.json | 28 ++++++++++++++-------------- package.json | 2 +- packages/uix-core/package.json | 2 +- packages/uix-guest/package.json | 4 ++-- packages/uix-host-react/package.json | 6 +++--- packages/uix-host/package.json | 4 ++-- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index c90c02d..cc02f1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/uix-sdk-monorepo", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@adobe/uix-sdk-monorepo", - "version": "0.8.1", + "version": "0.8.2", "license": "Apache-2.0", "workspaces": [ "packages/*", @@ -19283,32 +19283,32 @@ }, "packages/uix-core": { "name": "@adobe/uix-core", - "version": "0.8.1", + "version": "0.8.2", "license": "Apache-2.0" }, "packages/uix-guest": { "name": "@adobe/uix-guest", - "version": "0.8.1", + "version": "0.8.2", "license": "Apache-2.0", "dependencies": { - "@adobe/uix-core": "^0.8.1" + "@adobe/uix-core": "^0.8.2" } }, "packages/uix-host": { "name": "@adobe/uix-host", - "version": "0.8.1", + "version": "0.8.2", "license": "Apache-2.0", "dependencies": { - "@adobe/uix-core": "^0.8.1" + "@adobe/uix-core": "^0.8.2" } }, "packages/uix-host-react": { "name": "@adobe/uix-host-react", - "version": "0.8.1", + "version": "0.8.2", "license": "Apache-2.0", "dependencies": { - "@adobe/uix-core": "^0.8.1", - "@adobe/uix-host": "^0.8.1" + "@adobe/uix-core": "^0.8.2", + "@adobe/uix-host": "^0.8.2" } } }, @@ -19375,20 +19375,20 @@ "@adobe/uix-guest": { "version": "file:packages/uix-guest", "requires": { - "@adobe/uix-core": "^0.8.1" + "@adobe/uix-core": "^0.8.2" } }, "@adobe/uix-host": { "version": "file:packages/uix-host", "requires": { - "@adobe/uix-core": "^0.8.1" + "@adobe/uix-core": "^0.8.2" } }, "@adobe/uix-host-react": { "version": "file:packages/uix-host-react", "requires": { - "@adobe/uix-core": "^0.8.1", - "@adobe/uix-host": "^0.8.1" + "@adobe/uix-core": "^0.8.2", + "@adobe/uix-host": "^0.8.2" } }, "@ampproject/remapping": { diff --git a/package.json b/package.json index c027f40..f4fd715 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@adobe/uix-sdk-monorepo", "private": true, - "version": "0.8.1", + "version": "0.8.2", "description": "Monorepo for @adobe/uix-sdk development", "author": "Adobe, Inc,", "scripts": { diff --git a/packages/uix-core/package.json b/packages/uix-core/package.json index 7e4c8b7..50b6684 100644 --- a/packages/uix-core/package.json +++ b/packages/uix-core/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-core", - "version": "0.8.1", + "version": "0.8.2", "publishConfig": { "access": "public" }, diff --git a/packages/uix-guest/package.json b/packages/uix-guest/package.json index 7f538ae..4d5af2d 100644 --- a/packages/uix-guest/package.json +++ b/packages/uix-guest/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-guest", - "version": "0.8.1", + "version": "0.8.2", "publishConfig": { "access": "public" }, @@ -18,7 +18,7 @@ ], "bugs": "https://github.com/adobe/uix-sdk/issues", "dependencies": { - "@adobe/uix-core": "^0.8.1" + "@adobe/uix-core": "^0.8.2" }, "files": [ "README.md", diff --git a/packages/uix-host-react/package.json b/packages/uix-host-react/package.json index 0a5715c..c3b56da 100644 --- a/packages/uix-host-react/package.json +++ b/packages/uix-host-react/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-host-react", - "version": "0.8.1", + "version": "0.8.2", "publishConfig": { "access": "public" }, @@ -18,8 +18,8 @@ ], "bugs": "https://github.com/adobe/uix-sdk/issues", "dependencies": { - "@adobe/uix-core": "^0.8.1", - "@adobe/uix-host": "^0.8.1" + "@adobe/uix-core": "^0.8.2", + "@adobe/uix-host": "^0.8.2" }, "files": [ "README.md", diff --git a/packages/uix-host/package.json b/packages/uix-host/package.json index fbbdd27..b77672e 100644 --- a/packages/uix-host/package.json +++ b/packages/uix-host/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-host", - "version": "0.8.1", + "version": "0.8.2", "publishConfig": { "access": "public" }, @@ -18,7 +18,7 @@ ], "bugs": "https://github.com/adobe/uix-sdk/issues", "dependencies": { - "@adobe/uix-core": "^0.8.1" + "@adobe/uix-core": "^0.8.2" }, "files": [ "README.md",