Skip to content

Commit

Permalink
Merge pull request #1245 from Shopify/changeset-release/2023-07
Browse files Browse the repository at this point in the history
Version Packages (2023-07)
  • Loading branch information
vividviolet authored Aug 17, 2023
2 parents f47d162 + 994c1f5 commit 5c1c2b7
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/itchy-gifts-collect.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tiny-bees-report.md

This file was deleted.

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

## 2023.7.1

### Patch Changes

- [#1249](https://github.com/Shopify/ui-extensions/pull/1249) [`fc0186ef`](https://github.com/Shopify/ui-extensions/commit/fc0186ef27b46aac7676d4b254626cf5c01e4239) Thanks [@mleandres](https://github.com/mleandres)! - New `useDeliveryGroup()` hook and improved documentation.

- [#1210](https://github.com/Shopify/ui-extensions/pull/1210) [`1faf52a5`](https://github.com/Shopify/ui-extensions/commit/1faf52a53aac15eae0b37738fe5871d6ee2ef8d4) Thanks [@vividviolet](https://github.com/vividviolet)! - Expose query API for Admin UI extensions

- Updated dependencies [[`fc0186ef`](https://github.com/Shopify/ui-extensions/commit/fc0186ef27b46aac7676d4b254626cf5c01e4239), [`1faf52a5`](https://github.com/Shopify/ui-extensions/commit/1faf52a53aac15eae0b37738fe5871d6ee2ef8d4)]:
- @shopify/ui-extensions@2023.7.1

## 2023.7.0

### Minor 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.7.0",
"version": "2023.7.1",
"description": "React bindings for @shopify/ui-extensions",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@types/react": ">=17.0.0 <18.0.0"
},
"peerDependencies": {
"@shopify/ui-extensions": "2023.7.x",
"@shopify/ui-extensions": "2023.7.1",
"react": ">=17.0.0 <18.0.0"
},
"peerDependenciesMeta": {
Expand All @@ -71,7 +71,7 @@
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@quilted/react-testing": "^0.4.10",
"@shopify/ui-extensions": "2023.7.x",
"@shopify/ui-extensions": "2023.7.1",
"react": "^17.0.0"
},
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/ui-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/ui-extensions

## 2023.7.1

### Patch Changes

- [#1249](https://github.com/Shopify/ui-extensions/pull/1249) [`fc0186ef`](https://github.com/Shopify/ui-extensions/commit/fc0186ef27b46aac7676d4b254626cf5c01e4239) Thanks [@mleandres](https://github.com/mleandres)! - New `useDeliveryGroup()` hook and improved documentation.

- [#1210](https://github.com/Shopify/ui-extensions/pull/1210) [`1faf52a5`](https://github.com/Shopify/ui-extensions/commit/1faf52a53aac15eae0b37738fe5871d6ee2ef8d4) Thanks [@vividviolet](https://github.com/vividviolet)! - Expose query API for Admin UI extensions

## 2023.7.0

### Major 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.7.0",
"version": "2023.7.1",
"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 5c1c2b7

Please sign in to comment.