Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 6, 2024
1 parent 7a0d348 commit 0f4a1b0
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-paws-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-hornets-deny.md

This file was deleted.

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

## 4.2.2

### Patch Changes

- [#2771](https://github.com/Shopify/quilt/pull/2771) [`7923cc804`](https://github.com/Shopify/quilt/commit/7923cc804e5b2147b99f7270ec3c5028d08ba799) Thanks [@alex-amaral](https://github.com/alex-amaral)! - Removing specific filter for countries

## 4.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/address/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/address",
"version": "4.2.1",
"version": "4.2.2",
"license": "MIT",
"description": "Address utilities for formatting addresses",
"main": "index.js",
Expand Down
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.1.5"
"@shopify/react-testing": "^5.2.0"
},
"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.1.5"
"@shopify/react-testing": "^5.2.0"
},
"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.1.5"
"@shopify/react-testing": "^5.2.0"
},
"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.1.5"
"@shopify/react-testing": "^5.2.0"
},
"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 @@ -34,7 +34,7 @@
"fast-deep-equal": "^3.1.3"
},
"devDependencies": {
"@shopify/react-testing": "^5.1.5"
"@shopify/react-testing": "^5.2.0"
},
"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": "^5.0.1",
"@shopify/react-testing": "^5.1.5"
"@shopify/react-testing": "^5.2.0"
}
}
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.1.5",
"@shopify/react-testing": "^5.2.0",
"@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 @@ -31,7 +31,7 @@
},
"devDependencies": {
"@shopify/jest-dom-mocks": "^5.0.1",
"@shopify/react-testing": "^5.1.5"
"@shopify/react-testing": "^5.2.0"
},
"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": "^5.0.1",
"@shopify/react-testing": "^5.1.5"
"@shopify/react-testing": "^5.2.0"
},
"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.1.1",
"@shopify/react-testing": "^5.1.5",
"@shopify/react-testing": "^5.2.0",
"@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": "^5.0.1",
"@shopify/react-testing": "^5.1.5"
"@shopify/react-testing": "^5.2.0"
},
"sideEffects": false,
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/react-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.2.0

### Minor Changes

- [#2773](https://github.com/Shopify/quilt/pull/2773) [`8498746a7`](https://github.com/Shopify/quilt/commit/8498746a7478a33ad64b3e3e99a4a7a02e5ae41a) Thanks [@jas7457](https://github.com/jas7457)! - Change act to use from 'react' if it exists, fallback to 'react-dom/test-utils'

## 5.1.5

### Patch 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.1.5",
"version": "5.2.0",
"license": "MIT",
"description": "A library for testing React components according to our conventions",
"main": "index.js",
Expand Down

0 comments on commit 0f4a1b0

Please sign in to comment.