Skip to content

Commit

Permalink
Version Packages (#2736)
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 d523bc1 commit 77671e5
Show file tree
Hide file tree
Showing 45 changed files with 213 additions and 69 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-hornets-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-donuts-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-beers-sniff.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.2.1

### Patch Changes

- [#2739](https://github.com/Shopify/quilt/pull/2739) [`95b060fbd`](https://github.com/Shopify/quilt/commit/95b060fbdd32e260cc104cae821fd78a7a31aa00) Thanks [@chaitanyambilgikar](https://github.com/chaitanyambilgikar)! - Detect POS Go devices as mobile devices

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/browser",
"version": "3.2.0",
"version": "3.2.1",
"license": "MIT",
"description": "Utilities for extracting browser information from user-agents",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-typescript-definitions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.3.5

### Patch Changes

- [#2737](https://github.com/Shopify/quilt/pull/2737) [`d523bc124`](https://github.com/Shopify/quilt/commit/d523bc124dc68239f6c8fd1f90de31dc1ac9393d) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix GraphQL type generation in ESM projects

## 3.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-typescript-definitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-typescript-definitions",
"version": "3.3.4",
"version": "3.3.5",
"license": "MIT",
"description": "Generate TypeScript definition files from .graphql documents",
"main": "index.js",
Expand Down
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.0.14

### Patch Changes

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

## 3.0.13

### 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.0.13",
"version": "3.0.14",
"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.0.6"
"@shopify/react-html": "^13.0.7"
},
"peerDependencies": {
"react": ">=16.8.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.3.1

### Patch Changes

- Updated dependencies [[`a4eae7db3`](https://github.com/Shopify/quilt/commit/a4eae7db327a29a0fe6196fe8b8223c7aedeb89b)]:
- @shopify/react-hooks@3.1.0
- @shopify/react-hydrate@3.0.11

## 5.3.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.3.0",
"version": "5.3.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.0.3",
"@shopify/react-effect": "^5.0.3",
"@shopify/react-hooks": "^3.0.5",
"@shopify/react-hydrate": "^3.0.10",
"@shopify/react-hooks": "^3.1.0",
"@shopify/react-hydrate": "^3.0.11",
"@shopify/react-idle": "^3.1.2",
"@shopify/react-intersection-observer": "^4.0.4",
"@shopify/useful-types": "^5.1.2"
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.0.16

### Patch Changes

- Updated dependencies [[`a4eae7db3`](https://github.com/Shopify/quilt/commit/a4eae7db327a29a0fe6196fe8b8223c7aedeb89b)]:
- @shopify/react-hooks@3.1.0
- @shopify/react-network@5.0.16

## 2.0.15

### 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.0.15",
"version": "2.0.16",
"license": "MIT",
"description": "Cookies in React for the server and client",
"main": "index.js",
Expand All @@ -24,8 +24,8 @@
"node": "^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/react-hooks": "^3.0.5",
"@shopify/react-network": "^5.0.15",
"@shopify/react-hooks": "^3.1.0",
"@shopify/react-network": "^5.0.16",
"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.0.14

### Patch Changes

- Updated dependencies []:
- @shopify/react-html@13.0.7
- @shopify/react-universal-provider@3.0.14

## 3.0.13

### 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.0.13",
"version": "3.0.14",
"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.0.2",
"@shopify/react-html": "^13.0.6",
"@shopify/react-universal-provider": "^3.0.13"
"@shopify/react-html": "^13.0.7",
"@shopify/react-universal-provider": "^3.0.14"
},
"peerDependencies": {
"react": ">=16.8.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.5.6

### Patch Changes

- Updated dependencies [[`a4eae7db3`](https://github.com/Shopify/quilt/commit/a4eae7db327a29a0fe6196fe8b8223c7aedeb89b)]:
- @shopify/react-hooks@3.1.0

## 2.5.5

### 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.5.5",
"version": "2.5.6",
"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.0.1",
"@shopify/react-hooks": "^3.0.5",
"@shopify/react-hooks": "^3.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.0.15

### Patch Changes

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

## 5.0.14

### 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.0.14",
"version": "5.0.15",
"license": "MIT",
"description": "Allows React apps to easily embed Google Analytics scripts",
"main": "index.js",
Expand All @@ -24,7 +24,7 @@
"node": "^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/react-import-remote": "^4.1.6"
"@shopify/react-import-remote": "^4.1.7"
},
"peerDependencies": {
"react": ">=16.8.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.1.1

### Patch Changes

- Updated dependencies [[`a4eae7db3`](https://github.com/Shopify/quilt/commit/a4eae7db327a29a0fe6196fe8b8223c7aedeb89b)]:
- @shopify/react-hooks@3.1.0
- @shopify/react-graphql@10.1.1
- @shopify/react-network@5.0.16
- @shopify/react-html@13.0.7

## 6.1.0

### Minor 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.1.0",
"version": "6.1.1",
"license": "MIT",
"description": "A self-serializing/deserializing GraphQL provider that works for isomorphic applications",
"main": "index.js",
Expand All @@ -24,10 +24,10 @@
"node": "^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/react-graphql": "^10.1.0",
"@shopify/react-hooks": "^3.0.5",
"@shopify/react-html": "^13.0.6",
"@shopify/react-network": "^5.0.15"
"@shopify/react-graphql": "^10.1.1",
"@shopify/react-hooks": "^3.1.0",
"@shopify/react-html": "^13.0.7",
"@shopify/react-network": "^5.0.16"
},
"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.1.1

### Patch Changes

- Updated dependencies [[`a4eae7db3`](https://github.com/Shopify/quilt/commit/a4eae7db327a29a0fe6196fe8b8223c7aedeb89b)]:
- @shopify/react-hooks@3.1.0
- @shopify/react-async@5.3.1

## 10.1.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.1.0",
"version": "10.1.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.0.3",
"@shopify/react-async": "^5.3.0",
"@shopify/react-async": "^5.3.1",
"@shopify/react-effect": "^5.0.3",
"@shopify/react-hooks": "^3.0.5",
"@shopify/react-hooks": "^3.1.0",
"@shopify/react-idle": "^3.1.2",
"@shopify/useful-types": "^5.1.2",
"graphql-typed": "^2.0.2",
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

## 3.1.0

### Minor Changes

- [#2734](https://github.com/Shopify/quilt/pull/2734) [`a4eae7db3`](https://github.com/Shopify/quilt/commit/a4eae7db327a29a0fe6196fe8b8223c7aedeb89b) Thanks [@emileber](https://github.com/emileber)! - Introduce initializer function to useToggle

## 3.0.5

### Patch 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": "3.0.5",
"version": "3.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.0.7

### Patch Changes

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

## 13.0.6

### 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.0.6",
"version": "13.0.7",
"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.0.3",
"@shopify/react-hydrate": "^3.0.10",
"@shopify/react-hydrate": "^3.0.11",
"@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.0.11

### Patch Changes

- Updated dependencies [[`a4eae7db3`](https://github.com/Shopify/quilt/commit/a4eae7db327a29a0fe6196fe8b8223c7aedeb89b)]:
- @shopify/react-hooks@3.1.0

## 3.0.10

### 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.0.10",
"version": "3.0.11",
"license": "MIT",
"description": "Utilities for hydrating server-rendered React apps",
"main": "index.js",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@shopify/react-effect": "^5.0.3",
"@shopify/react-hooks": "^3.0.5"
"@shopify/react-hooks": "^3.1.0"
},
"peerDependencies": {
"react": ">=16.8.0 <19.0.0"
Expand Down
Loading

0 comments on commit 77671e5

Please sign in to comment.