From 0abaab29fe84ac507c07c833e45c5f6482148f75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:16:53 +0800 Subject: [PATCH] Prepare Packages for Release (#51221) * Automated change: Prep @woocommerce/remote-specs-validation --initial-release for release. * Update changelog * Update version --------- Co-authored-by: chihsuan Co-authored-by: Chi-Hsuan Huang --- .../php/remote-specs-validation/changelog.md | 23 +++++++++++++++++++ .../changelog/45201-add-44787-add-range-rule | 4 ---- .../45298-update-remote-endpoints-2.0 | 4 ---- ...03-update-remove-duplicated-tos-acceptance | 4 ---- .../47614-tweak-google-extension-rename | 4 ---- .../changelog/accept-json-schema-string | 4 ---- .../changelog/add-json-schema-files | 4 ---- .../changelog/add-php-package-RIN-testing | 4 ---- ...add-update-shipping-specs-shipstation-copy | 4 ---- .../changelog/dev-pin-simple-git | 4 ---- .../changelog/fix-remote-spec-schema | 4 ---- ...fix-typo-in-remote-specs-validation-readme | 4 ---- .../changelog/tweak-google-extension-rename | 4 ---- .../update-woo-com-to-woocommerce-com | 4 ---- .../php/remote-specs-validation/composer.json | 8 +++---- 15 files changed, 27 insertions(+), 56 deletions(-) delete mode 100644 packages/php/remote-specs-validation/changelog/45201-add-44787-add-range-rule delete mode 100644 packages/php/remote-specs-validation/changelog/45298-update-remote-endpoints-2.0 delete mode 100644 packages/php/remote-specs-validation/changelog/46003-update-remove-duplicated-tos-acceptance delete mode 100644 packages/php/remote-specs-validation/changelog/47614-tweak-google-extension-rename delete mode 100644 packages/php/remote-specs-validation/changelog/accept-json-schema-string delete mode 100644 packages/php/remote-specs-validation/changelog/add-json-schema-files delete mode 100644 packages/php/remote-specs-validation/changelog/add-php-package-RIN-testing delete mode 100644 packages/php/remote-specs-validation/changelog/add-update-shipping-specs-shipstation-copy delete mode 100644 packages/php/remote-specs-validation/changelog/dev-pin-simple-git delete mode 100644 packages/php/remote-specs-validation/changelog/fix-remote-spec-schema delete mode 100644 packages/php/remote-specs-validation/changelog/fix-typo-in-remote-specs-validation-readme delete mode 100644 packages/php/remote-specs-validation/changelog/tweak-google-extension-rename delete mode 100644 packages/php/remote-specs-validation/changelog/update-woo-com-to-woocommerce-com diff --git a/packages/php/remote-specs-validation/changelog.md b/packages/php/remote-specs-validation/changelog.md index 3783eb0da3d..d645580a6a9 100644 --- a/packages/php/remote-specs-validation/changelog.md +++ b/packages/php/remote-specs-validation/changelog.md @@ -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 [#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] diff --git a/packages/php/remote-specs-validation/changelog/45201-add-44787-add-range-rule b/packages/php/remote-specs-validation/changelog/45201-add-44787-add-range-rule deleted file mode 100644 index 332381bbbbe..00000000000 --- a/packages/php/remote-specs-validation/changelog/45201-add-44787-add-range-rule +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Support range operator in Remote Inbox Notification \ No newline at end of file diff --git a/packages/php/remote-specs-validation/changelog/45298-update-remote-endpoints-2.0 b/packages/php/remote-specs-validation/changelog/45298-update-remote-endpoints-2.0 deleted file mode 100644 index f1639f5b326..00000000000 --- a/packages/php/remote-specs-validation/changelog/45298-update-remote-endpoints-2.0 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: update - -Bump all remote spec endpoints to version `2.0`. \ No newline at end of file diff --git a/packages/php/remote-specs-validation/changelog/46003-update-remove-duplicated-tos-acceptance b/packages/php/remote-specs-validation/changelog/46003-update-remove-duplicated-tos-acceptance deleted file mode 100644 index cbb0b4301b6..00000000000 --- a/packages/php/remote-specs-validation/changelog/46003-update-remove-duplicated-tos-acceptance +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: update - -Remove ToS acceptance where unnecessary \ No newline at end of file diff --git a/packages/php/remote-specs-validation/changelog/47614-tweak-google-extension-rename b/packages/php/remote-specs-validation/changelog/47614-tweak-google-extension-rename deleted file mode 100644 index 4ac5ec3e8d9..00000000000 --- a/packages/php/remote-specs-validation/changelog/47614-tweak-google-extension-rename +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: tweak - -Rename Google Listings and Ads with Google for WooCommerce #### Comment \ No newline at end of file diff --git a/packages/php/remote-specs-validation/changelog/accept-json-schema-string b/packages/php/remote-specs-validation/changelog/accept-json-schema-string deleted file mode 100644 index 1e1479613be..00000000000 --- a/packages/php/remote-specs-validation/changelog/accept-json-schema-string +++ /dev/null @@ -1,4 +0,0 @@ -Significance: major -Type: update - -Accept JSON schema string as constructor argument instead of file path -- this is more fleixble. diff --git a/packages/php/remote-specs-validation/changelog/add-json-schema-files b/packages/php/remote-specs-validation/changelog/add-json-schema-files deleted file mode 100644 index e0dda27f72d..00000000000 --- a/packages/php/remote-specs-validation/changelog/add-json-schema-files +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add JSON Schema files \ No newline at end of file diff --git a/packages/php/remote-specs-validation/changelog/add-php-package-RIN-testing b/packages/php/remote-specs-validation/changelog/add-php-package-RIN-testing deleted file mode 100644 index ef5d8f75d92..00000000000 --- a/packages/php/remote-specs-validation/changelog/add-php-package-RIN-testing +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add project scaffolding diff --git a/packages/php/remote-specs-validation/changelog/add-update-shipping-specs-shipstation-copy b/packages/php/remote-specs-validation/changelog/add-update-shipping-specs-shipstation-copy deleted file mode 100644 index 253ad9a432c..00000000000 --- a/packages/php/remote-specs-validation/changelog/add-update-shipping-specs-shipstation-copy +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: add - -Updated shipstation copy diff --git a/packages/php/remote-specs-validation/changelog/dev-pin-simple-git b/packages/php/remote-specs-validation/changelog/dev-pin-simple-git deleted file mode 100644 index 20a6468016f..00000000000 --- a/packages/php/remote-specs-validation/changelog/dev-pin-simple-git +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Fix whitespace in package.json diff --git a/packages/php/remote-specs-validation/changelog/fix-remote-spec-schema b/packages/php/remote-specs-validation/changelog/fix-remote-spec-schema deleted file mode 100644 index 0feab54689d..00000000000 --- a/packages/php/remote-specs-validation/changelog/fix-remote-spec-schema +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Fix base_location_state and base_location_country value type diff --git a/packages/php/remote-specs-validation/changelog/fix-typo-in-remote-specs-validation-readme b/packages/php/remote-specs-validation/changelog/fix-typo-in-remote-specs-validation-readme deleted file mode 100644 index a279c2fc260..00000000000 --- a/packages/php/remote-specs-validation/changelog/fix-typo-in-remote-specs-validation-readme +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: tweak - -Fix typos. diff --git a/packages/php/remote-specs-validation/changelog/tweak-google-extension-rename b/packages/php/remote-specs-validation/changelog/tweak-google-extension-rename deleted file mode 100644 index 8a85377cbb9..00000000000 --- a/packages/php/remote-specs-validation/changelog/tweak-google-extension-rename +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: tweak - -Rename Google Listings and Ads with Google for WooCommerce diff --git a/packages/php/remote-specs-validation/changelog/update-woo-com-to-woocommerce-com b/packages/php/remote-specs-validation/changelog/update-woo-com-to-woocommerce-com deleted file mode 100644 index 36ca65dd012..00000000000 --- a/packages/php/remote-specs-validation/changelog/update-woo-com-to-woocommerce-com +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: update - -Update Woo.com references to WooCommerce.com. diff --git a/packages/php/remote-specs-validation/composer.json b/packages/php/remote-specs-validation/composer.json index 95bca61eb23..6f828f244a6 100644 --- a/packages/php/remote-specs-validation/composer.json +++ b/packages/php/remote-specs-validation/composer.json @@ -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": {