From f8365dcf29bae35f3ce4adb4f949f4c564f93390 Mon Sep 17 00:00:00 2001 From: Matthew Volk Date: Tue, 19 Sep 2023 16:09:32 -0500 Subject: [PATCH] [ci] release (#49) Co-authored-by: github-actions[bot] --- .changeset/grumpy-buses-turn.md | 5 ----- packages/bigexec/CHANGELOG.md | 7 +++++++ packages/bigexec/package.json | 2 +- packages/bigrequest/CHANGELOG.md | 6 ++++++ packages/bigrequest/package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .changeset/grumpy-buses-turn.md diff --git a/.changeset/grumpy-buses-turn.md b/.changeset/grumpy-buses-turn.md deleted file mode 100644 index 31e08e3..0000000 --- a/.changeset/grumpy-buses-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bigrequest": patch ---- - -Remove duplicate `brand_id` param on brand metafield endpoints (bigcommerce/api-specs#1445). Add `gift_wrapping` property in V3 Cart line items response (bigcommerce/api-specs#1470). Add `sort` query parameter to Get All Categories endpoint (bigcommerce/api-specs#1465). Remove duplicate `category_id` and `metafield_id` path parameters in V3 Categories endpoints (bigcommerce/api-specs#1439). Add pagination properties to V2 GET Currencies response (bigcommerce/api-specs#1464). Remove duplicate `customer_id` path param on V3 Customer Consent endpoint (bigcommerce/api-specs#1441). Remove duplicate `modifier_id` path param on V3 Product Modifier endpoint (bigcommerce/api-specs#1448). Remove duplicate `option_id` path param from V3 Product Variant Option endpoint (bigcommerce/api-specs#1449). Remove duplicate variant `metafield_id` and `variant_id` params on V3 Product Variants endpoint (bigcommerce/api-specs#1447). Remove duplicate `image_id` path param from V3 Product Image endpoint (bigcommerce/api-specs#1434). Remove duplicate `video_id` path param from V3 Product Video endpoint (bigcommerce/api-specs#1454). Remove duplicate `complex_rule_id` path param from V3 Complex Rule endpoint (bigcommerce/api-specs#1440). Remove duplicate `custom_field_id` path param from V3 Custom Field endpoint (bigcommerce/api-specs#1442). Remove duplicate `bulk_pricing_rule_id` path param from Bulk Pricing Rules endpoint (bigcommerce/api-specs#1437). Remove duplicate `metafield_id` path param on Product Metafields endpoint (bigcommerce/api-specs#1446). Remove duplicate `review_id` path param on Product Reviews endpoint (bigcommerce/api-specs#1451). Remove duplicate `uuid` path param on Theme Configuration endpoint (bigcommerce/api-specs#1453). diff --git a/packages/bigexec/CHANGELOG.md b/packages/bigexec/CHANGELOG.md index 30cbf5e..3e1f193 100644 --- a/packages/bigexec/CHANGELOG.md +++ b/packages/bigexec/CHANGELOG.md @@ -1,5 +1,12 @@ # bigexec +## 0.0.14 + +### Patch Changes + +- Updated dependencies [[`3a38c79`](https://github.com/matthewvolk/bigrequest/commit/3a38c7949c9b0211a91c51b01c6c96416216e53a)]: + - bigrequest@0.0.13 + ## 0.0.13 ### Patch Changes diff --git a/packages/bigexec/package.json b/packages/bigexec/package.json index 18bc03a..d092daf 100644 --- a/packages/bigexec/package.json +++ b/packages/bigexec/package.json @@ -1,6 +1,6 @@ { "name": "bigexec", - "version": "0.0.13", + "version": "0.0.14", "description": "A CLI tool used to interface with the BigCommerce API", "author": "Matthew Volk", "license": "MIT", diff --git a/packages/bigrequest/CHANGELOG.md b/packages/bigrequest/CHANGELOG.md index b0027c4..c915a99 100644 --- a/packages/bigrequest/CHANGELOG.md +++ b/packages/bigrequest/CHANGELOG.md @@ -1,5 +1,11 @@ # bigrequest +## 0.0.13 + +### Patch Changes + +- [#48](https://github.com/matthewvolk/bigrequest/pull/48) [`3a38c79`](https://github.com/matthewvolk/bigrequest/commit/3a38c7949c9b0211a91c51b01c6c96416216e53a) Thanks [@matthewvolk](https://github.com/matthewvolk)! - Remove duplicate `brand_id` param on brand metafield endpoints (bigcommerce/api-specs#1445). Add `gift_wrapping` property in V3 Cart line items response (bigcommerce/api-specs#1470). Add `sort` query parameter to Get All Categories endpoint (bigcommerce/api-specs#1465). Remove duplicate `category_id` and `metafield_id` path parameters in V3 Categories endpoints (bigcommerce/api-specs#1439). Add pagination properties to V2 GET Currencies response (bigcommerce/api-specs#1464). Remove duplicate `customer_id` path param on V3 Customer Consent endpoint (bigcommerce/api-specs#1441). Remove duplicate `modifier_id` path param on V3 Product Modifier endpoint (bigcommerce/api-specs#1448). Remove duplicate `option_id` path param from V3 Product Variant Option endpoint (bigcommerce/api-specs#1449). Remove duplicate variant `metafield_id` and `variant_id` params on V3 Product Variants endpoint (bigcommerce/api-specs#1447). Remove duplicate `image_id` path param from V3 Product Image endpoint (bigcommerce/api-specs#1434). Remove duplicate `video_id` path param from V3 Product Video endpoint (bigcommerce/api-specs#1454). Remove duplicate `complex_rule_id` path param from V3 Complex Rule endpoint (bigcommerce/api-specs#1440). Remove duplicate `custom_field_id` path param from V3 Custom Field endpoint (bigcommerce/api-specs#1442). Remove duplicate `bulk_pricing_rule_id` path param from Bulk Pricing Rules endpoint (bigcommerce/api-specs#1437). Remove duplicate `metafield_id` path param on Product Metafields endpoint (bigcommerce/api-specs#1446). Remove duplicate `review_id` path param on Product Reviews endpoint (bigcommerce/api-specs#1451). Remove duplicate `uuid` path param on Theme Configuration endpoint (bigcommerce/api-specs#1453). + ## 0.0.12 ### Patch Changes diff --git a/packages/bigrequest/package.json b/packages/bigrequest/package.json index cc619d3..33d87bb 100644 --- a/packages/bigrequest/package.json +++ b/packages/bigrequest/package.json @@ -1,6 +1,6 @@ { "name": "bigrequest", - "version": "0.0.12", + "version": "0.0.13", "description": "A Node.js HTTP request client for the BigCommerce API", "author": "Matthew Volk", "license": "MIT",