From 428d7e3e0e557d7ca89ca203e7841522e62332cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 17:23:28 +0000 Subject: [PATCH] v0.8.1 --- 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 e53c302..a4a46c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/uix-sdk-monorepo", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@adobe/uix-sdk-monorepo", - "version": "0.8.0", + "version": "0.8.1", "license": "Apache-2.0", "workspaces": [ "packages/*", @@ -19284,32 +19284,32 @@ }, "packages/uix-core": { "name": "@adobe/uix-core", - "version": "0.8.0", + "version": "0.8.1", "license": "Apache-2.0" }, "packages/uix-guest": { "name": "@adobe/uix-guest", - "version": "0.8.0", + "version": "0.8.1", "license": "Apache-2.0", "dependencies": { - "@adobe/uix-core": "^0.8.0" + "@adobe/uix-core": "^0.8.1" } }, "packages/uix-host": { "name": "@adobe/uix-host", - "version": "0.8.0", + "version": "0.8.1", "license": "Apache-2.0", "dependencies": { - "@adobe/uix-core": "^0.8.0" + "@adobe/uix-core": "^0.8.1" } }, "packages/uix-host-react": { "name": "@adobe/uix-host-react", - "version": "0.8.0", + "version": "0.8.1", "license": "Apache-2.0", "dependencies": { - "@adobe/uix-core": "^0.8.0", - "@adobe/uix-host": "^0.8.0" + "@adobe/uix-core": "^0.8.1", + "@adobe/uix-host": "^0.8.1" } } }, @@ -19376,20 +19376,20 @@ "@adobe/uix-guest": { "version": "file:packages/uix-guest", "requires": { - "@adobe/uix-core": "^0.8.0" + "@adobe/uix-core": "^0.8.1" } }, "@adobe/uix-host": { "version": "file:packages/uix-host", "requires": { - "@adobe/uix-core": "^0.8.0" + "@adobe/uix-core": "^0.8.1" } }, "@adobe/uix-host-react": { "version": "file:packages/uix-host-react", "requires": { - "@adobe/uix-core": "^0.8.0", - "@adobe/uix-host": "^0.8.0" + "@adobe/uix-core": "^0.8.1", + "@adobe/uix-host": "^0.8.1" } }, "@ampproject/remapping": { diff --git a/package.json b/package.json index 754da0a..1f2b1dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@adobe/uix-sdk-monorepo", "private": true, - "version": "0.8.0", + "version": "0.8.1", "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 dbda98e..7e4c8b7 100644 --- a/packages/uix-core/package.json +++ b/packages/uix-core/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-core", - "version": "0.8.0", + "version": "0.8.1", "publishConfig": { "access": "public" }, diff --git a/packages/uix-guest/package.json b/packages/uix-guest/package.json index 6d7e5ae..7f538ae 100644 --- a/packages/uix-guest/package.json +++ b/packages/uix-guest/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-guest", - "version": "0.8.0", + "version": "0.8.1", "publishConfig": { "access": "public" }, @@ -18,7 +18,7 @@ ], "bugs": "https://github.com/adobe/uix-sdk/issues", "dependencies": { - "@adobe/uix-core": "^0.8.0" + "@adobe/uix-core": "^0.8.1" }, "files": [ "README.md", diff --git a/packages/uix-host-react/package.json b/packages/uix-host-react/package.json index 3856ab1..0a5715c 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.0", + "version": "0.8.1", "publishConfig": { "access": "public" }, @@ -18,8 +18,8 @@ ], "bugs": "https://github.com/adobe/uix-sdk/issues", "dependencies": { - "@adobe/uix-core": "^0.8.0", - "@adobe/uix-host": "^0.8.0" + "@adobe/uix-core": "^0.8.1", + "@adobe/uix-host": "^0.8.1" }, "files": [ "README.md", diff --git a/packages/uix-host/package.json b/packages/uix-host/package.json index a0110cc..fbbdd27 100644 --- a/packages/uix-host/package.json +++ b/packages/uix-host/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-host", - "version": "0.8.0", + "version": "0.8.1", "publishConfig": { "access": "public" }, @@ -18,7 +18,7 @@ ], "bugs": "https://github.com/adobe/uix-sdk/issues", "dependencies": { - "@adobe/uix-core": "^0.8.0" + "@adobe/uix-core": "^0.8.1" }, "files": [ "README.md",