diff --git a/.changeset/empty-spiders-grow.md b/.changeset/empty-spiders-grow.md deleted file mode 100644 index 9017386841..0000000000 --- a/.changeset/empty-spiders-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/react-testing': major ---- - -Remove React 17 compatability diff --git a/.changeset/grumpy-socks-press.md b/.changeset/grumpy-socks-press.md deleted file mode 100644 index f56bf13b55..0000000000 --- a/.changeset/grumpy-socks-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/react-i18n': minor ---- - -Option to format percentage without percentage sign diff --git a/packages/react-bugsnag/package.json b/packages/react-bugsnag/package.json index 9d970948d3..8682e60adb 100644 --- a/packages/react-bugsnag/package.json +++ b/packages/react-bugsnag/package.json @@ -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/", diff --git a/packages/react-compose/package.json b/packages/react-compose/package.json index 805e3e97f4..33efc0b482 100644 --- a/packages/react-compose/package.json +++ b/packages/react-compose/package.json @@ -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": [ diff --git a/packages/react-csrf/package.json b/packages/react-csrf/package.json index 8df164bfd6..190f979e4f 100644 --- a/packages/react-csrf/package.json +++ b/packages/react-csrf/package.json @@ -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/", diff --git a/packages/react-form-state/package.json b/packages/react-form-state/package.json index 06132038e9..a11f5156c8 100644 --- a/packages/react-form-state/package.json +++ b/packages/react-form-state/package.json @@ -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": [ diff --git a/packages/react-graphql/package.json b/packages/react-graphql/package.json index 1d338daf96..3271ed4014 100644 --- a/packages/react-graphql/package.json +++ b/packages/react-graphql/package.json @@ -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/", diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 21f97dbe0a..b9bb7a6f82 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -46,6 +46,6 @@ }, "devDependencies": { "@shopify/jest-dom-mocks": "^5.2.0", - "@shopify/react-testing": "^5.4.0" + "@shopify/react-testing": "^6.0.0" } } diff --git a/packages/react-html/package.json b/packages/react-html/package.json index 95c579c92f..b330f35045 100644 --- a/packages/react-html/package.json +++ b/packages/react-html/package.json @@ -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, diff --git a/packages/react-i18n-universal-provider/CHANGELOG.md b/packages/react-i18n-universal-provider/CHANGELOG.md index 2b25c1dc6b..e2749202ec 100644 --- a/packages/react-i18n-universal-provider/CHANGELOG.md +++ b/packages/react-i18n-universal-provider/CHANGELOG.md @@ -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 diff --git a/packages/react-i18n-universal-provider/package.json b/packages/react-i18n-universal-provider/package.json index dfd93e89c5..be55565fab 100644 --- a/packages/react-i18n-universal-provider/package.json +++ b/packages/react-i18n-universal-provider/package.json @@ -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", @@ -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" diff --git a/packages/react-i18n/CHANGELOG.md b/packages/react-i18n/CHANGELOG.md index 63acf5b525..61480a3d95 100644 --- a/packages/react-i18n/CHANGELOG.md +++ b/packages/react-i18n/CHANGELOG.md @@ -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 diff --git a/packages/react-i18n/package.json b/packages/react-i18n/package.json index 1d89c30640..fc23c41af1 100644 --- a/packages/react-i18n/package.json +++ b/packages/react-i18n/package.json @@ -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", diff --git a/packages/react-idle/package.json b/packages/react-idle/package.json index 06577a668b..410192f457 100644 --- a/packages/react-idle/package.json +++ b/packages/react-idle/package.json @@ -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/", diff --git a/packages/react-intersection-observer/package.json b/packages/react-intersection-observer/package.json index fff276ca64..7b3774b862 100644 --- a/packages/react-intersection-observer/package.json +++ b/packages/react-intersection-observer/package.json @@ -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", diff --git a/packages/react-server/package.json b/packages/react-server/package.json index 80c3abe09e..0385b841e7 100644 --- a/packages/react-server/package.json +++ b/packages/react-server/package.json @@ -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", diff --git a/packages/react-shortcuts/package.json b/packages/react-shortcuts/package.json index a45ec39051..a788af6fbf 100644 --- a/packages/react-shortcuts/package.json +++ b/packages/react-shortcuts/package.json @@ -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": [ diff --git a/packages/react-testing/CHANGELOG.md b/packages/react-testing/CHANGELOG.md index 26412cb5e9..0dc293df90 100644 --- a/packages/react-testing/CHANGELOG.md +++ b/packages/react-testing/CHANGELOG.md @@ -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 diff --git a/packages/react-testing/package.json b/packages/react-testing/package.json index 1e38188742..9ce15cbe32 100644 --- a/packages/react-testing/package.json +++ b/packages/react-testing/package.json @@ -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",