Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 23c7656

Browse files
committed
Update changelogs to include mention of node 12 dropping support
1 parent 0358b7f commit 23c7656

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/react-async/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
99

1010
## 5.0.0 - 2022-05-19
1111

12+
### Breaking Change
13+
14+
- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)]
15+
1216
### Fixed
1317

1418
- Explicitly type children in a component defined in a test [[#2266](https://github.com/Shopify/quilt/pull/2266)]

packages/react-i18n/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
1515

1616
## 7.0.0 - 2022-05-19
1717

18+
### Breaking Change
19+
20+
- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [[#2277](https://github.com/Shopify/quilt/pull/2277)]
21+
1822
### Fixed
1923

2024
- Patch - `generateTranslationIndexes` no longer fails with `ENOBUFS` errors in projects with tens of thousands of translation files [[#2269](https://github.com/Shopify/quilt/pull/2269)]

0 commit comments

Comments
 (0)