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

Commit

Permalink
Version Packages (#2812)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 2b70145 commit f3fbaf8
Show file tree
Hide file tree
Showing 39 changed files with 199 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/shaggy-steaks-look.md

This file was deleted.

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.3

### Patch Changes

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

## 3.1.2

### 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.2",
"version": "3.1.3",
"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.1"
"@shopify/react-html": "^13.2.2"
},
"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.2

### Patch Changes

- Updated dependencies [[`2b70145`](https://github.com/Shopify/quilt/commit/2b70145ca6da49ec4c4e0df78a19954b9435afc0)]:
- @shopify/react-hooks@4.1.1
- @shopify/react-hydrate@3.1.3

## 5.5.1

### Patch 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.1",
"version": "5.5.2",
"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.1.0",
"@shopify/react-hydrate": "^3.1.2",
"@shopify/react-hooks": "^4.1.1",
"@shopify/react-hydrate": "^3.1.3",
"@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.3

### Patch Changes

- Updated dependencies [[`2b70145`](https://github.com/Shopify/quilt/commit/2b70145ca6da49ec4c4e0df78a19954b9435afc0)]:
- @shopify/react-hooks@4.1.1
- @shopify/react-network@5.2.2

## 2.1.2

### 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.2",
"version": "2.1.3",
"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.1.0",
"@shopify/react-network": "^5.2.1",
"@shopify/react-hooks": "^4.1.1",
"@shopify/react-network": "^5.2.2",
"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.3

### Patch Changes

- Updated dependencies []:
- @shopify/react-html@13.2.2
- @shopify/react-universal-provider@3.1.3

## 3.1.2

### 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.2",
"version": "3.1.3",
"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.1",
"@shopify/react-universal-provider": "^3.1.2"
"@shopify/react-html": "^13.2.2",
"@shopify/react-universal-provider": "^3.1.3"
},
"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.2

### Patch Changes

- Updated dependencies [[`2b70145`](https://github.com/Shopify/quilt/commit/2b70145ca6da49ec4c4e0df78a19954b9435afc0)]:
- @shopify/react-hooks@4.1.1

## 2.7.1

### Patch 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.1",
"version": "2.7.2",
"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.1.0",
"@shopify/react-hooks": "^4.1.1",
"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.3

### Patch Changes

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

## 5.1.2

### 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.2",
"version": "5.1.3",
"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.2"
"@shopify/react-import-remote": "^4.2.3"
},
"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.4

### Patch Changes

- Updated dependencies [[`2b70145`](https://github.com/Shopify/quilt/commit/2b70145ca6da49ec4c4e0df78a19954b9435afc0)]:
- @shopify/react-hooks@4.1.1
- @shopify/react-graphql@10.3.2
- @shopify/react-network@5.2.2
- @shopify/react-html@13.2.2

## 6.2.3

### 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.3",
"version": "6.2.4",
"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.1",
"@shopify/react-hooks": "^4.1.0",
"@shopify/react-html": "^13.2.1",
"@shopify/react-network": "^5.2.1"
"@shopify/react-graphql": "^10.3.2",
"@shopify/react-hooks": "^4.1.1",
"@shopify/react-html": "^13.2.2",
"@shopify/react-network": "^5.2.2"
},
"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.2

### Patch Changes

- Updated dependencies [[`2b70145`](https://github.com/Shopify/quilt/commit/2b70145ca6da49ec4c4e0df78a19954b9435afc0)]:
- @shopify/react-hooks@4.1.1
- @shopify/react-async@5.5.2

## 10.3.1

### Patch 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.1",
"version": "10.3.2",
"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.1",
"@shopify/react-async": "^5.5.2",
"@shopify/react-effect": "^5.2.0",
"@shopify/react-hooks": "^4.1.0",
"@shopify/react-hooks": "^4.1.1",
"@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.1

### Patch Changes

- [#2811](https://github.com/Shopify/quilt/pull/2811) [`2b70145`](https://github.com/Shopify/quilt/commit/2b70145ca6da49ec4c4e0df78a19954b9435afc0) Thanks [@melnikov-s](https://github.com/melnikov-s)! - Make useMedia options an optional param

## 4.1.0

### Minor 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.1.0",
"version": "4.1.1",
"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.2

### Patch Changes

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

## 13.2.1

### Patch 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.1",
"version": "13.2.2",
"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.2",
"@shopify/react-hydrate": "^3.1.3",
"@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.3

### Patch Changes

- Updated dependencies [[`2b70145`](https://github.com/Shopify/quilt/commit/2b70145ca6da49ec4c4e0df78a19954b9435afc0)]:
- @shopify/react-hooks@4.1.1

## 3.1.2

### 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.2",
"version": "3.1.3",
"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.1.0"
"@shopify/react-hooks": "^4.1.1"
},
"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.3

### Patch Changes

- Updated dependencies [[`2b70145`](https://github.com/Shopify/quilt/commit/2b70145ca6da49ec4c4e0df78a19954b9435afc0)]:
- @shopify/react-hooks@4.1.1
- @shopify/react-i18n@7.12.2
- @shopify/react-html@13.2.2

## 3.1.2

### 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.2",
"version": "3.1.3",
"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.1.0",
"@shopify/react-html": "^13.2.1",
"@shopify/react-i18n": "^7.12.1"
"@shopify/react-hooks": "^4.1.1",
"@shopify/react-html": "^13.2.2",
"@shopify/react-i18n": "^7.12.2"
},
"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.2

### Patch Changes

- Updated dependencies [[`2b70145`](https://github.com/Shopify/quilt/commit/2b70145ca6da49ec4c4e0df78a19954b9435afc0)]:
- @shopify/react-hooks@4.1.1

## 7.12.1

### Patch Changes
Expand Down
Loading

0 comments on commit f3fbaf8

Please sign in to comment.