Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Oct 25, 2020
1 parent 32ed0a9 commit 582d319
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.1.16](https://github.com/wopian/kitsu/compare/v9.1.15...v9.1.16) (2020-10-25)


### Build System / Dependencies

* **kitsu:** update dependency axios to ^0.21.0 ([1015412](https://github.com/wopian/kitsu/commit/1015412))


### Chores

* **release:** update documentation ([32ed0a9](https://github.com/wopian/kitsu/commit/32ed0a9))





## [9.1.15](https://github.com/wopian/kitsu/compare/v9.1.14...v9.1.15) (2020-08-22)


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": "9.1.15",
"version": "9.1.16",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/kitsu-core/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.

## [9.1.16](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.15...v9.1.16) (2020-10-25)


### Chores

* **release:** update documentation ([32ed0a9](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/32ed0a9))





## [9.1.15](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.14...v9.1.15) (2020-08-22)


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": "9.1.15",
"version": "9.1.16",
"name": "kitsu-core",
"description": "Simple, lightweight & framework agnostic JSON:API (de)serialsation components",
"author": "James Harris <[email protected]>",
Expand Down
16 changes: 16 additions & 0 deletions packages/kitsu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.1.16](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.15...v9.1.16) (2020-10-25)


### Build System / Dependencies

* **kitsu:** update dependency axios to ^0.21.0 ([1015412](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/1015412))


### Chores

* **release:** update documentation ([32ed0a9](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/32ed0a9))





## [9.1.15](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.14...v9.1.15) (2020-08-22)


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": "9.1.15",
"version": "9.1.16",
"name": "kitsu",
"description": "A simple, lightweight & framework agnostic JSON:API client using Axios",
"author": "James Harris <[email protected]>",
Expand Down Expand Up @@ -48,7 +48,7 @@
"sideEffects": false,
"dependencies": {
"axios": "^0.21.0",
"kitsu-core": "^9.1.15",
"kitsu-core": "^9.1.16",
"pluralize": "^8.0.0"
},
"size-limit": [
Expand Down

0 comments on commit 582d319

Please sign in to comment.