Skip to content

Commit

Permalink
Merge pull request #440 from Shopify/release-customer-beta
Browse files Browse the repository at this point in the history
Release customer beta
  • Loading branch information
robin-drexler committed Aug 15, 2022
2 parents 7e488e4 + 22940f6 commit 667772d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions packages/customer-account-ui-extensions-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@shopify/customer-account-ui-extensions-react",
"version": "0.0.12",
"version": "0.0.13-alpha.0",
"description": "React bindings for @shopify/customer-account-ui-extensions",
"publishConfig": {
"access": "public",
Expand All @@ -21,10 +21,10 @@
"./": "./"
},
"dependencies": {
"@remote-ui/async-subscription": "^2.1.10",
"@remote-ui/react": "^4.5.2",
"@remote-ui/async-subscription": "^2.1.12",
"@remote-ui/react": "^4.5.7",
"@shopify/checkout-ui-extensions-react": "^0.18.0",
"@shopify/customer-account-ui-extensions": "^0.0.12"
"@shopify/customer-account-ui-extensions": "^0.0.13-alpha.0"
},
"peerDependencies": {
"react": ">=17.0.0 <18.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/customer-account-ui-extensions/package.json
@@ -1,7 +1,7 @@
{
"name": "@shopify/customer-account-ui-extensions",
"description": "The API for UI Extensions that run in Shopify's Customer Account",
"version": "0.0.12",
"version": "0.0.13-alpha.0",
"publishConfig": {
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
Expand All @@ -21,8 +21,8 @@
"./": "./"
},
"dependencies": {
"@remote-ui/async-subscription": "^2.1.10",
"@remote-ui/core": "^2.1.10",
"@remote-ui/async-subscription": "^2.1.12",
"@remote-ui/core": "^2.1.15",
"@shopify/checkout-ui-extensions": "^0.18.0"
}
}

0 comments on commit 667772d

Please sign in to comment.