Skip to content

Commit

Permalink
[ci] release (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
matthewvolk and github-actions[bot] authored Dec 6, 2023
1 parent 43ad6d0 commit 0cad532
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-carrots-cough.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/bigexec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# bigexec

## 0.0.17

### Patch Changes

- Updated dependencies [[`43ad6d0`](https://github.com/matthewvolk/bigrequest/commit/43ad6d00a3e3e552187da8da4c303ed76792b902)]:
- [email protected]

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bigexec/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/bigrequest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/bigrequest/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0cad532

Please sign in to comment.