Skip to content

Commit

Permalink
Merge pull request #3279 from Shopify/changeset-release/stable/3.53
Browse files Browse the repository at this point in the history
Version Packages - stable/3.53
  • Loading branch information
theodoretan authored Jan 18, 2024
2 parents 8321b1a + 4759d98 commit b23133b
Show file tree
Hide file tree
Showing 28 changed files with 133 additions and 85 deletions.
6 changes: 0 additions & 6 deletions .changeset/flat-comics-march.md

This file was deleted.

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

## 3.53.1

### Patch Changes

- edb0a4fe1: Renames nested write_privacy_consent capability to customer_privacy under collect_buyer_consent
- @shopify/cli-kit@3.53.1
- @shopify/plugin-cloudflare@3.53.1

## 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
@@ -1,5 +1,5 @@
{
"version": "3.53.0",
"version": "3.53.1",
"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.53.0",
"version": "3.53.1",
"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.53.0",
"@shopify/cli-kit": "3.53.1",
"@shopify/function-runner": "4.1.1",
"@shopify/plugin-cloudflare": "3.53.0",
"@shopify/plugin-cloudflare": "3.53.1",
"@shopify/polaris": "12.1.1",
"@shopify/polaris-icons": "7.9.0",
"abort-controller": "3.0.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/cli-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/cli-kit

## 3.53.1

## 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.53.1",
"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.53.1'
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/cli

## 3.53.1

### Patch Changes

- @shopify/cli-kit@3.53.1
- @shopify/plugin-did-you-mean@3.53.1

## 3.53.0

### Minor Changes
Expand Down
Loading

0 comments on commit b23133b

Please sign in to comment.