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

## [9.1.7](https://github.com/wopian/kitsu/compare/v9.1.6...v9.1.7) (2020-05-28)


### Bug Fixes

* use Node 13.1/14 exports field in package.json ([0a4692a](https://github.com/wopian/kitsu/commit/0a4692a))


### Build System / Dependencies

* update devdependency eslint to ~7.1.0 ([#420](https://github.com/wopian/kitsu/issues/420)) ([99d40c9](https://github.com/wopian/kitsu/commit/99d40c9))
* update devdependency lerna to ~3.22.0 ([#422](https://github.com/wopian/kitsu/issues/422)) ([297021e](https://github.com/wopian/kitsu/commit/297021e))
* update devdependency rollup-plugin-terser to ~6.1.0 ([#421](https://github.com/wopian/kitsu/issues/421)) ([ca85c6f](https://github.com/wopian/kitsu/commit/ca85c6f))


### Chores

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





## [9.1.6](https://github.com/wopian/kitsu/compare/v9.1.5...v9.1.6) (2020-05-21)


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.6",
"version": "9.1.7",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
16 changes: 16 additions & 0 deletions packages/kitsu-core/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.7](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.6...v9.1.7) (2020-05-28)


### Bug Fixes

* use Node 13.1/14 exports field in package.json ([0a4692a](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/0a4692a))


### Chores

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





## [9.1.6](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.5...v9.1.6) (2020-05-21)


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.6",
"version": "9.1.7",
"name": "kitsu-core",
"description": "Core serialisation and deserialsation functions for the kitsu JSON:API client",
"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.7](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.6...v9.1.7) (2020-05-28)


### Bug Fixes

* use Node 13.1/14 exports field in package.json ([0a4692a](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/0a4692a))


### Chores

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





## [9.1.6](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.5...v9.1.6) (2020-05-21)


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.6",
"version": "9.1.7",
"name": "kitsu",
"description": "Simple & lightweight JSON-API client for Kitsu and other compliant APIs",
"author": "James Harris <[email protected]>",
Expand Down Expand Up @@ -48,7 +48,7 @@
"sideEffects": false,
"dependencies": {
"axios": "^0.19.0",
"kitsu-core": "^9.1.6",
"kitsu-core": "^9.1.7",
"pluralize": "^8.0.0"
},
"size-limit": [
Expand Down

0 comments on commit e770bdf

Please sign in to comment.