diff --git a/package-lock.json b/package-lock.json index be06dc7..055664e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/uix-sdk-monorepo", - "version": "0.10.4", + "version": "0.10.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@adobe/uix-sdk-monorepo", - "version": "0.10.4", + "version": "0.10.5", "license": "Apache-2.0", "workspaces": [ "packages/*", @@ -21683,15 +21683,15 @@ }, "packages/uix-core": { "name": "@adobe/uix-core", - "version": "0.10.4", + "version": "0.10.5", "license": "Apache-2.0" }, "packages/uix-guest": { "name": "@adobe/uix-guest", - "version": "0.10.4", + "version": "0.10.5", "license": "Apache-2.0", "dependencies": { - "@adobe/uix-core": "^0.10.4", + "@adobe/uix-core": "^0.10.5", "ajv": "^8.12.0", "js-yaml": "^4.1.0" } @@ -21734,10 +21734,10 @@ }, "packages/uix-host": { "name": "@adobe/uix-host", - "version": "0.10.4", + "version": "0.10.5", "license": "Apache-2.0", "dependencies": { - "@adobe/uix-core": "^0.10.4" + "@adobe/uix-core": "^0.10.5" }, "devDependencies": { "@types/jest": "^29.5.12", @@ -21749,11 +21749,11 @@ }, "packages/uix-host-react": { "name": "@adobe/uix-host-react", - "version": "0.10.4", + "version": "0.10.5", "license": "Apache-2.0", "dependencies": { - "@adobe/uix-core": "^0.10.4", - "@adobe/uix-host": "^0.10.4" + "@adobe/uix-core": "^0.10.5", + "@adobe/uix-host": "^0.10.5" }, "devDependencies": { "@swc/jest": "^0.2.29", @@ -21899,7 +21899,7 @@ "@adobe/uix-guest": { "version": "file:packages/uix-guest", "requires": { - "@adobe/uix-core": "^0.10.4", + "@adobe/uix-core": "^0.10.5", "ajv": "^8.12.0", "js-yaml": "^4.1.0" }, @@ -21938,7 +21938,7 @@ "@adobe/uix-host": { "version": "file:packages/uix-host", "requires": { - "@adobe/uix-core": "^0.10.4", + "@adobe/uix-core": "^0.10.5", "@types/jest": "^29.5.12", "jest": "^29.7.0", "jest-fetch-mock": "^3.0.3", @@ -21957,8 +21957,8 @@ "@adobe/uix-host-react": { "version": "file:packages/uix-host-react", "requires": { - "@adobe/uix-core": "^0.10.4", - "@adobe/uix-host": "^0.10.4", + "@adobe/uix-core": "^0.10.5", + "@adobe/uix-host": "^0.10.5", "@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 b43749a..8879c18 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@adobe/uix-sdk-monorepo", "private": true, - "version": "0.10.4", + "version": "0.10.5", "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 884ebd6..cf412b3 100644 --- a/packages/uix-core/package.json +++ b/packages/uix-core/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-core", - "version": "0.10.4", + "version": "0.10.5", "publishConfig": { "access": "public" }, diff --git a/packages/uix-guest/package.json b/packages/uix-guest/package.json index f7db3c8..3c02dfc 100644 --- a/packages/uix-guest/package.json +++ b/packages/uix-guest/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-guest", - "version": "0.10.4", + "version": "0.10.5", "publishConfig": { "access": "public" }, @@ -18,7 +18,7 @@ ], "bugs": "https://github.com/adobe/uix-sdk/issues", "dependencies": { - "@adobe/uix-core": "^0.10.4", + "@adobe/uix-core": "^0.10.5", "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 c23e394..2ae45e6 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.10.4", + "version": "0.10.5", "publishConfig": { "access": "public" }, @@ -20,8 +20,8 @@ ], "bugs": "https://github.com/adobe/uix-sdk/issues", "dependencies": { - "@adobe/uix-core": "^0.10.4", - "@adobe/uix-host": "^0.10.4" + "@adobe/uix-core": "^0.10.5", + "@adobe/uix-host": "^0.10.5" }, "devDependencies": { "@swc/jest": "^0.2.29", diff --git a/packages/uix-host/package.json b/packages/uix-host/package.json index 74ac1ed..c0d2743 100644 --- a/packages/uix-host/package.json +++ b/packages/uix-host/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/uix-host", - "version": "0.10.4", + "version": "0.10.5", "publishConfig": { "access": "public" }, @@ -20,7 +20,7 @@ ], "bugs": "https://github.com/adobe/uix-sdk/issues", "dependencies": { - "@adobe/uix-core": "^0.10.4" + "@adobe/uix-core": "^0.10.5" }, "devDependencies": { "@types/jest": "^29.5.12",