diff --git a/package-lock.json b/package-lock.json index 4609720..e53c302 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/uix-sdk-monorepo", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@adobe/uix-sdk-monorepo", - "version": "0.7.0", + "version": "0.8.0", "license": "Apache-2.0", "workspaces": [ "packages/*", @@ -19284,32 +19284,32 @@ }, "packages/uix-core": { "name": "@adobe/uix-core", - "version": "0.7.0", + "version": "0.8.0", "license": "Apache-2.0" }, "packages/uix-guest": { "name": "@adobe/uix-guest", - "version": "0.7.0", + "version": "0.8.0", "license": "Apache-2.0", "dependencies": { - "@adobe/uix-core": "^0.7.0" + "@adobe/uix-core": "^0.8.0" } }, "packages/uix-host": { "name": "@adobe/uix-host", - "version": "0.7.0", + "version": "0.8.0", "license": "Apache-2.0", "dependencies": { - "@adobe/uix-core": "^0.7.0" + "@adobe/uix-core": "^0.8.0" } }, "packages/uix-host-react": { "name": "@adobe/uix-host-react", - "version": "0.7.0", + "version": "0.8.0", "license": "Apache-2.0", "dependencies": { - "@adobe/uix-core": "^0.7.0", - "@adobe/uix-host": "^0.7.0" + "@adobe/uix-core": "^0.8.0", + "@adobe/uix-host": "^0.8.0" } } }, @@ -19376,20 +19376,20 @@ "@adobe/uix-guest": { "version": "file:packages/uix-guest", "requires": { - "@adobe/uix-core": "^0.7.0" + "@adobe/uix-core": "^0.8.0" } }, "@adobe/uix-host": { "version": "file:packages/uix-host", "requires": { - "@adobe/uix-core": "^0.7.0" + "@adobe/uix-core": "^0.8.0" } }, "@adobe/uix-host-react": { "version": "file:packages/uix-host-react", "requires": { - "@adobe/uix-core": "^0.7.0", - "@adobe/uix-host": "^0.7.0" + "@adobe/uix-core": "^0.8.0", + "@adobe/uix-host": "^0.8.0" } }, "@ampproject/remapping": { diff --git a/package.json b/package.json index db8b615..754da0a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@adobe/uix-sdk-monorepo", "private": true, - "version": "0.7.0", + "version": "0.8.0", "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 d8d4ba5..dbda98e 100644 --- a/packages/uix-core/package.json +++ b/packages/uix-core/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-core", - "version": "0.7.0", + "version": "0.8.0", "publishConfig": { "access": "public" }, diff --git a/packages/uix-guest/package.json b/packages/uix-guest/package.json index 44c4955..6d7e5ae 100644 --- a/packages/uix-guest/package.json +++ b/packages/uix-guest/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-guest", - "version": "0.7.0", + "version": "0.8.0", "publishConfig": { "access": "public" }, @@ -18,7 +18,7 @@ ], "bugs": "https://github.com/adobe/uix-sdk/issues", "dependencies": { - "@adobe/uix-core": "^0.7.0" + "@adobe/uix-core": "^0.8.0" }, "files": [ "README.md", diff --git a/packages/uix-host-react/package.json b/packages/uix-host-react/package.json index 170cb3a..3856ab1 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.7.0", + "version": "0.8.0", "publishConfig": { "access": "public" }, @@ -18,8 +18,8 @@ ], "bugs": "https://github.com/adobe/uix-sdk/issues", "dependencies": { - "@adobe/uix-core": "^0.7.0", - "@adobe/uix-host": "^0.7.0" + "@adobe/uix-core": "^0.8.0", + "@adobe/uix-host": "^0.8.0" }, "files": [ "README.md", diff --git a/packages/uix-host/package.json b/packages/uix-host/package.json index 6b83def..a0110cc 100644 --- a/packages/uix-host/package.json +++ b/packages/uix-host/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-host", - "version": "0.7.0", + "version": "0.8.0", "publishConfig": { "access": "public" }, @@ -18,7 +18,7 @@ ], "bugs": "https://github.com/adobe/uix-sdk/issues", "dependencies": { - "@adobe/uix-core": "^0.7.0" + "@adobe/uix-core": "^0.8.0" }, "files": [ "README.md",