Skip to content

Commit bbb96cb

Browse files
Merge pull request #6722 from Shopify/revert-6715-changeset-release/stable/3.88
Revert "Version Packages - stable/3.88"
2 parents b30fa96 + 484d5f8 commit bbb96cb

File tree

21 files changed

+43
-80
lines changed

21 files changed

+43
-80
lines changed

.changeset/clear-humans-sip.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@shopify/cli-kit': patch
3+
'@shopify/app': patch
4+
---
5+
6+
Unblock Partners API to fix import-extensions

packages/app/CHANGELOG.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# @shopify/app
22

3-
## 3.88.1
4-
5-
### Patch Changes
6-
7-
- 20bc495: Unblock Partners API to fix import-extensions
8-
- Updated dependencies [20bc495]
9-
- @shopify/cli-kit@3.88.1
10-
- @shopify/plugin-cloudflare@3.88.1
11-
- @shopify/theme@3.88.1
12-
133
## 3.88.0
144

155
### Minor Changes

packages/app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/app",
3-
"version": "3.88.1",
3+
"version": "3.88.0",
44
"packageManager": "[email protected]",
55
"description": "Utilities for loading, building, and publishing apps.",
66
"homepage": "https://github.com/shopify/cli#readme",
@@ -50,12 +50,12 @@
5050
"@graphql-typed-document-node/core": "3.2.0",
5151
"@luckycatfactory/esbuild-graphql-loader": "3.8.1",
5252
"@oclif/core": "4.5.3",
53-
"@shopify/cli-kit": "3.88.1",
53+
"@shopify/cli-kit": "3.88.0",
5454
"@shopify/function-runner": "4.1.1",
55-
"@shopify/plugin-cloudflare": "3.88.1",
55+
"@shopify/plugin-cloudflare": "3.88.0",
5656
"@shopify/polaris": "12.27.0",
5757
"@shopify/polaris-icons": "8.11.1",
58-
"@shopify/theme": "3.88.1",
58+
"@shopify/theme": "3.88.0",
5959
"@shopify/theme-check-node": "3.23.0",
6060
"@shopify/toml-patch": "0.3.0",
6161
"body-parser": "1.20.3",

packages/cli-kit/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# @shopify/cli-kit
22

3-
## 3.88.1
4-
5-
### Patch Changes
6-
7-
- 20bc495: Unblock Partners API to fix import-extensions
8-
93
## 3.88.0
104

115
### Minor Changes

packages/cli-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/cli-kit",
3-
"version": "3.88.1",
3+
"version": "3.88.0",
44
"packageManager": "[email protected]",
55
"private": false,
66
"description": "A set of utilities, interfaces, and models that are common across all the platform features",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const CLI_KIT_VERSION = '3.88.1'
1+
export const CLI_KIT_VERSION = '3.88.0'

packages/cli/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# @shopify/cli
22

3-
## 3.88.1
4-
53
## 3.88.0
64

75
## 3.87.0

packages/cli/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7426,5 +7426,5 @@
74267426
"summary": "Trigger delivery of a sample webhook topic payload to a designated address."
74277427
}
74287428
},
7429-
"version": "3.88.1"
7429+
"version": "3.88.0"
74307430
}

packages/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/cli",
3-
"version": "3.88.1",
3+
"version": "3.88.0",
44
"packageManager": "[email protected]",
55
"private": false,
66
"description": "A CLI tool to build for the Shopify platform",
@@ -109,11 +109,11 @@
109109
"@oclif/core": "4.5.3",
110110
"@oclif/plugin-commands": "4.1.33",
111111
"@oclif/plugin-plugins": "5.4.47",
112-
"@shopify/app": "3.88.1",
113-
"@shopify/cli-kit": "3.88.1",
114-
"@shopify/plugin-cloudflare": "3.88.1",
115-
"@shopify/plugin-did-you-mean": "3.88.1",
116-
"@shopify/theme": "3.88.1",
112+
"@shopify/app": "3.88.0",
113+
"@shopify/cli-kit": "3.88.0",
114+
"@shopify/plugin-cloudflare": "3.88.0",
115+
"@shopify/plugin-did-you-mean": "3.88.0",
116+
"@shopify/theme": "3.88.0",
117117
"@shopify/cli-hydrogen": "11.1.5",
118118
"@types/global-agent": "3.0.0",
119119
"@typescript-eslint/eslint-plugin": "7.13.1",

packages/create-app/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# @shopify/create-app
22

3-
## 3.88.1
4-
53
## 3.88.0
64

75
## 3.87.0

0 commit comments

Comments
 (0)