Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (2024-01) #2599

Open
wants to merge 1 commit into
base: 2024-01
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/nice-cows-type.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.1.3

### Patch Changes

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

- Updated dependencies [[`a92f4ab22`](https://github.com/Shopify/ui-extensions/commit/a92f4ab22d3c734555d32026e110a123d60f8a8c)]:
- @shopify/[email protected]

## 2024.1.2

### Patch Changes
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.1.2",
"version": "2024.1.3",
"description": "React bindings for @shopify/ui-extensions",
"publishConfig": {
"access": "public",
@@ -66,7 +66,7 @@
"@types/react": ">=18.0.0"
},
"peerDependencies": {
"@shopify/ui-extensions": "2024.1.2",
"@shopify/ui-extensions": "2024.1.3",
"react": ">=18.0.0"
},
"peerDependenciesMeta": {
@@ -80,7 +80,7 @@
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@quilted/react-testing": "^0.5.31",
"@shopify/ui-extensions": "2024.1.2",
"@shopify/ui-extensions": "2024.1.3",
"react": "^18.0.0",
"react-reconciler": "0.29.0",
"react-test-renderer": "^18.2.0"
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.1.3

### Patch Changes

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

## 2024.1.2

### Patch Changes
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.1.2",
"version": "2024.1.3",
"scripts": {
"docs:admin": "sh ./docs/surfaces/admin/build-docs.sh",
"gen-docs:admin": "sh ./docs/surfaces/admin/create-doc-files.sh \"admin\"",