Prepare Packages for Release (#51221)
* Automated change: Prep @woocommerce/remote-specs-validation --initial-release for release. * Update changelog * Update version --------- Co-authored-by: chihsuan <chihsuan@users.noreply.github.com> Co-authored-by: Chi-Hsuan Huang <chihsuan.tw@gmail.com>
This commit is contained in:
parent
86c2358d18
commit
0abaab29fe
|
@ -1,3 +1,26 @@
|
|||
# Changelog
|
||||
|
||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.0.2](https://packagist.org/packages/woocommerce/remote-specs-validation#1.0.2) - 2024-04-12
|
||||
|
||||
* Fix - Fix base_location_state and base_location_country value type [#51169]
|
||||
* Update - Bump all remote spec endpoints to version `2.0`. [#45298]
|
||||
* Update - Remove ToS acceptance where unnecessary [#46003]
|
||||
* Update - Update Woo.com references to WooCommerce.com. [#46259]
|
||||
* Dev - Fix whitespace in package.json [#44902]
|
||||
* Tweak - Fix typos. [#49207]
|
||||
* Tweak - Rename Google Listings and Ads with Google for WooCommerce #### Comment <!-- If the changes in this pull request don't warrant a changelog entry, you can alternatively supply a comment here. Note that comments are only accepted with a significance of "Patch" --> [#47614]
|
||||
* Tweak - Rename Google Listings and Ads with Google for WooCommerce [#47614]
|
||||
|
||||
|
||||
## [1.0.1](https://packagist.org/packages/woocommerce/remote-specs-validation#1.0.1) - 2024-02-28
|
||||
|
||||
* Update - Accept JSON schema string as constructor argument instead of file path -- this is more fleixble. [#45151]
|
||||
|
||||
## [1.0.0](https://packagist.org/packages/woocommerce/remote-specs-validation#1.0.0) - 2024-02-21
|
||||
|
||||
* Add - Add JSON Schema files [#44484]
|
||||
* Add - Add project scaffolding [#44419]
|
||||
* Add - Support range operator in Remote Inbox Notification [#45201]
|
||||
* Add - Updated shipstation copy [#48549]
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Support range operator in Remote Inbox Notification
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
Bump all remote spec endpoints to version `2.0`.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
Remove ToS acceptance where unnecessary
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
Rename Google Listings and Ads with Google for WooCommerce #### Comment <!-- If the changes in this pull request don't warrant a changelog entry, you can alternatively supply a comment here. Note that comments are only accepted with a significance of "Patch" -->
|
|
@ -1,4 +0,0 @@
|
|||
Significance: major
|
||||
Type: update
|
||||
|
||||
Accept JSON schema string as constructor argument instead of file path -- this is more fleixble.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Add JSON Schema files
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Add project scaffolding
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: add
|
||||
|
||||
Updated shipstation copy
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Fix whitespace in package.json
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix base_location_state and base_location_country value type
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: tweak
|
||||
|
||||
Fix typos.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
Rename Google Listings and Ads with Google for WooCommerce
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
Update Woo.com references to WooCommerce.com.
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "woocommerce/remote-specs-validation",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "Remote specs testing suite",
|
||||
"type": "library",
|
||||
"license": "GPL-3.0-or-later",
|
||||
|
@ -9,9 +9,9 @@
|
|||
"Automattic\\WooCommerce\\RemoteSpecsValidation\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Automattic\\WooCommerce\\RemoteSpecsValidation\\Tests\\": "tests/"
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Automattic\\WooCommerce\\RemoteSpecsValidation\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
Loading…
Reference in New Issue