diff --git a/package-lock.json b/package-lock.json index aaeff45..075b0ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/uix-sdk-monorepo", - "version": "0.9.2", + "version": "0.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@adobe/uix-sdk-monorepo", - "version": "0.9.2", + "version": "0.10.0", "license": "Apache-2.0", "workspaces": [ "packages/*", @@ -21428,15 +21428,15 @@ }, "packages/uix-core": { "name": "@adobe/uix-core", - "version": "0.9.2", + "version": "0.10.0", "license": "Apache-2.0" }, "packages/uix-guest": { "name": "@adobe/uix-guest", - "version": "0.9.2", + "version": "0.10.0", "license": "Apache-2.0", "dependencies": { - "@adobe/uix-core": "^0.9.2", + "@adobe/uix-core": "^0.10.0", "ajv": "^8.12.0", "js-yaml": "^4.1.0" } @@ -21479,10 +21479,10 @@ }, "packages/uix-host": { "name": "@adobe/uix-host", - "version": "0.9.2", + "version": "0.10.0", "license": "Apache-2.0", "dependencies": { - "@adobe/uix-core": "^0.9.2" + "@adobe/uix-core": "^0.10.0" }, "devDependencies": { "@types/jest": "^29.5.12", @@ -21494,11 +21494,11 @@ }, "packages/uix-host-react": { "name": "@adobe/uix-host-react", - "version": "0.9.2", + "version": "0.10.0", "license": "Apache-2.0", "dependencies": { - "@adobe/uix-core": "^0.9.2", - "@adobe/uix-host": "^0.9.2" + "@adobe/uix-core": "^0.10.0", + "@adobe/uix-host": "^0.10.0" }, "devDependencies": { "@swc/jest": "^0.2.29", @@ -21637,7 +21637,7 @@ "@adobe/uix-guest": { "version": "file:packages/uix-guest", "requires": { - "@adobe/uix-core": "^0.9.2", + "@adobe/uix-core": "^0.10.0", "ajv": "^8.12.0", "js-yaml": "^4.1.0" }, @@ -21676,7 +21676,7 @@ "@adobe/uix-host": { "version": "file:packages/uix-host", "requires": { - "@adobe/uix-core": "^0.9.2", + "@adobe/uix-core": "^0.10.0", "@types/jest": "^29.5.12", "jest": "^29.7.0", "jest-fetch-mock": "^3.0.3", @@ -21695,8 +21695,8 @@ "@adobe/uix-host-react": { "version": "file:packages/uix-host-react", "requires": { - "@adobe/uix-core": "^0.9.2", - "@adobe/uix-host": "^0.9.2", + "@adobe/uix-core": "^0.10.0", + "@adobe/uix-host": "^0.10.0", "@swc/jest": "^0.2.29", "@testing-library/dom": "^8.1.0", "@testing-library/jest-dom": "^5.14.1", diff --git a/package.json b/package.json index 33e3749..6bbeff6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@adobe/uix-sdk-monorepo", "private": true, - "version": "0.9.2", + "version": "0.10.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 34d4414..9b4e56b 100644 --- a/packages/uix-core/package.json +++ b/packages/uix-core/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-core", - "version": "0.9.2", + "version": "0.10.0", "publishConfig": { "access": "public" }, diff --git a/packages/uix-guest/package.json b/packages/uix-guest/package.json index 7c3649c..2ee4f48 100644 --- a/packages/uix-guest/package.json +++ b/packages/uix-guest/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-guest", - "version": "0.9.2", + "version": "0.10.0", "publishConfig": { "access": "public" }, @@ -18,7 +18,7 @@ ], "bugs": "https://github.com/adobe/uix-sdk/issues", "dependencies": { - "@adobe/uix-core": "^0.9.2", + "@adobe/uix-core": "^0.10.0", "ajv": "^8.12.0", "js-yaml": "^4.1.0" }, diff --git a/packages/uix-host-react/package.json b/packages/uix-host-react/package.json index ff3c490..d3a3ab8 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.9.2", + "version": "0.10.0", "publishConfig": { "access": "public" }, @@ -20,8 +20,8 @@ ], "bugs": "https://github.com/adobe/uix-sdk/issues", "dependencies": { - "@adobe/uix-core": "^0.9.2", - "@adobe/uix-host": "^0.9.2" + "@adobe/uix-core": "^0.10.0", + "@adobe/uix-host": "^0.10.0" }, "devDependencies": { "@swc/jest": "^0.2.29", diff --git a/packages/uix-host/package.json b/packages/uix-host/package.json index 3bf1ba2..18c448d 100644 --- a/packages/uix-host/package.json +++ b/packages/uix-host/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-host", - "version": "0.9.2", + "version": "0.10.0", "publishConfig": { "access": "public" }, @@ -20,7 +20,7 @@ ], "bugs": "https://github.com/adobe/uix-sdk/issues", "dependencies": { - "@adobe/uix-core": "^0.9.2" + "@adobe/uix-core": "^0.10.0" }, "devDependencies": { "@types/jest": "^29.5.12",