Skip to content

Commit

Permalink
Merge pull request #3308 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages - main
  • Loading branch information
amcaplan authored Jan 25, 2024
2 parents fb81762 + 4471e23 commit 5f6240e
Show file tree
Hide file tree
Showing 37 changed files with 200 additions and 135 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-chicken-tap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/forty-terms-poke.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fuzzy-mice-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-camels-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-beers-accept.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/light-ears-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-zoos-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-peaches-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-squids-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-llamas-yell.md

This file was deleted.

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.54.0

### Minor Changes

- a9e847717: Upgrade oclif to v3 (improved help menus and more)

### Patch Changes

- a9e847717: Update @shopify/polaris and @shopify/polaris-icons to latest version
- a9e847717: Refresh token when updating extension draft
- a9e847717: Update app and store links from GraphiQL when dev is restarted
- da15e40c2: Remove internal versioned app config beta flag
- Updated dependencies [a9e847717]
- Updated dependencies [a9e847717]
- Updated dependencies [a9e847717]
- Updated dependencies [a9e847717]
- Updated dependencies [a9e847717]
- Updated dependencies [a9e847717]
- @shopify/plugin-cloudflare@3.54.0
- @shopify/cli-kit@3.54.0

## 3.53.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
Expand Up @@ -2135,5 +2135,5 @@
"strict": true
}
},
"version": "3.53.0"
"version": "3.54.0"
}
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.53.0",
"version": "3.54.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": "3.15.1",
"@shopify/cli-kit": "3.53.0",
"@shopify/cli-kit": "3.54.0",
"@shopify/function-runner": "4.1.1",
"@shopify/plugin-cloudflare": "3.53.0",
"@shopify/plugin-cloudflare": "3.54.0",
"@shopify/polaris": "12.10.0",
"@shopify/polaris-icons": "8.0.0",
"abort-controller": "3.0.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/cli-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @shopify/cli-kit

## 3.54.0

### Minor Changes

- a9e847717: Refine `shopify theme pull` implementation to no longer require a Ruby setup
- a9e847717: Upgrade oclif to v3 (improved help menus and more)
- a9e847717: Add `performActionWithRetryAfterRecovery` to codify pattern of optimistic attempt + recovery/retry mechanism
- a9e847717: Fix password page error for safari

### Patch Changes

- a9e847717: Update @shopify/polaris and @shopify/polaris-icons to latest version

## 3.53.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.53.0",
"version": "3.54.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.53.0'
export const CLI_KIT_VERSION = '3.54.0'
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @shopify/cli

## 3.54.0

### Minor Changes

- a9e847717: Upgrade oclif to v3 (improved help menus and more)

### Patch Changes

- Updated dependencies [a9e847717]
- Updated dependencies [a9e847717]
- Updated dependencies [a9e847717]
- Updated dependencies [a9e847717]
- Updated dependencies [a9e847717]
- @shopify/cli-kit@3.54.0
- @shopify/plugin-did-you-mean@3.54.0

## 3.53.0

### Minor Changes
Expand Down
Loading

0 comments on commit 5f6240e

Please sign in to comment.