Skip to content

Commit

Permalink
chore(release): publish 10.0.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Feb 4, 2021
1 parent 92d4246 commit 0951b65
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 4 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-alpha.10](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.9...v10.0.0-alpha.10) (2021-02-04)


### Bug Fixes

* **kitsu-core:** prevent empty relationships from being stripped during serialisation ([8a7d453](https://github.com/wopian/kitsu/commit/8a7d453)), closes [#517](https://github.com/wopian/kitsu/issues/517)


### Build System / Dependencies

* **kitsu:** lock file maintenance ([#515](https://github.com/wopian/kitsu/issues/515)) ([7ad3dfc](https://github.com/wopian/kitsu/commit/7ad3dfc))
* update devdependency browserslist to ~4.16.0 ([#511](https://github.com/wopian/kitsu/issues/511)) ([1d5851e](https://github.com/wopian/kitsu/commit/1d5851e))
* update devdependency eslint to ~7.18.0 ([#513](https://github.com/wopian/kitsu/issues/513)) ([3b721a4](https://github.com/wopian/kitsu/commit/3b721a4))
* update devdependency rollup to ~2.38.0 ([#512](https://github.com/wopian/kitsu/issues/512)) ([e7da69d](https://github.com/wopian/kitsu/commit/e7da69d))


### Chores

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


### Documentation Changes

* **kitsu-core:** fix typo in MIGRATING.md ([9a51336](https://github.com/wopian/kitsu/commit/9a51336))


### Tests

* add test for empty to-one/to-many relationship serialisation ([0dda0fe](https://github.com/wopian/kitsu/commit/0dda0fe))





# [10.0.0-alpha.9](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.8...v10.0.0-alpha.9) (2021-01-06)


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": "10.0.0-alpha.9",
"version": "10.0.0-alpha.10",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
26 changes: 26 additions & 0 deletions packages/kitsu-core/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.

# [10.0.0-alpha.10](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v10.0.0-alpha.9...v10.0.0-alpha.10) (2021-02-04)


### Bug Fixes

* **kitsu-core:** prevent empty relationships from being stripped during serialisation ([8a7d453](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/8a7d453)), closes [#517](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/issues/517)


### Chores

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


### Documentation Changes

* **kitsu-core:** fix typo in MIGRATING.md ([9a51336](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/9a51336))


### Tests

* add test for empty to-one/to-many relationship serialisation ([0dda0fe](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/0dda0fe))





# [10.0.0-alpha.9](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v10.0.0-alpha.8...v10.0.0-alpha.9) (2021-01-06)


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": "10.0.0-alpha.9",
"version": "10.0.0-alpha.10",
"name": "kitsu-core",
"description": "Simple, lightweight & framework agnostic JSON:API (de)serialsation components",
"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.

# [10.0.0-alpha.10](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v10.0.0-alpha.9...v10.0.0-alpha.10) (2021-02-04)


### Chores

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





# [10.0.0-alpha.9](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v10.0.0-alpha.8...v10.0.0-alpha.9) (2021-01-06)


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": "10.0.0-alpha.9",
"version": "10.0.0-alpha.10",
"name": "kitsu",
"description": "A simple, lightweight & framework agnostic JSON:API client using Axios",
"author": "James Harris <[email protected]>",
Expand Down Expand Up @@ -50,7 +50,7 @@
"sideEffects": false,
"dependencies": {
"axios": "^0.21.1",
"kitsu-core": "^10.0.0-alpha.9",
"kitsu-core": "^10.0.0-alpha.10",
"merge-options": "^3.0.0",
"pluralize": "^8.0.0"
},
Expand Down

0 comments on commit 0951b65

Please sign in to comment.