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 Dec 6, 2020
1 parent 89746a8 commit c7d71b9
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 4 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.1.17](https://github.com/wopian/kitsu/compare/v9.1.16...v9.1.17) (2020-12-06)


### Chores

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


### Continuous Integration

* **build:** add node 15 to test matrix ([f2d3254](https://github.com/wopian/kitsu/commit/f2d3254))
* **build:** update build job to match master ([9f7e3ca](https://github.com/wopian/kitsu/commit/9f7e3ca))
* **jest:** add node 15 to test matrix ([0dcbf70](https://github.com/wopian/kitsu/commit/0dcbf70))
* **travis:** delete config ([f1bfe84](https://github.com/wopian/kitsu/commit/f1bfe84))


### Documentation Changes

* **kitsu:** add missing commas to quick start ([5c02d2b](https://github.com/wopian/kitsu/commit/5c02d2b))
* **kitsu:** example for JSON:API 1.1 nested filters ([d733c63](https://github.com/wopian/kitsu/commit/d733c63))






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


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.16",
"version": "9.1.17",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
12 changes: 12 additions & 0 deletions packages/kitsu-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.1.17](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.16...v9.1.17) (2020-12-06)


### Chores

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






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


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

## [9.1.17](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.16...v9.1.17) (2020-12-06)


### Chores

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


### Documentation Changes

* **kitsu:** add missing commas to quick start ([5c02d2b](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/5c02d2b))
* **kitsu:** example for JSON:API 1.1 nested filters ([d733c63](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/d733c63))






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


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.16",
"version": "9.1.17",
"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.16",
"kitsu-core": "^9.1.17",
"pluralize": "^8.0.0"
},
"size-limit": [
Expand Down

0 comments on commit c7d71b9

Please sign in to comment.