diff --git a/.changeset/green-carrots-cough.md b/.changeset/green-carrots-cough.md deleted file mode 100644 index 84dc069..0000000 --- a/.changeset/green-carrots-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"bigrequest": patch ---- - -Adds `.html` to template strings for gift certificates (bigcommerce/api-specs#1529). Cart product option value identifiers can be either string or number (bigcommerce/api-specs#1528). Changes `options` to `option_selections` for cart API (bigcommerce/api-specs#1530). Remove the `X-Strict-Mode` header from the price list records upsert endpoint (bigcommerce/api-specs#1532). diff --git a/packages/bigexec/CHANGELOG.md b/packages/bigexec/CHANGELOG.md index 68291b2..148fc36 100644 --- a/packages/bigexec/CHANGELOG.md +++ b/packages/bigexec/CHANGELOG.md @@ -1,5 +1,12 @@ # bigexec +## 0.0.17 + +### Patch Changes + +- Updated dependencies [[`43ad6d0`](https://github.com/matthewvolk/bigrequest/commit/43ad6d00a3e3e552187da8da4c303ed76792b902)]: + - bigrequest@0.0.16 + ## 0.0.16 ### Patch Changes diff --git a/packages/bigexec/package.json b/packages/bigexec/package.json index afa491f..4b09b3f 100644 --- a/packages/bigexec/package.json +++ b/packages/bigexec/package.json @@ -1,6 +1,6 @@ { "name": "bigexec", - "version": "0.0.16", + "version": "0.0.17", "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 c7a9a7f..700ff6b 100644 --- a/packages/bigrequest/CHANGELOG.md +++ b/packages/bigrequest/CHANGELOG.md @@ -1,5 +1,11 @@ # bigrequest +## 0.0.16 + +### Patch Changes + +- [#122](https://github.com/matthewvolk/bigrequest/pull/122) [`43ad6d0`](https://github.com/matthewvolk/bigrequest/commit/43ad6d00a3e3e552187da8da4c303ed76792b902) Thanks [@matthewvolk](https://github.com/matthewvolk)! - Adds `.html` to template strings for gift certificates (bigcommerce/api-specs#1529). Cart product option value identifiers can be either string or number (bigcommerce/api-specs#1528). Changes `options` to `option_selections` for cart API (bigcommerce/api-specs#1530). Remove the `X-Strict-Mode` header from the price list records upsert endpoint (bigcommerce/api-specs#1532). + ## 0.0.15 ### Patch Changes diff --git a/packages/bigrequest/package.json b/packages/bigrequest/package.json index 4ff18d8..40552f1 100644 --- a/packages/bigrequest/package.json +++ b/packages/bigrequest/package.json @@ -1,6 +1,6 @@ { "name": "bigrequest", - "version": "0.0.15", + "version": "0.0.16", "description": "A Node.js HTTP request client for the BigCommerce API", "author": "Matthew Volk", "license": "MIT",