Skip to content

Commit 8a56070

Browse files
authored
Merge pull request #2518 from Shopify/changeset-release/2024-10
Version Packages (2024-10)
2 parents 0b3c9d3 + 0257300 commit 8a56070

File tree

5 files changed

+19
-10
lines changed

5 files changed

+19
-10
lines changed

.changeset/flat-lies-attack.md

-6
This file was deleted.

packages/ui-extensions-react/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @shopify/ui-extensions-react
22

3+
## 2024.10.2
4+
5+
### Patch Changes
6+
7+
- [#2514](https://github.com/Shopify/ui-extensions/pull/2514) [`45f4980788fe94ba58ad9c44bbfb80294bb3ad20`](https://github.com/Shopify/ui-extensions/commit/45f4980788fe94ba58ad9c44bbfb80294bb3ad20) Thanks [@cpeddecord](https://github.com/cpeddecord)! - Releasing Chat into the wild, for real this time
8+
9+
- Updated dependencies [[`45f4980788fe94ba58ad9c44bbfb80294bb3ad20`](https://github.com/Shopify/ui-extensions/commit/45f4980788fe94ba58ad9c44bbfb80294bb3ad20)]:
10+
- @shopify/ui-extensions@2024.10.2
11+
312
## 2024.10.1
413

514
### Patch Changes

packages/ui-extensions-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/ui-extensions-react",
3-
"version": "2024.10.1",
3+
"version": "2024.10.2",
44
"description": "React bindings for @shopify/ui-extensions",
55
"publishConfig": {
66
"access": "public",
@@ -66,7 +66,7 @@
6666
"@types/react": ">=18.2.67"
6767
},
6868
"peerDependencies": {
69-
"@shopify/ui-extensions": "2024.10.1",
69+
"@shopify/ui-extensions": "2024.10.2",
7070
"react": ">=18.0.0"
7171
},
7272
"peerDependenciesMeta": {
@@ -80,7 +80,7 @@
8080
"devDependencies": {
8181
"@faker-js/faker": "^8.4.1",
8282
"@quilted/react-testing": "^0.5.31",
83-
"@shopify/ui-extensions": "2024.10.1",
83+
"@shopify/ui-extensions": "2024.10.2",
8484
"react": "^18.0.0",
8585
"react-reconciler": "0.29.0",
8686
"react-test-renderer": "^18.2.0"

packages/ui-extensions/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @shopify/ui-extensions
22

3+
## 2024.10.2
4+
5+
### Patch Changes
6+
7+
- [#2514](https://github.com/Shopify/ui-extensions/pull/2514) [`45f4980788fe94ba58ad9c44bbfb80294bb3ad20`](https://github.com/Shopify/ui-extensions/commit/45f4980788fe94ba58ad9c44bbfb80294bb3ad20) Thanks [@cpeddecord](https://github.com/cpeddecord)! - Releasing Chat into the wild, for real this time
8+
39
## 2024.10.1
410

511
### Patch Changes

packages/ui-extensions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/ui-extensions",
3-
"version": "2024.10.1",
3+
"version": "2024.10.2",
44
"scripts": {
55
"docs:admin": "bash ./docs/surfaces/admin/build-docs.sh",
66
"gen-docs:admin": "bash ./docs/surfaces/admin/create-doc-files.sh \"admin\"",

0 commit comments

Comments
 (0)