Skip to content

Commit 4e890b7

Browse files
Merge pull request #469 from Shopify/changeset-release/main
Version Packages
2 parents b466452 + 41cd7b7 commit 4e890b7

File tree

33 files changed

+126
-56
lines changed

33 files changed

+126
-56
lines changed

.changeset/cyan-tables-retire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/giant-bikes-dream.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/pink-lies-buy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sweet-lobsters-check.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wet-apricots-sip.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

fixtures/app/CHANGELOG.md

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

3+
## 3.12.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [8f3d677f]
8+
- Updated dependencies [454641be]
9+
- Updated dependencies [5fa3c854]
10+
- Updated dependencies [3e98501c]
11+
- @shopify/app@3.12.0
12+
- @shopify/cli@3.12.0
13+
314
## 3.11.0
415

516
### Patch Changes

fixtures/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/fixtures-app",
3-
"version": "3.11.0",
3+
"version": "3.12.0",
44
"main": "web/backend/index.js",
55
"license": "UNLICENSED",
66
"private": true,
@@ -15,9 +15,9 @@
1515
},
1616
"dependencies": {
1717
"@shopify/admin-ui-extensions-react": "^1.0.1",
18-
"@shopify/app": "3.11.0",
18+
"@shopify/app": "3.12.0",
1919
"@shopify/checkout-ui-extensions-react": "^0.18.0",
20-
"@shopify/cli": "3.11.0",
20+
"@shopify/cli": "3.12.0",
2121
"@shopify/post-purchase-ui-extensions-react": "^0.13.3",
2222
"@shopify/web-pixels-extension": "^0.1.1",
2323
"react": "^17.0.2"

packages/app/CHANGELOG.md

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

3+
## 3.12.0
4+
5+
### Minor Changes
6+
7+
- 8f3d677f: Add support for configuring extensions' directories via the attribute extension_directories in the shopify.app.toml file
8+
- 3e98501c: [Web Pixel Extension] - the `configuration` property has been renamed to `settings` in the shopify.ui.extension.toml
9+
10+
### Patch Changes
11+
12+
- 5fa3c854: Rename `web-env` command to `env pull` and `env show`
13+
- Updated dependencies [454641be]
14+
- @shopify/cli-kit@3.12.0
15+
- @shopify/shopify-cli-extensions@3.12.0
16+
317
## 3.11.0
418

519
### Minor Changes

packages/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/app",
3-
"version": "3.11.0",
3+
"version": "3.12.0",
44
"description": "Utilities for loading, building, and publishing apps.",
55
"homepage": "https://github.com/shopify/cli#readme",
66
"bugs": {
@@ -54,8 +54,8 @@
5454
"dependencies": {
5555
"@luckycatfactory/esbuild-graphql-loader": "3.7.0",
5656
"@oclif/core": "1.9.2",
57-
"@shopify/cli-kit": "3.11.0",
58-
"@shopify/shopify-cli-extensions": "3.11.0",
57+
"@shopify/cli-kit": "3.12.0",
58+
"@shopify/shopify-cli-extensions": "3.12.0",
5959
"http-proxy": "^1.18.1",
6060
"diff": "^5.1.0",
6161
"esbuild": "0.15.7"

packages/cli-hydrogen/CHANGELOG.md

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

3+
## 3.12.0
4+
5+
### Patch Changes
6+
7+
- 5aaa340d: Fixes errors running `shopify hydrogen preview` due to missing stream support.
8+
- Updated dependencies [454641be]
9+
- @shopify/cli-kit@3.12.0
10+
311
## 3.11.0
412

513
### Patch Changes

0 commit comments

Comments
 (0)