* get changelogs ready

* bump versions in package.json

* reset stable tag
This commit is contained in:
Paul Sealock 2020-08-04 15:10:36 +12:00 committed by GitHub
parent 239b6c95b8
commit 8b80c83b09
15 changed files with 252 additions and 223 deletions

View File

@ -9653,6 +9653,26 @@
"integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==",
"dev": true
},
"puppeteer": {
"version": "npm:puppeteer-core@3.0.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-3.0.0.tgz",
"integrity": "sha512-oWjZFGMc0q2ak+8OxdmMffS79LIT0UEtmpV4h1/AARvESIqqKljf8mrfP+dQ2kas7XttsAZIxRBuWu7Y5JH8KQ==",
"dev": true,
"requires": {
"@types/mime-types": "^2.1.0",
"debug": "^4.1.0",
"extract-zip": "^2.0.0",
"https-proxy-agent": "^4.0.0",
"mime": "^2.0.3",
"mime-types": "^2.1.25",
"progress": "^2.0.1",
"proxy-from-env": "^1.0.0",
"rimraf": "^3.0.2",
"tar-fs": "^2.0.0",
"unbzip2-stream": "^1.3.3",
"ws": "^7.2.3"
}
},
"read-pkg": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
@ -9996,6 +10016,12 @@
"typedarray-to-buffer": "^3.1.5"
}
},
"ws": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz",
"integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==",
"dev": true
},
"yargs-parser": {
"version": "18.1.3",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
@ -29706,40 +29732,6 @@
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
},
"puppeteer": {
"version": "npm:puppeteer-core@3.0.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-3.0.0.tgz",
"integrity": "sha512-oWjZFGMc0q2ak+8OxdmMffS79LIT0UEtmpV4h1/AARvESIqqKljf8mrfP+dQ2kas7XttsAZIxRBuWu7Y5JH8KQ==",
"dev": true,
"requires": {
"@types/mime-types": "^2.1.0",
"debug": "^4.1.0",
"extract-zip": "^2.0.0",
"https-proxy-agent": "^4.0.0",
"mime": "^2.0.3",
"mime-types": "^2.1.25",
"progress": "^2.0.1",
"proxy-from-env": "^1.0.0",
"rimraf": "^3.0.2",
"tar-fs": "^2.0.0",
"unbzip2-stream": "^1.3.3",
"ws": "^7.2.3"
},
"dependencies": {
"mime": {
"version": "2.4.6",
"resolved": "https://registry.npmjs.org/mime/-/mime-2.4.6.tgz",
"integrity": "sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA==",
"dev": true
},
"ws": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz",
"integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==",
"dev": true
}
}
},
"q": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",

View File

@ -1,4 +1,5 @@
# 5.0.0 (Unreleased)
# 5.0.0
- Added `<Timeline />` component.
- Added `<ImageUpload />` component.
- Style form components for WordPress 5.3.
@ -17,16 +18,19 @@
- Remove unused `ref` from `<DateRangeFilterPicker />`.
## Breaking Changes
- Removed `SplitButton` because its not being used.
# 4.0.0
## Breaking Changes
- Added a new `<ScrollTo />` component.
- Changed the `<List />` `description` prop to `content` and allowed content nodes to be passed in addition to strings.
- Removed the `<SimpleSelectControl />` component.
### Decouple wcSettings from published packages (#3001)
- `AdvancedFilters` component now receives `siteLocale` as a prop.
- `ReportsFilters` component now receives `siteLocale` as a prop.
- `NumberFilter` component now receives `currencySymbol` and `symbolPosition` as props.
@ -37,6 +41,7 @@
- The `href` prop in the `<Link>` component must now receive the full url instead of relative.
## Other Changes
- Renamed the `<Autocomplete />` component to `<SelectControl />`.
- Added `isSearchable` prop to `<SelectControl />` to allow simple select dropdowns.
- Removed WC-Admin specific actions from `<TableCard />` component.
@ -48,6 +53,7 @@
- Update various dependencies
# 3.2.0
- AdvancedFilters component: fire `onAdvancedFilterAction` for match changes.
- TableCard component: add `onSearch` and `onSort` function props.
- Add new component `<List />` for displaying interactive list items.
@ -59,9 +65,11 @@
- Table component: add empty table display.
# 3.1.0
- Added support for a `countLabel` prop on `SearchListItem` to allow custom counts.
# 3.0.0
- <DateInput> and <DatePicker> got a `disabled` prop.
- TableCard component: new `onPageChange` prop.
- TableCard now has a `defaultOrder` parameter to specify default sort column sort order.
@ -79,6 +87,7 @@
- Update license to GPL-3.0-or-later.
# 2.0.0
- Chart legend component now uses withInstanceId HOC so the ids used in several HTML elements are unique.
- Chart component now accepts data with negative values.
- Chart component: new prop `filterParam` used to detect selected items in the current query. If there are, they will be displayed in the chart even if their values are 0.
@ -90,6 +99,7 @@
- Bump dependency versions.
# 1.6.0
- Chart component: new props `emptyMessage` and `baseValue`. When an empty message is provided, it will be displayed on top of the chart if there are no values different than `baseValue`.
- Chart component: remove d3-array dependency.
- Chart component: fix display when there is no data.
@ -99,6 +109,7 @@
- Add new component: SearchListControl for displaying and filtering a selectable list of items.
# 1.5.0
- Improves display of charts where all values are 0.
- Fix X-axis labels in hourly bar charts.
- New `<Search>` prop named `showClearButton`, that will display a 'Clear' button when the search box contains one or more tags.
@ -109,14 +120,17 @@
- In `<Search>` use backspace key to remove tags from the search box.
# 1.4.2
- Add emoji-flags dependency
# 1.4.1
- Chart component: format numbers and prices using store currency settings.
- Make `href`/linking optional in SummaryNumber.
- Fix SummaryNumber example code.
# 1.4.0
- Add download log ip address autocompleter to search component
- Add order number autocompleter to search component
- Add order number, username, and IP address filters to the downloads report.

View File

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

View File

@ -1,3 +1,7 @@
# 1.3.0
- Update to @wordpress/eslint coding standards.
# 1.2.0
- Properly escape values with double quotes.

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/csv-export",
"version": "1.2.0",
"version": "1.3.0",
"description": "WooCommerce utility library to convert data to CSV files.",
"author": "Automattic",
"license": "GPL-3.0-or-later",

View File

@ -1,17 +1,22 @@
# 3.0.0 (unreleased)
# 3.0.0
## Breaking changes
- Currency is now a factory function instead of a class.
- Add getCurrencyConfig method to retrieve currency config.
- `formatCurrency` is deprecated in favor of `formatAmount`.
# 2.0.0
## Breaking changes
- Decouple from global `wcSettings` object.
- The currency package has been rewritten to export a `Currency` class instead of several utility functions.
## Other changes
- Remove lodash dependency.
# 1.1.3

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/currency",
"version": "2.0.0",
"version": "3.0.0",
"description": "WooCommerce currency utilities.",
"author": "Automattic",
"license": "GPL-3.0-or-later",

View File

@ -0,0 +1,3 @@
# 1.0.0
- Released package

View File

@ -1,3 +1,7 @@
# 2.1.0
- Update to @wordpress/eslint coding standards.
# 2.0.0
## Breaking changes

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/date",
"version": "2.0.0",
"version": "2.1.0",
"description": "WooCommerce date utilities.",
"author": "Automattic",
"license": "GPL-3.0-or-later",

View File

@ -0,0 +1,3 @@
# 1.0.0
- Released package

View File

@ -1,4 +1,4 @@
# (unreleased)
# 5.0.0
- `getPersistedQuery` Add a filter for extensions to add a persisted query, `woocommerce_admin_persisted_queries`.
@ -9,7 +9,6 @@
- decouples `wcSettings` from the package (#3294)
- `getAdminLink` is no longer available from this package. It is exported on the `wcSettings` global via the woo-blocks plugin (v2.5 or WC 3.9) when enqueued via the `wc-settings` handle.
# 3.0.0
- `getHistory` updated to reflect path parameters in url query.

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/navigation",
"version": "4.0.0",
"version": "5.0.0",
"description": "WooCommerce navigation utilities.",
"author": "Automattic",
"license": "GPL-3.0-or-later",

View File

@ -1,11 +1,16 @@
# 2.1.0
- Update to @wordpress/eslint coding standards.
# 2.0.0
- Remove lodash dependency.
## Breaking Changes
- Decouple from global wcSettings object.
- Exported methods of the number package have been rewritten to accept a configuration object as their first parameter.
## Other Changes
- Remove lodash dependency.
# 1.0.4
- Update dependencies.

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/number",
"version": "2.0.0",
"version": "2.1.0",
"description": "Number formatting utilities for WooCommerce.",
"author": "Automattic",
"license": "GPL-3.0-or-later",