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

# [8.3.0](https://github.com/wopian/kitsu/compare/v8.2.0...v8.3.0) (2020-05-02)


### Build System / Dependencies

* **kitsu:** lock file maintenance ([#401](https://github.com/wopian/kitsu/issues/401)) ([64f2586](https://github.com/wopian/kitsu/commit/64f2586))
* update devdependency replace-in-file to ~6.0.0 ([#400](https://github.com/wopian/kitsu/issues/400)) ([5db96f7](https://github.com/wopian/kitsu/commit/5db96f7))
* update devdependency rollup to ~2.7.0 ([#399](https://github.com/wopian/kitsu/issues/399)) ([a169976](https://github.com/wopian/kitsu/commit/a169976))
* update jest monorepo to ~25.4.0 ([#398](https://github.com/wopian/kitsu/issues/398)) ([d32635c](https://github.com/wopian/kitsu/commit/d32635c))


### Chores

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


### New Features

* **kitsu-core:** check id exists before serialising objects/arrays as relationships ([#402](https://github.com/wopian/kitsu/issues/402)) ([79287d0](https://github.com/wopian/kitsu/commit/79287d0))
* **kitsu-core:** serialise deletion of to-one and to-many relationships ([#403](https://github.com/wopian/kitsu/issues/403)) ([5f868e7](https://github.com/wopian/kitsu/commit/5f868e7))





# [8.2.0](https://github.com/wopian/kitsu/compare/v8.1.1...v8.2.0) (2020-04-26)


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

# [8.3.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v8.2.0...v8.3.0) (2020-05-02)


### Chores

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


### New Features

* **kitsu-core:** check id exists before serialising objects/arrays as relationships ([#402](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/issues/402)) ([79287d0](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/79287d0))
* **kitsu-core:** serialise deletion of to-one and to-many relationships ([#403](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/issues/403)) ([5f868e7](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/5f868e7))





# [8.2.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v8.1.1...v8.2.0) (2020-04-26)


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": "8.2.0",
"version": "8.3.0",
"name": "kitsu-core",
"description": "Core serialisation and deserialsation functions for the kitsu JSON:API client",
"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.

# [8.3.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v8.2.0...v8.3.0) (2020-05-02)


### Chores

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





# [8.2.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v8.1.1...v8.2.0) (2020-04-26)


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

0 comments on commit bdea71e

Please sign in to comment.