Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
chihsuan committed Feb 15, 2022
1 parent 292b4f9 commit bd4a659
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 11 deletions.
2 changes: 1 addition & 1 deletion changelogs/update-react-17
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Significance: major
Type: Dev

Update dependencies to support react 17. #8305
Update dependencies to support react 17 and drop support for IE11. #8305
5 changes: 4 additions & 1 deletion packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

- Update line-height of SelectControl label to avoid truncated descenders in some typefaces and zoom levels. #8186
- Added Typescript type declarations to build for @woocommerce/components #8282
- Update dependencies to support react 17. #8305
## Breaking changes

- Update dependencies to support react 17. #8305
- Drop support for IE11. #8305

# 8.2.0

Expand Down
4 changes: 3 additions & 1 deletion packages/currency/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Unreleased
## Breaking changes

- Update dependencies to support react 17 #8305- Update dependencies to support react 17. #8305
- Update dependencies to support react 17. #8305
- Drop support for IE11. #8305

# 3.2.1

Expand Down
6 changes: 4 additions & 2 deletions packages/data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Unreleased

- Update dependencies to support react 17. #8305
# 2.0.0
## Breaking changes

- Update dependencies to support react 17. #8305
- Drop support for IE11. #8305# 2.0.0

## Breaking changes

Expand Down
4 changes: 3 additions & 1 deletion packages/date/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Unreleased
## Breaking changes

- Update dependencies to support react 17. #8305
- Update dependencies to support react 17. #8305
- Drop support for IE11. #8305

# 3.2.0

Expand Down
5 changes: 4 additions & 1 deletion packages/experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Unreleased

- Update dependencies to support react 17. #8305
## Breaking changes

- Update dependencies to support react 17. #8305
- Drop support for IE11. #8305

# 2.2.0
- Make the Inbox note title clickable. #7975
Expand Down
6 changes: 5 additions & 1 deletion packages/explat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Unreleased

- Make ExPlat request URL args filterable. Added woocommerce_explat_request_args filter #8231
- Update dependencies to support react 17. #8305
## Breaking changes

- Update dependencies to support react 17. #8305
- Drop support for IE11. #8305

# 1.1.4

- Fix an error when getting woocommerce_default_country value. #7600
Expand Down
7 changes: 6 additions & 1 deletion packages/navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Unreleased
## Breaking changes

- Update dependencies to support react 17. #8305
- Drop support for IE11. #8305

## 6.1.0

- Fix commonjs module build, allow package to be built in isolation. #7286
- Add `getSetOfIdsFromQuery` util.
- Fix `getIdsFromQuery` support for `0` as a valid id.
- Update dependencies to support react 17. #8305
# 6.0.1

- Update dependencies.
Expand Down
9 changes: 8 additions & 1 deletion packages/notices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/master/packages#maintaining-changelogs. -->

# Unreleased

## Breaking changes

- Update dependencies to support react 17. #8305
- Drop support for IE11. #8305

## 3.1.0

- Fix commonjs module build, allow package to be built in isolation. #7286
Expand All @@ -7,7 +15,6 @@
## Breaking changes

- Move Lodash to a peer dependency.
- Update dependencies to support react 17. #8305
## 2.0.0 (2020-02-10)

### Breaking Change
Expand Down
5 changes: 4 additions & 1 deletion packages/onboarding/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Unreleased

- Update dependencies to support react 17. #8305
## Breaking changes

- Update dependencies to support react 17. #8305
- Drop support for IE11. #8305

# 2.2.2

Expand Down

0 comments on commit bd4a659

Please sign in to comment.