Skip to content

Commit

Permalink
Merge pull request #2604 from Shopify/changeset-release/2025-01
Browse files Browse the repository at this point in the history
Version Packages (2025-01)
  • Loading branch information
lihaokx authored Jan 31, 2025
2 parents 2701863 + 8e18730 commit 781717f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/lovely-keys-compare.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/ui-extensions-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/ui-extensions-react

## 2025.1.3

### Patch Changes

- Updated dependencies [[`5ea710ff52a5bba4a283c80026cdedef65049cb9`](https://github.com/Shopify/ui-extensions/commit/5ea710ff52a5bba4a283c80026cdedef65049cb9)]:
- @shopify/ui-extensions@2025.1.3

## 2025.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-extensions-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/ui-extensions-react",
"version": "2025.1.2",
"version": "2025.1.3",
"description": "React bindings for @shopify/ui-extensions",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@types/react": ">=18.2.67"
},
"peerDependencies": {
"@shopify/ui-extensions": "2025.1.1",
"@shopify/ui-extensions": "2025.1.3",
"react": ">=18.0.0"
},
"peerDependenciesMeta": {
Expand All @@ -80,7 +80,7 @@
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@quilted/react-testing": "^0.5.31",
"@shopify/ui-extensions": "2025.1.1",
"@shopify/ui-extensions": "2025.1.3",
"react": "^18.0.0",
"react-reconciler": "0.29.0",
"react-test-renderer": "^18.2.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/ui-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/ui-extensions

## 2025.1.3

### Patch Changes

- [#2603](https://github.com/Shopify/ui-extensions/pull/2603) [`5ea710ff52a5bba4a283c80026cdedef65049cb9`](https://github.com/Shopify/ui-extensions/commit/5ea710ff52a5bba4a283c80026cdedef65049cb9) Thanks [@lihaokx](https://github.com/lihaokx)! - Bump `@shopify/ui-extensions` to `2025.1.3`

## 2025.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/ui-extensions",
"version": "2025.1.1",
"version": "2025.1.3",
"scripts": {
"docs:admin": "bash ./docs/surfaces/admin/build-docs.sh",
"gen-docs:admin": "bash ./docs/surfaces/admin/create-doc-files.sh \"admin\"",
Expand Down

0 comments on commit 781717f

Please sign in to comment.