Skip to content

Commit

Permalink
Merge pull request #3187 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages - main
  • Loading branch information
isaacroldan authored Jan 2, 2024
2 parents 4cb451b + 4d2ddfc commit 33c6555
Show file tree
Hide file tree
Showing 47 changed files with 248 additions and 171 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-countries-melt.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/curvy-bananas-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-sloths-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-hornets-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-dragons-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-geese-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-flies-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-houses-rule.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/rich-carpets-prove.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/serious-kids-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-shrimps-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-windows-leave.md

This file was deleted.

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

## 3.53.0

### Minor Changes

- 1d6fe3475: Increase minimum Node version to 18
- 0d60cf64b: Emit semicolons in generated WIT for Functions
- 1b81646ff: Serve GraphiQL on localhost
- 0896e62b1: Versioned app config support
- 3cb5c5900: Enable GraphiQL for everyone by default

### Patch Changes

- a53985314: Eliminate status flicker when reconnecting to dev
- cc3ada0a2: Raise an error properly and prompt reauthentication when authentication expires
- e76f79ac6: Restyle GraphiQL top bar yet again for better icons, alignment, and arrangement
- 121cc9f93: Add a custom user agent for GraphiQL
- Updated dependencies [1d6fe3475]
- Updated dependencies [cc3ada0a2]
- Updated dependencies [0896e62b1]
- Updated dependencies [72b1daaee]
- @shopify/plugin-cloudflare@3.53.0
- @shopify/cli-kit@3.53.0

## 3.52.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/oclif.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.52.0",
"version": "3.53.0",
"commands": {
"app:build": {
"id": "app:build",
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.52.0",
"version": "3.53.0",
"description": "Utilities for loading, building, and publishing apps.",
"homepage": "https://github.com/shopify/cli#readme",
"bugs": {
Expand Down Expand Up @@ -43,9 +43,9 @@
"dependencies": {
"@luckycatfactory/esbuild-graphql-loader": "3.8.1",
"@oclif/core": "2.11.7",
"@shopify/cli-kit": "3.52.0",
"@shopify/cli-kit": "3.53.0",
"@shopify/function-runner": "4.1.1",
"@shopify/plugin-cloudflare": "3.52.0",
"@shopify/plugin-cloudflare": "3.53.0",
"@shopify/polaris": "12.1.1",
"@shopify/polaris-icons": "7.9.0",
"abort-controller": "3.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/cli-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @shopify/cli-kit

## 3.53.0

### Minor Changes

- 1d6fe3475: Increase minimum Node version to 18
- 0896e62b1: Versioned app config support
- 72b1daaee: Add new `nodelete` flag to `shopify theme dev` command

### Patch Changes

- cc3ada0a2: Throw an error correctly if reauthenticating in non-TTY with noPrompt = true

## 3.52.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": "3.52.0",
"version": "3.53.0",
"private": false,
"description": "A set of utilities, interfaces, and models that are common across all the platform features",
"keywords": [
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 = '3.52.0'
export const CLI_KIT_VERSION = '3.53.0'
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @shopify/cli

## 3.53.0

### Minor Changes

- 1d6fe3475: Increase minimum Node version to 18
- 0896e62b1: Versioned app config support
- 72b1daaee: Add new `nodelete` flag to `shopify theme dev` command

### Patch Changes

- 562ae6c3a: Adds new, nested `write_privacy_consent` capability under `collect_buyer_consent`
- Updated dependencies [1d6fe3475]
- Updated dependencies [cc3ada0a2]
- Updated dependencies [0896e62b1]
- Updated dependencies [72b1daaee]
- @shopify/plugin-did-you-mean@3.53.0
- @shopify/cli-kit@3.53.0

## 3.52.0

### Patch Changes
Expand Down
Loading

0 comments on commit 33c6555

Please sign in to comment.