Skip to content

Commit 7c40a78

Browse files
authored
Merge pull request #3078 from Shopify/changeset-release/2025-07
Version Packages (2025-07)
2 parents 7952df2 + 920e896 commit 7c40a78

File tree

7 files changed

+21
-19
lines changed

7 files changed

+21
-19
lines changed

.changeset/cuddly-coins-deliver.md

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

.changeset/flat-waves-grin.md

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

.changeset/gold-balloons-tan.md

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

packages/ui-extensions-react/CHANGELOG.md

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

3+
## 2025.7.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`59e320721b80da5c8a2ec2627f31a632bbafea3d`](https://github.com/Shopify/ui-extensions/commit/59e320721b80da5c8a2ec2627f31a632bbafea3d), [`11a31c91a6e8da392c837849fa1ff917c149123f`](https://github.com/Shopify/ui-extensions/commit/11a31c91a6e8da392c837849fa1ff917c149123f), [`dd22accd900f23be1f9bb4eb22e23ec270e9cd4f`](https://github.com/Shopify/ui-extensions/commit/dd22accd900f23be1f9bb4eb22e23ec270e9cd4f)]:
8+
- @shopify/ui-extensions@2025.7.1
9+
310
## 2025.7.0
411

512
### Major Changes

packages/ui-extensions-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/ui-extensions-react",
3-
"version": "2025.7.0",
3+
"version": "2025.7.1",
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": "2025.7.0",
69+
"@shopify/ui-extensions": "2025.7.1",
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": "2025.7.0",
83+
"@shopify/ui-extensions": "2025.7.1",
8484
"react": "^18.0.0",
8585
"react-reconciler": "0.29.0",
8686
"react-test-renderer": "^18.2.0"

packages/ui-extensions/CHANGELOG.md

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

3+
## 2025.7.1
4+
5+
### Patch Changes
6+
7+
- [#3074](https://github.com/Shopify/ui-extensions/pull/3074) [`59e320721b80da5c8a2ec2627f31a632bbafea3d`](https://github.com/Shopify/ui-extensions/commit/59e320721b80da5c8a2ec2627f31a632bbafea3d) Thanks [@lihaokx](https://github.com/lihaokx)! - Move analytics api from osp api to standard api in customer account ui extension.
8+
9+
- [#3084](https://github.com/Shopify/ui-extensions/pull/3084) [`11a31c91a6e8da392c837849fa1ff917c149123f`](https://github.com/Shopify/ui-extensions/commit/11a31c91a6e8da392c837849fa1ff917c149123f) Thanks [@lihaokx](https://github.com/lihaokx)! - Export visitor result type on customer account ui extension
10+
11+
- [#3080](https://github.com/Shopify/ui-extensions/pull/3080) [`dd22accd900f23be1f9bb4eb22e23ec270e9cd4f`](https://github.com/Shopify/ui-extensions/commit/dd22accd900f23be1f9bb4eb22e23ec270e9cd4f) Thanks [@vctrchu](https://github.com/vctrchu)! - Remove CartNotEditableError for POS CartApi
12+
313
## 2025.7.0
414

515
### Major Changes

packages/ui-extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/ui-extensions",
3-
"version": "2025.7.0",
3+
"version": "2025.7.1",
44
"scripts": {
55
"docs:admin": "bash ./docs/surfaces/admin/build-docs.sh",
66
"docs:admin:dev": "nodemon --watch src/surfaces/admin -e ts,tsx,json --exec 'yarn docs:admin'",

0 commit comments

Comments
 (0)