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 Jul 2, 2024
1 parent c4641e9 commit d0335e2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/tiny-donuts-rush.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

## 2023.10.3

### Patch Changes

- [#2110](https://github.com/Shopify/ui-extensions/pull/2110) [`c4641e99`](https://github.com/Shopify/ui-extensions/commit/c4641e99b26dbe66b33852b679142fd51bd54d96) Thanks [@oliverigor](https://github.com/oliverigor)! - ScrollView scrollTo docs changes, image source docs changes

- Updated dependencies [[`c4641e99`](https://github.com/Shopify/ui-extensions/commit/c4641e99b26dbe66b33852b679142fd51bd54d96)]:
- @shopify/ui-extensions@2023.10.3

## 2023.10.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": "2023.10.2",
"version": "2023.10.3",
"description": "React bindings for @shopify/ui-extensions",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@types/react": ">=18.0.0"
},
"peerDependencies": {
"@shopify/ui-extensions": "2023.10.2",
"@shopify/ui-extensions": "2023.10.3",
"react": ">=18.0.0"
},
"peerDependenciesMeta": {
Expand All @@ -71,7 +71,7 @@
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@quilted/react-testing": "^0.5.31",
"@shopify/ui-extensions": "2023.10.2",
"@shopify/ui-extensions": "2023.10.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

## 2023.10.3

### Patch Changes

- [#2110](https://github.com/Shopify/ui-extensions/pull/2110) [`c4641e99`](https://github.com/Shopify/ui-extensions/commit/c4641e99b26dbe66b33852b679142fd51bd54d96) Thanks [@oliverigor](https://github.com/oliverigor)! - ScrollView scrollTo docs changes, image source docs changes

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

0 comments on commit d0335e2

Please sign in to comment.