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 #2825 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
egjiri authored Aug 22, 2024
2 parents 482f09d + 5d4ee3d commit 3fe224f
Show file tree
Hide file tree
Showing 19 changed files with 34 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-spiders-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-socks-press.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": ">=18.0.0 <19.0.0"
},
"devDependencies": {
"@shopify/react-testing": "^5.4.0"
"@shopify/react-testing": "^6.0.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": ">=18.0.0 <19.0.0"
},
"devDependencies": {
"@shopify/react-testing": "^5.4.0"
"@shopify/react-testing": "^6.0.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": ">=18.0.0 <19.0.0"
},
"devDependencies": {
"@shopify/react-testing": "^5.4.0"
"@shopify/react-testing": "^6.0.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": ">=18.0.0 <19.0.0"
},
"devDependencies": {
"@shopify/react-testing": "^5.4.0"
"@shopify/react-testing": "^6.0.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.4.0"
"@shopify/react-testing": "^6.0.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.2.0",
"@shopify/react-testing": "^5.4.0"
"@shopify/react-testing": "^6.0.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.4.0",
"@shopify/react-testing": "^6.0.0",
"@shopify/with-env": "^3.1.0"
},
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/react-i18n-universal-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.1.5

### Patch Changes

- Updated dependencies [[`17f340c`](https://github.com/Shopify/quilt/commit/17f340c27ef728c1c573244fba27bf4083bc46cc)]:
- @shopify/react-i18n@7.13.0

## 3.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "3.1.5",
"license": "MIT",
"description": "A self-serializing/deserializing i18n provider that works for isomorphic applications",
"main": "index.js",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@shopify/react-hooks": "^4.1.2",
"@shopify/react-html": "^13.2.3",
"@shopify/react-i18n": "^7.12.3"
"@shopify/react-i18n": "^7.13.0"
},
"peerDependencies": {
"react": ">=18.0.0 <19.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/react-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 7.13.0

### Minor Changes

- [#2824](https://github.com/Shopify/quilt/pull/2824) [`17f340c`](https://github.com/Shopify/quilt/commit/17f340c27ef728c1c573244fba27bf4083bc46cc) Thanks [@karrocon](https://github.com/karrocon)! - Option to format percentage without percentage sign

## 7.12.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-i18n",
"version": "7.12.3",
"version": "7.13.0",
"license": "MIT",
"description": "i18n utilities for React handling translations, formatting, and more",
"main": "index.js",
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.2.0",
"@shopify/react-testing": "^5.4.0"
"@shopify/react-testing": "^6.0.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.2.0",
"@shopify/react-testing": "^5.4.0"
"@shopify/react-testing": "^6.0.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.3.0",
"@shopify/react-testing": "^5.4.0",
"@shopify/react-testing": "^6.0.0",
"@shopify/with-env": "^3.1.0",
"@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.2.0",
"@shopify/react-testing": "^5.4.0"
"@shopify/react-testing": "^6.0.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

## 6.0.0

### Major Changes

- [#2820](https://github.com/Shopify/quilt/pull/2820) [`df5d12a`](https://github.com/Shopify/quilt/commit/df5d12ae4b070a39198644a02e5908720248d719) Thanks [@alex-page](https://github.com/alex-page)! - Remove React 17 compatability

## 5.4.0

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

0 comments on commit 3fe224f

Please sign in to comment.