Prepare Packages for Release (#35277)

Automated change: Prep @woocommerce/components for release.

Co-authored-by: chihsuan <chihsuan@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-10-24 16:37:07 +08:00 committed by GitHub
parent 64ee20ff0f
commit a72e68ea65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 34 deletions

View File

@ -2,15 +2,25 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [11.1.0](https://www.npmjs.com/package/@woocommerce/components/v/11.1.0) - 2022-10-24
- Minor - Allow passing of additional props to form inputs [#35160]
## [11.0.0](https://www.npmjs.com/package/@woocommerce/components/v/11.0.0) - 2022-10-20
- Patch - Export StepperProps for external usage [#35140]
- Patch - Fixed the initial setting of DateTimePickerControl's input field. [#35140]
- Minor - Fix Enriched-label styles - #34382 [#35140]
- Patch - Fix EnrichedLabel Storybook story styles so they don't affect other stories. [#35140]
- Patch - Fixes DateTimePickerControl's debounce handling to work even if onChange prop changes. [#35140]
- Minor - Fix initially selected items in SelectControl component [#35140]
- Patch - Fix issue with form onChange handler, passing outdated values. [#35140]
- Patch - Update tag component styling [#35140]
- Patch - Add missing type definitions and add babel config for tests [#35140]
- Patch - Merging trunk with local [#35140]
- Patch - Removed unfinished and unused SplitDropdown component. [#35140]
- Patch - Assume ambiguous dates passed into DateTimePickerControl are UTC. [#35140]
- Patch - Remove default selected sortable item. [#35140]
- Minor - Fix Enriched-label styles
- Minor - Fix initially selected items in SelectControl component [#35140]
- Minor - Add date-only mode to DateTimePickerControl. [#35140]
- Minor - Add disabled option to the Select Control input component and alter the onInputChange callback [#35140]
- Minor - Add form input name dot notation name="product.dimensions.width" [#35140]
@ -23,7 +33,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Minor - Add rich text editor component [#35140]
- Minor - Add SortableList component [#35140]
- Minor - Allow external tags in SelectControl component [#35140]
- Major [ **BREAKING CHANGE** ] - Create new experimental SelectControl component [#35140]
- Minor - Export ImportProps type. Add DateTimePickerControl to Form stories and tests. [#35140]
- Minor - Images Product management [#35140]
- Minor - Remove EnrichedLabel component in favor of Tooltip component [#35140]
@ -34,22 +43,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Minor - Add support in SelectControl for using the popover slot for the popover. [#35140]
- Minor - Update experimental SelectControl compoment to expose a couple extra combobox functions from Downshift. [#35140]
- Minor - Update experimental SelectControl compoment to expose combobox functions from Downshift and provide additional options. [#35140]
- Patch - Update tag component styling [#35140]
- Minor - Update text input placement in SelectControl [#35140]
- Minor - Add component EnrichedLabel #34214 [#35140]
- Patch - Add missing type definitions and add babel config for tests [#35140]
- Minor - Add new shippping class modal to a shipping class section in product page [#35140]
- Minor - Adjust build/test scripts to remove -- -- that was required for pnpm 6. [#35140]
- Minor - Fix node and pnpm versions via engines [#35140]
- Patch - Merging trunk with local [#35140]
- Patch - Removed unfinished and unused SplitDropdown component. [#35140]
- Minor - Update Plugin installer component to TS [#35140]
- Minor - Update pnpm version constraint to 7.13.3 to avoid auto-install-peers issues [#35140]
- Patch - Assume ambiguous dates passed into DateTimePickerControl are UTC. [#35140]
- Minor - Fix DateTimePickerControl's onChange date arg to only be a string (TypeScript). [#35140]
- Patch - Remove default selected sortable item. [#35140]
- Minor - Improve experimental SelectControl accessibility [#35140]
- Minor - Improve Sortable component acessibility [#35140]
- - Create new experimental SelectControl component [#35140]
## [10.3.0](https://www.npmjs.com/package/@woocommerce/components/v/10.3.0) - 2022-08-12

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Allow passing of additional props to form inputs

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/components",
"version": "11.0.0",
"version": "11.1.0",
"description": "UI components for WooCommerce.",
"author": "Automattic",
"license": "GPL-3.0-or-later",

View File

@ -2878,24 +2878,6 @@ packages:
- supports-color
dev: true
/@babel/helper-define-polyfill-provider/0.3.0_@babel+core@7.16.12:
resolution: {integrity: sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==}
peerDependencies:
'@babel/core': ^7.4.0-0
dependencies:
'@babel/core': 7.16.12
'@babel/helper-compilation-targets': 7.19.3_@babel+core@7.16.12
'@babel/helper-module-imports': 7.18.6
'@babel/helper-plugin-utils': 7.19.0
'@babel/traverse': 7.19.3
debug: 4.3.4
lodash.debounce: 4.0.8
resolve: 1.22.1
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: false
/@babel/helper-define-polyfill-provider/0.3.0_@babel+core@7.17.8:
resolution: {integrity: sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==}
peerDependencies:
@ -6534,7 +6516,11 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.12
'@babel/helper-module-imports': 7.18.6
'@babel/helper-plugin-utils': 7.19.0
babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.16.12
babel-plugin-polyfill-corejs3: 0.4.0_@babel+core@7.16.12
babel-plugin-polyfill-regenerator: 0.3.0_@babel+core@7.16.12
semver: 6.3.0
transitivePeerDependencies:
- supports-color
@ -6552,6 +6538,7 @@ packages:
babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.17.8
babel-plugin-polyfill-corejs3: 0.4.0_@babel+core@7.17.8
semver: 6.3.0
dev: true
/@babel/plugin-transform-runtime/7.19.1_@babel+core@7.17.8:
resolution: {integrity: sha512-2nJjTUFIzBMP/f/miLxEK9vxwW/KUXsdvN4sR//TmuDhe6yU2h57WmIOE12Gng3MDP/xpjUV/ToZRdcf8Yj4fA==}
@ -19259,7 +19246,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.12
'@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.16.12
'@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.16.12
core-js-compat: 3.25.5
transitivePeerDependencies:
- supports-color
@ -39376,7 +39363,7 @@ packages:
serialize-javascript: 6.0.0
source-map: 0.6.1
terser: 5.10.0_acorn@8.8.0
webpack: 5.70.0_webpack-cli@3.3.12
webpack: 5.70.0
transitivePeerDependencies:
- acorn