Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 24, 2025
1 parent f91fb41 commit 83b28a3
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/spicy-spoons-bake.md

This file was deleted.

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

## 2024.4.3

### Patch Changes

- [#2112](https://github.com/Shopify/ui-extensions/pull/2112) [`8e249f0d4`](https://github.com/Shopify/ui-extensions/commit/8e249f0d4201f48be81f5a8290bb3c23207db29e) Thanks [@oliverigor](https://github.com/oliverigor)! - ScrollView scrollTo docs changes

- Updated dependencies [[`8e249f0d4`](https://github.com/Shopify/ui-extensions/commit/8e249f0d4201f48be81f5a8290bb3c23207db29e)]:
- @shopify/ui-extensions@2024.4.3

## 2024.4.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": "2024.4.2",
"version": "2024.4.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": "2024.4.2",
"@shopify/ui-extensions": "2024.4.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": "2024.4.2",
"@shopify/ui-extensions": "2024.4.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

## 2024.4.3

### Patch Changes

- [#2112](https://github.com/Shopify/ui-extensions/pull/2112) [`8e249f0d4`](https://github.com/Shopify/ui-extensions/commit/8e249f0d4201f48be81f5a8290bb3c23207db29e) Thanks [@oliverigor](https://github.com/oliverigor)! - ScrollView scrollTo docs changes

## 2024.4.2

### 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": "2024.4.2",
"version": "2024.4.3",
"scripts": {
"docs:admin": "sh ./docs/surfaces/admin/build-docs.sh",
"gen-docs:admin": "sh ./docs/surfaces/admin/create-doc-files.sh \"admin\"",
Expand Down

0 comments on commit 83b28a3

Please sign in to comment.