Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/add-doc-fetch-command.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/add-doc-search-command.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/app-context-telemetry-everywhere.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/auth-list-store-sessions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-bugs-search.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mighty-hotels-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/normalize-store-fqdn-suffix.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/preview-store-create-production.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-crabs-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-otters-cheer.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/store-list-bp-auto.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @shopify/app

## 4.3.0

### Patch Changes

- f5cfb40: Attach local app metadata to analytics for any command run inside an app project.
- e1a5d65: Fix issue when using `--no-build` during deploy
- 08eb0ad: Improve JSON Schema validation error messages for arrays and add a TOML table hint for object/array mismatches.
- 0323612: Avoid checking flags for unrelated extension templates when generating a requested template.
- Updated dependencies [08eb0ad]
- Updated dependencies [d22ad61]
- Updated dependencies [2b3d2e2]
- @shopify/cli-kit@4.3.0
- @shopify/organizations@4.3.0
- @shopify/plugin-cloudflare@4.3.0
- @shopify/theme@4.3.0

## 4.2.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/app",
"version": "4.2.0",
"version": "4.3.0",
"packageManager": "pnpm@10.11.1",
"description": "Utilities for loading, building, and publishing apps.",
"homepage": "https://github.com/shopify/cli#readme",
Expand Down Expand Up @@ -61,10 +61,10 @@
"@graphql-typed-document-node/core": "3.2.0",
"@luckycatfactory/esbuild-graphql-loader": "3.8.1",
"@oclif/core": "4.8.3",
"@shopify/cli-kit": "4.2.0",
"@shopify/plugin-cloudflare": "4.2.0",
"@shopify/organizations": "4.2.0",
"@shopify/theme": "4.2.0",
"@shopify/cli-kit": "4.3.0",
"@shopify/plugin-cloudflare": "4.3.0",
"@shopify/organizations": "4.3.0",
"@shopify/theme": "4.3.0",
"@shopify/theme-check-node": "3.26.1",
"@shopify/toml-patch": "0.3.0",
"chokidar": "3.6.0",
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

## 4.3.0

### Minor Changes

- 2b3d2e2: Add `shopify store list` to list the stores in the Shopify organizations available to the current CLI account.

### Patch Changes

- 08eb0ad: Improve JSON Schema validation error messages for arrays and add a TOML table hint for object/array mismatches.
- d22ad61: Only treat `.myshopify.io` (not any `shopify.io` suffix) as an already-normalized store FQDN

## 4.2.0

### Minor 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": "4.2.0",
"version": "4.3.0",
"packageManager": "pnpm@10.11.1",
"private": false,
"description": "A set of utilities, interfaces, and models that are common across all the platform features",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-kit/src/public/common/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const CLI_KIT_VERSION = '4.2.0'
export const CLI_KIT_VERSION = '4.3.0'
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @shopify/cli

## 4.3.0

### Minor Changes

- ce73b7b: Add `shopify doc fetch` to download Markdown documents from shopify.dev.
- 03d54ea: Add `shopify doc search` to return relevant shopify.dev documentation chunks as JSON.
- 57c26ac: Add `shopify auth list` to list stores authenticated directly with `shopify store auth`.
- 9aecd52: Add `shopify store create preview` to create preview stores and persist their Admin API token in local store auth.
- 2b3d2e2: Add `shopify store list` to list the stores in the Shopify organizations available to the current CLI account.

## 4.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/oclif.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8439,5 +8439,5 @@
"strict": true
}
},
"version": "4.2.0"
"version": "4.3.0"
}
14 changes: 7 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/cli",
"version": "4.2.0",
"version": "4.3.0",
"packageManager": "pnpm@10.11.1",
"private": false,
"description": "A CLI tool to build for the Shopify platform",
Expand Down Expand Up @@ -60,12 +60,12 @@
"@oclif/core": "4.8.3",
"@oclif/plugin-commands": "4.1.57",
"@oclif/plugin-plugins": "5.4.47",
"@shopify/app": "4.2.0",
"@shopify/store": "4.2.0",
"@shopify/cli-kit": "4.2.0",
"@shopify/plugin-cloudflare": "4.2.0",
"@shopify/plugin-did-you-mean": "4.2.0",
"@shopify/theme": "4.2.0",
"@shopify/app": "4.3.0",
"@shopify/store": "4.3.0",
"@shopify/cli-kit": "4.3.0",
"@shopify/plugin-cloudflare": "4.3.0",
"@shopify/plugin-did-you-mean": "4.3.0",
"@shopify/theme": "4.3.0",
"@shopify/cli-hydrogen": "11.1.10",
"@types/global-agent": "3.0.0",
"@vitest/coverage-istanbul": "^3.2.6",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/create-app

## 4.3.0

## 4.2.0

## 4.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/oclif.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@
"summary": "Create a new app project"
}
},
"version": "4.2.0"
"version": "4.3.0"
}
6 changes: 3 additions & 3 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": "4.2.0",
"version": "4.3.0",
"packageManager": "pnpm@10.11.1",
"private": false,
"description": "A CLI tool to create a new Shopify app.",
Expand Down Expand Up @@ -58,8 +58,8 @@
"esbuild": "0.28.1"
},
"devDependencies": {
"@shopify/cli-kit": "4.2.0",
"@shopify/app": "4.2.0",
"@shopify/cli-kit": "4.3.0",
"@shopify/app": "4.3.0",
"esbuild-plugin-copy": "^2.1.1",
"@vitest/coverage-istanbul": "^3.2.6"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/organizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @shopify/organizations

## 4.3.0

### Minor Changes

- 2b3d2e2: Add `shopify store list` to list the stores in the Shopify organizations available to the current CLI account.

### Patch Changes

- Updated dependencies [08eb0ad]
- Updated dependencies [d22ad61]
- Updated dependencies [2b3d2e2]
- @shopify/cli-kit@4.3.0

## 4.2.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/organizations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/organizations",
"version": "4.2.0",
"version": "4.3.0",
"packageManager": "pnpm@10.11.1",
"private": true,
"description": "Utilities for working with Shopify organizations",
Expand Down Expand Up @@ -39,7 +39,7 @@
]
},
"dependencies": {
"@shopify/cli-kit": "4.2.0",
"@shopify/cli-kit": "4.3.0",
"@graphql-typed-document-node/core": "3.2.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @shopify/plugin-cloudflare

## 4.3.0

### Patch Changes

- Updated dependencies [08eb0ad]
- Updated dependencies [d22ad61]
- Updated dependencies [2b3d2e2]
- @shopify/cli-kit@4.3.0

## 4.2.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/plugin-cloudflare",
"version": "4.2.0",
"version": "4.3.0",
"packageManager": "pnpm@10.11.1",
"description": "Enables the creation of Cloudflare tunnels from `shopify app dev`, allowing previews from any device",
"keywords": [
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@oclif/core": "4.8.3",
"@shopify/cli-kit": "4.2.0"
"@shopify/cli-kit": "4.3.0"
},
"devDependencies": {
"@vitest/coverage-istanbul": "^3.2.6"
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-did-you-mean/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @shopify/plugin-did-you-mean

## 4.3.0

### Patch Changes

- Updated dependencies [08eb0ad]
- Updated dependencies [d22ad61]
- Updated dependencies [2b3d2e2]
- @shopify/cli-kit@4.3.0

## 4.2.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-did-you-mean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/plugin-did-you-mean",
"version": "4.2.0",
"version": "4.3.0",
"packageManager": "pnpm@10.11.1",
"private": true,
"bugs": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@oclif/core": "4.8.3",
"@shopify/cli-kit": "4.2.0",
"@shopify/cli-kit": "4.3.0",
"n-gram": "2.0.2"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @shopify/store

## 4.3.0

### Minor Changes

- 57c26ac: Add `shopify auth list` to list stores authenticated directly with `shopify store auth`.
- 9aecd52: Add `shopify store create preview` to create preview stores and persist their Admin API token in local store auth.
- 2b3d2e2: Add `shopify store list` to list the stores in the Shopify organizations available to the current CLI account.

### Patch Changes

- b0ae39d: `store info` now supports store-auth sessions, falling back to the Admin API when a stored store auth token is available and the Business Platform lookup can't be used.
- Updated dependencies [08eb0ad]
- Updated dependencies [d22ad61]
- Updated dependencies [2b3d2e2]
- @shopify/cli-kit@4.3.0
- @shopify/organizations@4.3.0

## 4.2.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/store",
"version": "4.2.0",
"version": "4.3.0",
"packageManager": "pnpm@10.11.1",
"private": true,
"description": "Utilities for working with Shopify stores",
Expand Down Expand Up @@ -41,8 +41,8 @@
"dependencies": {
"@graphql-typed-document-node/core": "3.2.0",
"@oclif/core": "4.8.3",
"@shopify/cli-kit": "4.2.0",
"@shopify/organizations": "4.2.0"
"@shopify/cli-kit": "4.3.0",
"@shopify/organizations": "4.3.0"
},
"devDependencies": {
"@vitest/coverage-istanbul": "^3.2.6"
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

## 4.3.0

### Patch Changes

- Updated dependencies [08eb0ad]
- Updated dependencies [d22ad61]
- Updated dependencies [2b3d2e2]
- @shopify/cli-kit@4.3.0

## 4.2.0

### Minor Changes
Expand Down
Loading