Skip to content

Commit

Permalink
Merge pull request #122 from Shopify/release
Browse files Browse the repository at this point in the history
Publish
  • Loading branch information
henrytao-me authored May 31, 2021
2 parents 9eddefa + 7aa55df commit e5feb8e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/argo-checkout-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/argo-checkout-react",
"version": "0.10.2",
"version": "0.10.3",
"description": "React bindings for @shopify/argo-checkout",
"publishConfig": {
"access": "public",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@remote-ui/async-subscription": "^2.0.0",
"@remote-ui/react": "^4.0.1",
"@shopify/argo-checkout": "^0.10.2",
"@shopify/argo-checkout": "^0.10.3",
"@types/react": "^17.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/argo-checkout/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopify/argo-checkout",
"description": "The API for Argo extensions that run in Shopify’s Checkout",
"version": "0.10.2",
"version": "0.10.3",
"publishConfig": {
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
Expand Down
4 changes: 2 additions & 2 deletions packages/argo-post-purchase-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/argo-post-purchase-react",
"version": "0.9.4",
"version": "0.9.5",
"description": "React bindings for @shopify/argo-post-purchase",
"publishConfig": {
"access": "public",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@remote-ui/react": "^4.0.0",
"@shopify/argo-post-purchase": "^0.9.2",
"@shopify/argo-post-purchase": "^0.9.3",
"@types/react": "^17.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/argo-post-purchase/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopify/argo-post-purchase",
"description": "The API for Argo extensions that run in the post-purchase step of Shopify’s Checkout",
"version": "0.9.2",
"version": "0.9.3",
"publishConfig": {
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
Expand Down
4 changes: 2 additions & 2 deletions packages/argo-run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/argo-run",
"version": "0.4.0",
"version": "0.4.1",
"description": "A command line interface for developing and building Argo extensions",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@babel/preset-env": "^7.12.0",
"@babel/preset-react": "^7.12.0",
"@babel/preset-typescript": "^7.12.0",
"@shopify/argo-webpack-hot-client": "^0.1.6",
"@shopify/argo-webpack-hot-client": "^0.1.7",
"babel-loader": "^8.2.0",
"brotli-size": "^4.0.0",
"camelcase-keys": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/argo-webpack-hot-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/argo-webpack-hot-client",
"version": "0.1.6",
"version": "0.1.7",
"description": "A custom webpack-hot-client implementation that works in the web worker environment of an Argo extension",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit e5feb8e

Please sign in to comment.