Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 2, 2023
1 parent 41167bb commit 4eb0847
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.7.0",
"version": "0.8.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.7.0",
"version": "0.8.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.7.0",
"version": "0.8.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -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",
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.7.0",
"version": "0.8.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -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",
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.7.0",
"version": "0.8.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -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",
Expand Down

0 comments on commit 4eb0847

Please sign in to comment.