Skip to content

Commit

Permalink
chore(release): publish 10.0.0-alpha.19
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Dec 9, 2021
1 parent d1979a5 commit 28d5e22
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-alpha.19](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.18...v10.0.0-alpha.19) (2021-12-09)


### Features

* **kitsu:** add axios options for all operations ([#623](https://github.com/wopian/kitsu/issues/623)) ([2e4dc9e](https://github.com/wopian/kitsu/commit/2e4dc9e70ea5ec183c72193ccc79bf1eabb8e37e))





# [10.0.0-alpha.18](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.17...v10.0.0-alpha.18) (2021-11-02)

**Note:** Version bump only for package kitsujs
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.0.0-alpha.18",
"version": "10.0.0-alpha.19",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/kitsu-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-alpha.19](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.18...v10.0.0-alpha.19) (2021-12-09)

**Note:** Version bump only for package kitsu-core





# [10.0.0-alpha.18](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.17...v10.0.0-alpha.18) (2021-11-02)

**Note:** Version bump only for package kitsu-core
Expand Down
2 changes: 1 addition & 1 deletion packages/kitsu-core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.0.0-alpha.18",
"version": "10.0.0-alpha.19",
"name": "kitsu-core",
"description": "Simple, lightweight & framework agnostic JSON:API (de)serialsation components",
"author": "James Harris <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions packages/kitsu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-alpha.19](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.18...v10.0.0-alpha.19) (2021-12-09)


### Features

* **kitsu:** add axios options for all operations ([#623](https://github.com/wopian/kitsu/issues/623)) ([2e4dc9e](https://github.com/wopian/kitsu/commit/2e4dc9e70ea5ec183c72193ccc79bf1eabb8e37e))





# [10.0.0-alpha.18](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.17...v10.0.0-alpha.18) (2021-11-02)

**Note:** Version bump only for package kitsu
Expand Down
4 changes: 2 additions & 2 deletions packages/kitsu/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.0.0-alpha.18",
"version": "10.0.0-alpha.19",
"name": "kitsu",
"description": "A simple, lightweight & framework agnostic JSON:API client using Axios",
"author": "James Harris <[email protected]>",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"axios": "^0.24.0",
"kitsu-core": "^10.0.0-alpha.18",
"kitsu-core": "^10.0.0-alpha.19",
"pluralize": "^8.0.0"
},
"size-limit": [
Expand Down

0 comments on commit 28d5e22

Please sign in to comment.