Skip to content

Commit

Permalink
[ci] release (#37)
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 Sep 8, 2023
1 parent c15cea0 commit 1b8f685
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-rockets-bake.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.13

### Patch Changes

- Updated dependencies [[`c15cea0`](https://github.com/matthewvolk/bigrequest/commit/c15cea0da6c606f63d72be8a74b970c7d3842b83)]:
- [email protected]

## 0.0.12

### 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.12",
"version": "0.0.13",
"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.12

### Patch Changes

- [#36](https://github.com/matthewvolk/bigrequest/pull/36) [`c15cea0`](https://github.com/matthewvolk/bigrequest/commit/c15cea0da6c606f63d72be8a74b970c7d3842b83) Thanks [@matthewvolk](https://github.com/matthewvolk)! - Fixes response type of GET category products sort order to be an array of objects rather than a single object (bigcommerce/api-specs#1430). Expose new `discounted_total_inc_tax` property in the GET order product and GET order products response (bigcommerce/api-specs#1457).

## 0.0.11

### 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.11",
"version": "0.0.12",
"description": "A Node.js HTTP request client for the BigCommerce API",
"author": "Matthew Volk",
"license": "MIT",
Expand Down

0 comments on commit 1b8f685

Please sign in to comment.