Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2810 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
egjiri authored Jul 17, 2024
2 parents f916a00 + 4f6db51 commit f791399
Show file tree
Hide file tree
Showing 38 changed files with 199 additions and 52 deletions.
7 changes: 7 additions & 0 deletions packages/react-app-bridge-universal-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.1.2

### Patch Changes

- Updated dependencies []:
- @shopify/react-html@13.2.1

## 3.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-app-bridge-universal-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-app-bridge-universal-provider",
"version": "3.1.1",
"version": "3.1.2",
"license": "MIT",
"description": "A self-serializing/deserializing `app-bridge-react` provider that works for isomorphic applications",
"main": "index.js",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@shopify/app-bridge-react": ">=1.5.0",
"@shopify/react-html": "^13.2.0"
"@shopify/react-html": "^13.2.1"
},
"peerDependencies": {
"react": ">=18.0.0 <19.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 5.5.1

### Patch Changes

- Updated dependencies [[`0fc2d54`](https://github.com/Shopify/quilt/commit/0fc2d5448681c1ae6abb2308810e7572768d3b08)]:
- @shopify/react-hooks@4.1.0
- @shopify/react-hydrate@3.1.2

## 5.5.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-async",
"version": "5.5.0",
"version": "5.5.1",
"license": "MIT",
"description": "Tools for creating powerful, asynchronously-loaded React components",
"main": "index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"dependencies": {
"@shopify/async": "^4.1.0",
"@shopify/react-effect": "^5.2.0",
"@shopify/react-hooks": "^4.0.0",
"@shopify/react-hydrate": "^3.1.1",
"@shopify/react-hooks": "^4.1.0",
"@shopify/react-hydrate": "^3.1.2",
"@shopify/react-idle": "^3.2.0",
"@shopify/react-intersection-observer": "^4.1.0",
"@shopify/useful-types": "^5.3.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-cookie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.1.2

### Patch Changes

- Updated dependencies [[`0fc2d54`](https://github.com/Shopify/quilt/commit/0fc2d5448681c1ae6abb2308810e7572768d3b08)]:
- @shopify/react-hooks@4.1.0
- @shopify/react-network@5.2.1

## 2.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-cookie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-cookie",
"version": "2.1.1",
"version": "2.1.2",
"license": "MIT",
"description": "Cookies in React for the server and client",
"main": "index.js",
Expand All @@ -24,8 +24,8 @@
"node": ">=18.12.0"
},
"dependencies": {
"@shopify/react-hooks": "^4.0.0",
"@shopify/react-network": "^5.2.0",
"@shopify/react-hooks": "^4.1.0",
"@shopify/react-network": "^5.2.1",
"cookie": "^0.4.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react-csrf-universal-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.1.2

### Patch Changes

- Updated dependencies []:
- @shopify/react-html@13.2.1
- @shopify/react-universal-provider@3.1.2

## 3.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-csrf-universal-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-csrf-universal-provider",
"version": "3.1.1",
"version": "3.1.2",
"license": "MIT",
"description": "A self-serializing/deserializing CSRF token provider that works for isomorphic applications",
"main": "index.js",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@shopify/react-csrf": "^3.1.0",
"@shopify/react-html": "^13.2.0",
"@shopify/react-universal-provider": "^3.1.1"
"@shopify/react-html": "^13.2.1",
"@shopify/react-universal-provider": "^3.1.2"
},
"peerDependencies": {
"react": ">=18.0.0 <19.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/react-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.7.1

### Patch Changes

- Updated dependencies [[`0fc2d54`](https://github.com/Shopify/quilt/commit/0fc2d5448681c1ae6abb2308810e7572768d3b08)]:
- @shopify/react-hooks@4.1.0

## 2.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-form",
"version": "2.7.0",
"version": "2.7.1",
"license": "MIT",
"description": "Manage React forms tersely and safely-typed with no magic using React hooks",
"main": "index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
],
"dependencies": {
"@shopify/predicates": "^3.1.0",
"@shopify/react-hooks": "^4.0.0",
"@shopify/react-hooks": "^4.1.0",
"fast-deep-equal": "^3.1.3",
"get-value": "^3.0.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/react-google-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 5.1.2

### Patch Changes

- Updated dependencies []:
- @shopify/react-import-remote@4.2.2

## 5.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-google-analytics",
"version": "5.1.1",
"version": "5.1.2",
"license": "MIT",
"description": "Allows React apps to easily embed Google Analytics scripts",
"main": "index.js",
Expand All @@ -24,7 +24,7 @@
"node": ">=18.12.0"
},
"dependencies": {
"@shopify/react-import-remote": "^4.2.1"
"@shopify/react-import-remote": "^4.2.2"
},
"peerDependencies": {
"react": ">=18.0.0 <19.0.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/react-graphql-universal-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 6.2.3

### Patch Changes

- Updated dependencies [[`0fc2d54`](https://github.com/Shopify/quilt/commit/0fc2d5448681c1ae6abb2308810e7572768d3b08)]:
- @shopify/react-hooks@4.1.0
- @shopify/react-graphql@10.3.1
- @shopify/react-network@5.2.1
- @shopify/react-html@13.2.1

## 6.2.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/react-graphql-universal-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-graphql-universal-provider",
"version": "6.2.2",
"version": "6.2.3",
"license": "MIT",
"description": "A self-serializing/deserializing GraphQL provider that works for isomorphic applications",
"main": "index.js",
Expand All @@ -24,10 +24,10 @@
"node": ">=18.12.0"
},
"dependencies": {
"@shopify/react-graphql": "^10.3.0",
"@shopify/react-hooks": "^4.0.0",
"@shopify/react-html": "^13.2.0",
"@shopify/react-network": "^5.2.0"
"@shopify/react-graphql": "^10.3.1",
"@shopify/react-hooks": "^4.1.0",
"@shopify/react-html": "^13.2.1",
"@shopify/react-network": "^5.2.1"
},
"peerDependencies": {
"@apollo/client": ">=3.5.8 || <4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 10.3.1

### Patch Changes

- Updated dependencies [[`0fc2d54`](https://github.com/Shopify/quilt/commit/0fc2d5448681c1ae6abb2308810e7572768d3b08)]:
- @shopify/react-hooks@4.1.0
- @shopify/react-async@5.5.1

## 10.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-graphql",
"version": "10.3.0",
"version": "10.3.1",
"license": "MIT",
"description": "Tools for creating type-safe and asynchronous GraphQL components for React",
"main": "index.js",
Expand All @@ -25,9 +25,9 @@
},
"dependencies": {
"@shopify/async": "^4.1.0",
"@shopify/react-async": "^5.5.0",
"@shopify/react-async": "^5.5.1",
"@shopify/react-effect": "^5.2.0",
"@shopify/react-hooks": "^4.0.0",
"@shopify/react-hooks": "^4.1.0",
"@shopify/react-idle": "^3.2.0",
"@shopify/useful-types": "^5.3.0",
"graphql-typed": "^2.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.1.0

### Minor Changes

- [`0fc2d54`](https://github.com/Shopify/quilt/commit/0fc2d5448681c1ae6abb2308810e7572768d3b08) Thanks [@melnikov-s](https://github.com/melnikov-s)! - Make useMedia options an optional param

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-hooks",
"version": "4.0.0",
"version": "4.1.0",
"license": "MIT",
"description": "A collection of primitive React hooks",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 13.2.1

### Patch Changes

- Updated dependencies []:
- @shopify/react-hydrate@3.1.2

## 13.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-html",
"version": "13.2.0",
"version": "13.2.1",
"license": "MIT",
"description": "A component to render your React app with no static HTML",
"main": "index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@shopify/react-effect": "^5.2.0",
"@shopify/react-hydrate": "^3.1.1",
"@shopify/react-hydrate": "^3.1.2",
"@types/multistream": "^2.1.1",
"multistream": "^2.1.1",
"serialize-javascript": "^3.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/react-hydrate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.1.2

### Patch Changes

- Updated dependencies [[`0fc2d54`](https://github.com/Shopify/quilt/commit/0fc2d5448681c1ae6abb2308810e7572768d3b08)]:
- @shopify/react-hooks@4.1.0

## 3.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-hydrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-hydrate",
"version": "3.1.1",
"version": "3.1.2",
"license": "MIT",
"description": "Utilities for hydrating server-rendered React apps",
"main": "index.js",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@shopify/react-effect": "^5.2.0",
"@shopify/react-hooks": "^4.0.0"
"@shopify/react-hooks": "^4.1.0"
},
"peerDependencies": {
"react": ">=18.0.0 <19.0.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/react-i18n-universal-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 3.1.2

### Patch Changes

- Updated dependencies [[`0fc2d54`](https://github.com/Shopify/quilt/commit/0fc2d5448681c1ae6abb2308810e7572768d3b08)]:
- @shopify/react-hooks@4.1.0
- @shopify/react-i18n@7.12.1
- @shopify/react-html@13.2.1

## 3.1.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/react-i18n-universal-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-i18n-universal-provider",
"version": "3.1.1",
"version": "3.1.2",
"license": "MIT",
"description": "A self-serializing/deserializing i18n provider that works for isomorphic applications",
"main": "index.js",
Expand All @@ -24,9 +24,9 @@
"node": ">=18.12.0"
},
"dependencies": {
"@shopify/react-hooks": "^4.0.0",
"@shopify/react-html": "^13.2.0",
"@shopify/react-i18n": "^7.12.0"
"@shopify/react-hooks": "^4.1.0",
"@shopify/react-html": "^13.2.1",
"@shopify/react-i18n": "^7.12.1"
},
"peerDependencies": {
"react": ">=18.0.0 <19.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/react-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 7.12.1

### Patch Changes

- Updated dependencies [[`0fc2d54`](https://github.com/Shopify/quilt/commit/0fc2d5448681c1ae6abb2308810e7572768d3b08)]:
- @shopify/react-hooks@4.1.0

## 7.12.0

### Minor Changes
Expand Down
Loading

0 comments on commit f791399

Please sign in to comment.