Skip to content

Commit

Permalink
Update changelog and increase version for components, data, and exper…
Browse files Browse the repository at this point in the history
  • Loading branch information
louwie17 committed Jul 8, 2021
1 parent 4cdca48 commit b4cb82b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
11 changes: 7 additions & 4 deletions plugins/woocommerce-admin/packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Unreleased
# 7.1.0

- Revert Card component removal #7167.
- Filters: On update respect all other queries, not just persistedQueries #7155
- Add rowKey prop to Table and TableCard component. #7196
- Filters: On update respect all other queries, not just persistedQueries #7155
- Fix non-string query prop warning in SelectControl component. #7046
- Fix WordPress 5.8 compatibility UI fixes #7255
- Revert Card component removal #7167.
- Update DynamicForm, adding initial config memoization. #7256
- Update package dependencies

# 7.0.0

Expand All @@ -16,7 +20,6 @@
- Deprecate the Count component, with plan to remove in next major version. #7115
- Remove the long deprecated Card component (use Card from `@wordpress/components` instead). #7114
- Add `<AbbreviatedCard />` component. #7017
- Fix non-string query prop warning in SelectControl component. #7046
- Remove support for IE11. #7112

# 6.2.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/woocommerce-admin/packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@woocommerce/components",
"version": "7.0.0",
"version": "7.1.0",
"description": "UI components for WooCommerce.",
"author": "Automattic",
"license": "GPL-3.0-or-later",
Expand Down
3 changes: 2 additions & 1 deletion plugins/woocommerce-admin/packages/data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased
# 1.3.2

- Add fallback for the select/dispatch data-controls for older WP versions. #7204
- Fix error parsing of plugin data package. #7164
- Update dependencies

Expand Down
2 changes: 1 addition & 1 deletion plugins/woocommerce-admin/packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@woocommerce/data",
"version": "1.3.1",
"version": "1.3.2",
"description": "WooCommerce Admin data store and utilities",
"author": "Automattic",
"license": "GPL-3.0-or-later",
Expand Down
7 changes: 5 additions & 2 deletions plugins/woocommerce-admin/packages/experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Unreleased
# 1.4.0

- Add new VerticalCSSTransition component for handling height transitions. #7203
- Update TaskItem to make use of the VerticalCSSTransition. #7203
- Add a delete option to completed tasks #7300
- Make the action button optionable in TaskItem. #7263
- Fix WordPress 5.8 compatibility UI fixes #7255
- Fix inbox note dismiss dropdown not closing on Safari #7278
- Update TaskItem to make use of the VerticalCSSTransition. #7203
- Update CollapsibleList to support nested transitional items. #7263

# 1.3.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@woocommerce/experimental",
"version": "1.3.0",
"version": "1.4.0",
"description": "WooCommerce experimental components.",
"author": "Automattic",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit b4cb82b

Please sign in to comment.