Skip to content

Commit

Permalink
Version Packages (#2444)
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 bc50c0d commit cf9c8e3
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-comics-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-hats-lie.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/react-bugsnag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react": ">=16.8.0 <19.0.0"
},
"devDependencies": {
"@shopify/react-testing": "^5.0.0"
"@shopify/react-testing": "^5.0.1"
},
"files": [
"build/",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-compose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"react": ">=16.8.0 <19.0.0"
},
"devDependencies": {
"@shopify/react-testing": "^5.0.0"
"@shopify/react-testing": "^5.0.1"
},
"sideEffects": false,
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-csrf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react": ">=16.8.0 <19.0.0"
},
"devDependencies": {
"@shopify/react-testing": "^5.0.0"
"@shopify/react-testing": "^5.0.1"
},
"files": [
"build/",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-form-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"react": ">=16.8.0 <19.0.0"
},
"devDependencies": {
"@shopify/react-testing": "^5.0.0"
"@shopify/react-testing": "^5.0.1"
},
"sideEffects": false,
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"fast-deep-equal": "^3.1.3"
},
"devDependencies": {
"@shopify/react-testing": "^5.0.0"
"@shopify/react-testing": "^5.0.1"
},
"files": [
"build/",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
},
"devDependencies": {
"@shopify/jest-dom-mocks": "^4.0.2",
"@shopify/react-testing": "^5.0.0"
"@shopify/react-testing": "^5.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/react-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"react-dom": ">=16.8.0 <19.0.0"
},
"devDependencies": {
"@shopify/react-testing": "^5.0.0",
"@shopify/react-testing": "^5.0.1",
"@shopify/with-env": "^3.0.1"
},
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/react-idle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@shopify/jest-dom-mocks": "^4.0.2",
"@shopify/react-testing": "^5.0.0"
"@shopify/react-testing": "^5.0.1"
},
"files": [
"build/",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-intersection-observer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@shopify/jest-dom-mocks": "^4.0.2",
"@shopify/react-testing": "^5.0.0"
"@shopify/react-testing": "^5.0.1"
},
"module": "index.mjs",
"esnext": "index.esnext",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@shopify/jest-koa-mocks": "^5.0.1",
"@shopify/react-testing": "^5.0.0",
"@shopify/react-testing": "^5.0.1",
"@shopify/with-env": "^3.0.1",
"@types/koa": "^2.0.0",
"@types/webpack-virtual-modules": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-shortcuts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@shopify/jest-dom-mocks": "^4.0.2",
"@shopify/react-testing": "^5.0.0"
"@shopify/react-testing": "^5.0.1"
},
"sideEffects": false,
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/react-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 5.0.1

### Patch Changes

- [#2438](https://github.com/Shopify/quilt/pull/2438) [`bc50c0de2`](https://github.com/Shopify/quilt/commit/bc50c0de23d6711e631ab2d808a820fc1eebf604) Thanks [@melnikov-s](https://github.com/melnikov-s)! - Fix act queue emptying for React 17

- [#2441](https://github.com/Shopify/quilt/pull/2441) [`cf70a15a6`](https://github.com/Shopify/quilt/commit/cf70a15a6690c93823a0803200ddba1a71077211) Thanks [@melnikov-s](https://github.com/melnikov-s)! - Fixed an issue with useLazyQuery failing due to act resolving a tick later

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-testing",
"version": "5.0.0",
"version": "5.0.1",
"license": "MIT",
"description": "A library for testing React components according to our conventions",
"main": "index.js",
Expand Down

0 comments on commit cf9c8e3

Please sign in to comment.