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

# [9.1.0](https://github.com/wopian/kitsu/compare/v9.0.7...v9.1.0) (2020-05-21)


### Bug Fixes

* **kitsu-core:** resolve linkedRelationships regression introduced in 568eff5 ([66095cc](https://github.com/wopian/kitsu/commit/66095cc))


### Chores

* **release:** update documentation ([d77384c](https://github.com/wopian/kitsu/commit/d77384c))
* increase package warning limit ([c0136dc](https://github.com/wopian/kitsu/commit/c0136dc))


### Documentation Changes

* correct errors in types ([9ad8fc0](https://github.com/wopian/kitsu/commit/9ad8fc0))
* **kitsu:** document usage of the bulk extension ([e37b7ad](https://github.com/wopian/kitsu/commit/e37b7ad))
* **kitsu-core:** add internal documentation for new private functions ([0d10ba3](https://github.com/wopian/kitsu/commit/0d10ba3))
* **kitsu-core:** update description of deserialise parameter ([94dc48a](https://github.com/wopian/kitsu/commit/94dc48a))


### New Features

* **kitsu:** support arbitrary requests ([e8aacc5](https://github.com/wopian/kitsu/commit/e8aacc5))
* **kitsu:** support the bulk extension specification ([f793988](https://github.com/wopian/kitsu/commit/f793988)), closes [#336](https://github.com/wopian/kitsu/issues/336)
* **kitsu-core:** support the bulk extension specification (serialise arrays) ([920ece3](https://github.com/wopian/kitsu/commit/920ece3)), closes [#336](https://github.com/wopian/kitsu/issues/336)


### Refactors

* **kitsu-core:** cleanup linkRelationships + use optional chaining ([568eff5](https://github.com/wopian/kitsu/commit/568eff5))
* **kitsu-core:** use optional chaining in deserialise ([43d5d4b](https://github.com/wopian/kitsu/commit/43d5d4b))





## [9.0.7](https://github.com/wopian/kitsu/compare/v9.0.6...v9.0.7) (2020-05-19)


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

# [9.1.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.0.7...v9.1.0) (2020-05-21)


### Bug Fixes

* **kitsu-core:** resolve linkedRelationships regression introduced in 568eff5 ([66095cc](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/66095cc))


### Chores

* **release:** update documentation ([d77384c](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/d77384c))
* increase package warning limit ([c0136dc](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/c0136dc))


### Documentation Changes

* correct errors in types ([9ad8fc0](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/9ad8fc0))
* **kitsu-core:** add internal documentation for new private functions ([0d10ba3](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/0d10ba3))
* **kitsu-core:** update description of deserialise parameter ([94dc48a](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/94dc48a))


### New Features

* **kitsu-core:** support the bulk extension specification (serialise arrays) ([920ece3](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/920ece3)), closes [#336](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/issues/336)


### Refactors

* **kitsu-core:** cleanup linkRelationships + use optional chaining ([568eff5](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/568eff5))
* **kitsu-core:** use optional chaining in deserialise ([43d5d4b](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/43d5d4b))





## [9.0.7](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.0.6...v9.0.7) (2020-05-19)


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.0.7",
"version": "9.1.0",
"name": "kitsu-core",
"description": "Core serialisation and deserialsation functions for the kitsu JSON:API client",
"author": "James Harris <[email protected]>",
Expand Down
24 changes: 24 additions & 0 deletions packages/kitsu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.1.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.0.7...v9.1.0) (2020-05-21)


### Chores

* **release:** update documentation ([d77384c](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/d77384c))
* increase package warning limit ([c0136dc](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/c0136dc))


### Documentation Changes

* correct errors in types ([9ad8fc0](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/9ad8fc0))
* **kitsu:** document usage of the bulk extension ([e37b7ad](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/e37b7ad))


### New Features

* **kitsu:** support arbitrary requests ([e8aacc5](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/e8aacc5))
* **kitsu:** support the bulk extension specification ([f793988](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/f793988)), closes [#336](https://github.com/wopian/kitsu/tree/master/packages/kitsu/issues/336)





## [9.0.7](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.0.6...v9.0.7) (2020-05-19)


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

0 comments on commit d90350d

Please sign in to comment.