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

Commit

Permalink
Add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
chihsuan committed Feb 14, 2022
1 parent d5aca6c commit fb9dd72
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelogs/update-react-17
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: major
Type: Dev

Update dependencies to support react 17. #8305
2 changes: 2 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

- 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

# 8.2.0

- Fix usage of Wordpress DatePicker component in `DatePicker`. #7982
Expand Down
2 changes: 2 additions & 0 deletions packages/currency/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

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

# 3.2.1

- Tweak - Added `useCode` parameter to `formatAmount`, to render currency code instead of symbol. #7575
Expand Down
4 changes: 4 additions & 0 deletions packages/customer-effort-score/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Unreleased

- Update dependencies to support react 17 #8305

# 1.1.0

- Fix commonjs module build, allow package to be built in isolation. #7286
Expand Down
1 change: 1 addition & 0 deletions packages/data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased

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

## Breaking changes
Expand Down
2 changes: 2 additions & 0 deletions packages/date/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- Update dependencies to support react 17. #8305

# 3.2.0

- Remove dev dependency `@woocommerce/wc-admin-settings`. #8057
Expand Down
2 changes: 2 additions & 0 deletions packages/experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- Update dependencies to support react 17. #8305

# 2.2.0
- Make the Inbox note title clickable. #7975
- Fix incorrectly displayed note created date. #8179
Expand Down
2 changes: 1 addition & 1 deletion packages/explat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Unreleased

- Make ExPlat request URL args filterable. Added woocommerce_explat_request_args filter #8231

- Update dependencies to support react 17. #8305
# 1.1.4

- Fix an error when getting woocommerce_default_country value. #7600
Expand Down
2 changes: 1 addition & 1 deletion packages/navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- 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
2 changes: 1 addition & 1 deletion packages/notices/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## 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
2 changes: 2 additions & 0 deletions packages/onboarding/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

- Update dependencies to support react 17. #8305

# 2.2.2

- Retry fix for missing build-module folder
Expand Down

0 comments on commit fb9dd72

Please sign in to comment.