Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 16, 2024
1 parent bce1cf2 commit 1c624ac
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/uix-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/uix-core",
"version": "0.9.2",
"version": "0.10.0",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/uix-guest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/uix-guest",
"version": "0.9.2",
"version": "0.10.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/uix-host-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/uix-host-react",
"version": "0.9.2",
"version": "0.10.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/uix-host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/uix-host",
"version": "0.9.2",
"version": "0.10.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -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",
Expand Down

0 comments on commit 1c624ac

Please sign in to comment.