Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 20, 2024
1 parent 79ceadf commit b961abf
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.1",
"version": "0.9.2",
"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.1",
"version": "0.9.2",
"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.1",
"version": "0.9.2",
"publishConfig": {
"access": "public"
},
Expand All @@ -18,7 +18,7 @@
],
"bugs": "https://github.com/adobe/uix-sdk/issues",
"dependencies": {
"@adobe/uix-core": "^0.9.1"
"@adobe/uix-core": "^0.9.2"
},
"files": [
"README.md",
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.1",
"version": "0.9.2",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,8 +20,8 @@
],
"bugs": "https://github.com/adobe/uix-sdk/issues",
"dependencies": {
"@adobe/uix-core": "^0.9.1",
"@adobe/uix-host": "^0.9.1"
"@adobe/uix-core": "^0.9.2",
"@adobe/uix-host": "^0.9.2"
},
"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.1",
"version": "0.9.2",
"publishConfig": {
"access": "public"
},
Expand All @@ -20,7 +20,7 @@
],
"bugs": "https://github.com/adobe/uix-sdk/issues",
"dependencies": {
"@adobe/uix-core": "^0.9.1"
"@adobe/uix-core": "^0.9.2"
},
"devDependencies": {
"@types/jest": "^29.5.12",
Expand Down

0 comments on commit b961abf

Please sign in to comment.