diff --git a/CHANGELOG.md b/CHANGELOG.md index e3ca8d07..fd580809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [10.0.3](https://github.com/wopian/kitsu/compare/v10.0.2...v10.0.3) (2022-10-30) + + +### Bug Fixes + +* **kitsu-core:** build list queryparams ([#781](https://github.com/wopian/kitsu/issues/781)) ([d34e871](https://github.com/wopian/kitsu/commit/d34e8712d9dfd117eb5fa9d6cf50fbb1b09a58d1)) +* **kitsu-core:** ensure linkedRelationships does not overwrite meta object references ([#783](https://github.com/wopian/kitsu/issues/783)) ([97ba151](https://github.com/wopian/kitsu/commit/97ba151c9704286e47414eb6361d291f78c5aee0)) + + + + + ## [10.0.2](https://github.com/wopian/kitsu/compare/v10.0.1...v10.0.2) (2022-08-17) diff --git a/lerna.json b/lerna.json index 5bb13cf2..0e70741a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "10.0.2", + "version": "10.0.3", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/kitsu-core/CHANGELOG.md b/packages/kitsu-core/CHANGELOG.md index 3cfd4fb8..dcc83f00 100644 --- a/packages/kitsu-core/CHANGELOG.md +++ b/packages/kitsu-core/CHANGELOG.md @@ -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. +## [10.0.3](https://github.com/wopian/kitsu/compare/v10.0.2...v10.0.3) (2022-10-30) + + +### Bug Fixes + +* **kitsu-core:** build list queryparams ([#781](https://github.com/wopian/kitsu/issues/781)) ([d34e871](https://github.com/wopian/kitsu/commit/d34e8712d9dfd117eb5fa9d6cf50fbb1b09a58d1)) +* **kitsu-core:** ensure linkedRelationships does not overwrite meta object references ([#783](https://github.com/wopian/kitsu/issues/783)) ([97ba151](https://github.com/wopian/kitsu/commit/97ba151c9704286e47414eb6361d291f78c5aee0)) + + + + + ## [10.0.2](https://github.com/wopian/kitsu/compare/v10.0.1...v10.0.2) (2022-08-17) diff --git a/packages/kitsu-core/package.json b/packages/kitsu-core/package.json index 41e8b73b..eac758a2 100644 --- a/packages/kitsu-core/package.json +++ b/packages/kitsu-core/package.json @@ -1,5 +1,5 @@ { - "version": "10.0.2", + "version": "10.0.3", "name": "kitsu-core", "description": "Simple, lightweight & framework agnostic JSON:API (de)serialsation components", "author": "James Harris ", diff --git a/packages/kitsu/CHANGELOG.md b/packages/kitsu/CHANGELOG.md index df853cf4..6675b1f9 100644 --- a/packages/kitsu/CHANGELOG.md +++ b/packages/kitsu/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.0.3](https://github.com/wopian/kitsu/compare/v10.0.2...v10.0.3) (2022-10-30) + +**Note:** Version bump only for package kitsu + + + + + ## [10.0.2](https://github.com/wopian/kitsu/compare/v10.0.1...v10.0.2) (2022-08-17) **Note:** Version bump only for package kitsu diff --git a/packages/kitsu/package.json b/packages/kitsu/package.json index 2547e6ce..db48f3cb 100644 --- a/packages/kitsu/package.json +++ b/packages/kitsu/package.json @@ -1,5 +1,5 @@ { - "version": "10.0.2", + "version": "10.0.3", "name": "kitsu", "description": "A simple, lightweight & framework agnostic JSON:API client using Axios", "author": "James Harris ", @@ -50,7 +50,7 @@ }, "dependencies": { "axios": "^0.27.0", - "kitsu-core": "^10.0.2", + "kitsu-core": "^10.0.3", "pluralize": "^8.0.0" }, "size-limit": [