Skip to content

Commit

Permalink
Merge pull request #680 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
matteodepalo authored Oct 31, 2022
2 parents 9b1d6a6 + 251abd5 commit c11c350
Show file tree
Hide file tree
Showing 32 changed files with 141 additions and 56 deletions.
7 changes: 0 additions & 7 deletions .changeset/cyan-tools-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-tips-serve.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/silver-kids-trade.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-chefs-matter.md

This file was deleted.

10 changes: 10 additions & 0 deletions fixtures/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# app

## 3.21.0

### Patch Changes

- Updated dependencies [e4352f2e]
- Updated dependencies [ad31c0bd]
- Updated dependencies [5cda6300]
- @shopify/app@3.21.0
- @shopify/cli@3.21.0

## 3.20.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions fixtures/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/fixtures-app",
"version": "3.20.1",
"version": "3.21.0",
"main": "web/backend/index.js",
"license": "UNLICENSED",
"private": true,
Expand All @@ -15,9 +15,9 @@
},
"dependencies": {
"@shopify/admin-ui-extensions-react": "^1.0.1",
"@shopify/app": "3.20.1",
"@shopify/app": "3.21.0",
"@shopify/checkout-ui-extensions-react": "^0.20.0",
"@shopify/cli": "3.20.1",
"@shopify/cli": "3.21.0",
"@shopify/customer-account-ui-extensions-react": "^0.0.8",
"@shopify/post-purchase-ui-extensions-react": "^0.13.3",
"@shopify/web-pixels-extension": "^0.1.1",
Expand Down
21 changes: 21 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @shopify/app

## 3.21.0

### Minor Changes

- ad31c0bd: Adding support for a new auth_callback_path setting in web.shopify.toml, which overrides the values in the app setup when running the dev command.

This enables apps to use custom paths for their OAuth callback, but still have the CLI set the appropriate value in the Partners Dashboard to keep the development flow unchanged.

If you use a non-standard OAuth callback path, you can set this value to have the CLI automatically set the correct value for you.

- 5cda6300: Enable external access to cli inside a spin instance

### Patch Changes

- e4352f2e: Do not report handled tunnel plugin errors to Bugsnag
- Updated dependencies [e4352f2e]
- Updated dependencies [c906187f]
- Updated dependencies [5cda6300]
- @shopify/cli-kit@3.21.0
- @shopify/shopify-cli-extensions@3.21.0

## 3.20.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/app",
"version": "3.20.1",
"version": "3.21.0",
"description": "Utilities for loading, building, and publishing apps.",
"license": "MIT",
"homepage": "https://github.com/shopify/cli#readme",
Expand Down Expand Up @@ -59,8 +59,8 @@
"dependencies": {
"@luckycatfactory/esbuild-graphql-loader": "3.7.0",
"@oclif/core": "1.9.2",
"@shopify/cli-kit": "3.20.1",
"@shopify/shopify-cli-extensions": "3.20.1",
"@shopify/cli-kit": "3.21.0",
"@shopify/shopify-cli-extensions": "3.21.0",
"abort-controller": "^3.0.0",
"chokidar": "3.5.3",
"diff": "^5.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli-hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @shopify/cli-hydrogen

## 3.21.0

### Patch Changes

- Updated dependencies [e4352f2e]
- Updated dependencies [c906187f]
- Updated dependencies [5cda6300]
- @shopify/cli-kit@3.21.0

## 3.20.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-hydrogen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/cli-hydrogen",
"version": "3.20.1",
"version": "3.21.0",
"private": false,
"description": "Commands for building Hydrogen storefronts",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@types/prettier": "^2.6.3",
"prettier": "^2.6.1",
"vite": "^2.9.13",
"@shopify/cli-kit": "3.20.1",
"@shopify/cli-kit": "3.21.0",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.0",
"typescript": "^4.8.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @shopify/cli-kit

## 3.21.0

### Minor Changes

- 5cda6300: Enable external access to cli inside a spin instance

### Patch Changes

- e4352f2e: Do not report handled tunnel plugin errors to Bugsnag
- c906187f: Add backticks surrounding command tokens

## 3.20.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/cli-kit",
"version": "3.20.1",
"version": "3.21.0",
"private": false,
"description": "A set of utilities, interfaces, and models that are common across all the platform features",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/cli-main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @shopify/cli

## 3.21.0

### Patch Changes

- Updated dependencies [e4352f2e]
- Updated dependencies [c906187f]
- Updated dependencies [5cda6300]
- @shopify/cli-kit@3.21.0
- @shopify/plugin-ngrok@3.21.0

## 3.20.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/cli",
"version": "3.20.1",
"version": "3.21.0",
"private": false,
"description": "A CLI tool to build for the Shopify platform",
"homepage": "https://github.com/shopify/cli#readme",
Expand Down Expand Up @@ -55,8 +55,8 @@
"@oclif/plugin-commands": "^2.2.0",
"@oclif/plugin-help": "^5.1.12",
"@oclif/plugin-plugins": "^2.1.0",
"@shopify/cli-kit": "3.20.1",
"@shopify/plugin-ngrok": "^3.20.1"
"@shopify/cli-kit": "3.21.0",
"@shopify/plugin-ngrok": "^3.21.0"
},
"devDependencies": {
"vitest": "^0.22.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @shopify/create-app

## 3.21.0

### Patch Changes

- Updated dependencies [e4352f2e]
- Updated dependencies [c906187f]
- Updated dependencies [5cda6300]
- @shopify/cli-kit@3.21.0

## 3.20.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/create-app",
"version": "3.20.1",
"version": "3.21.0",
"private": false,
"description": "A CLI tool to create a new Shopify app.",
"type": "module",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@oclif/core": "1.9.2",
"@shopify/cli-kit": "3.20.1"
"@shopify/cli-kit": "3.21.0"
},
"devDependencies": {
"vitest": "^0.22.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/create-hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @shopify/create-hydrogen

## 3.21.0

### Patch Changes

- Updated dependencies [e4352f2e]
- Updated dependencies [c906187f]
- Updated dependencies [5cda6300]
- @shopify/cli-kit@3.21.0

## 3.20.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-hydrogen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/create-hydrogen",
"version": "3.20.1",
"version": "3.21.0",
"private": false,
"description": "A CLI tool to create a new Shopify hydrogen app.",
"type": "module",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@oclif/core": "1.9.2",
"@shopify/cli-kit": "3.20.1",
"@shopify/cli-kit": "3.21.0",
"download": "8.0.0"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-ngrok/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @shopify/plugin-ngrok

## 3.21.0

### Patch Changes

- e4352f2e: Do not report handled tunnel plugin errors to Bugsnag
- Updated dependencies [e4352f2e]
- Updated dependencies [c906187f]
- Updated dependencies [5cda6300]
- @shopify/cli-kit@3.21.0

## 3.20.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-ngrok/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/plugin-ngrok",
"version": "3.20.1",
"version": "3.21.0",
"description": "Enables the creation of ngrok tunnels from `shopify app dev`, allowing previews from any device",
"keywords": [
"shopify",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@oclif/core": "1.9.2",
"@shopify/cli-kit": "3.20.1",
"@shopify/cli-kit": "3.21.0",
"@shopify/ngrok": "^4.3.2"
},
"eslintConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @shopify/theme

## 3.21.0

### Patch Changes

- Updated dependencies [e4352f2e]
- Updated dependencies [c906187f]
- Updated dependencies [5cda6300]
- @shopify/cli-kit@3.21.0

## 3.20.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme",
"version": "3.20.1",
"version": "3.21.0",
"private": false,
"description": "Utilities for building and publishing themes",
"homepage": "https://github.com/shopify/cli#readme",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@oclif/core": "1.9.2",
"@shopify/cli-kit": "3.20.1"
"@shopify/cli-kit": "3.21.0"
},
"devDependencies": {
"vitest": "^0.22.1"
Expand Down
2 changes: 2 additions & 0 deletions packages/ui-extensions-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/shopify-cli-extensions

## 3.21.0

## 3.20.1

## 3.20.0
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-extensions-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopify/shopify-cli-extensions",
"author": "Shopify <app-extensions@shopify.com>",
"version": "3.20.1",
"version": "3.21.0",
"description": "A command line tool to build UI extensions",
"license": "MIT",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/ui-extensions-dev-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/ui-extensions-dev-console-app

## 3.21.0

### Patch Changes

- @shopify/ui-extensions-server-kit@3.21.0

## 3.20.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-extensions-dev-console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@shopify/ui-extensions-dev-console-app",
"version": "3.20.1",
"version": "3.21.0",
"scripts": {
"build": "nx build",
"clean": "nx clean",
Expand All @@ -16,7 +16,7 @@
"@shopify/polaris": "^6.6.0",
"@shopify/polaris-icons": "^4.6.2",
"@shopify/react-i18n": "^6.1.0",
"@shopify/ui-extensions-server-kit": "3.20.1",
"@shopify/ui-extensions-server-kit": "3.21.0",
"@vitejs/plugin-react": "^2.0.1",
"copy-to-clipboard": "^3.3.1",
"qrcode.react": "^1.0.1",
Expand All @@ -33,7 +33,7 @@
},
"devDependencies": {
"@shopify/react-testing": "^3.0.0",
"@shopify/ui-extensions-test-utils": "3.20.1",
"@shopify/ui-extensions-test-utils": "3.21.0",
"@types/qrcode.react": "^1.0.2",
"@types/react": "16.14.0",
"@types/react-dom": "^16.9.11",
Expand Down
2 changes: 2 additions & 0 deletions packages/ui-extensions-go-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/ui-extensions-go-cli

## 3.21.0

## 3.20.1

## 3.20.0
Expand Down
Loading

0 comments on commit c11c350

Please sign in to comment.