diff --git a/CHANGELOG.md b/CHANGELOG.md index 9abc59a0..24b9a1c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +# [10.0.0-alpha.5](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.4...v10.0.0-alpha.5) (2020-08-04) + + +### Chores + +* **release:** update documentation ([2f479c2](https://github.com/wopian/kitsu/commit/2f479c2)) + + +### Documentation Changes + +* fix markdown links ([e29946a](https://github.com/wopian/kitsu/commit/e29946a)) + + + + + # [10.0.0-alpha.4](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.3...v10.0.0-alpha.4) (2020-08-04) diff --git a/lerna.json b/lerna.json index cf45affb..769b930b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "10.0.0-alpha.4", + "version": "10.0.0-alpha.5", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/kitsu-core/CHANGELOG.md b/packages/kitsu-core/CHANGELOG.md index 8ea705bd..9e495045 100644 --- a/packages/kitsu-core/CHANGELOG.md +++ b/packages/kitsu-core/CHANGELOG.md @@ -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. +# [10.0.0-alpha.5](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v10.0.0-alpha.4...v10.0.0-alpha.5) (2020-08-04) + + +### Chores + +* **release:** update documentation ([2f479c2](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/2f479c2)) + + +### Documentation Changes + +* fix markdown links ([e29946a](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/e29946a)) + + + + + # [10.0.0-alpha.4](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v10.0.0-alpha.3...v10.0.0-alpha.4) (2020-08-04) diff --git a/packages/kitsu-core/package.json b/packages/kitsu-core/package.json index ce81d259..d596bb05 100644 --- a/packages/kitsu-core/package.json +++ b/packages/kitsu-core/package.json @@ -1,5 +1,5 @@ { - "version": "10.0.0-alpha.4", + "version": "10.0.0-alpha.5", "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 db990c70..87f4cfc7 100644 --- a/packages/kitsu/CHANGELOG.md +++ b/packages/kitsu/CHANGELOG.md @@ -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. +# [10.0.0-alpha.5](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v10.0.0-alpha.4...v10.0.0-alpha.5) (2020-08-04) + + +### Chores + +* **release:** update documentation ([2f479c2](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/2f479c2)) + + +### Documentation Changes + +* fix markdown links ([e29946a](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/e29946a)) + + + + + # [10.0.0-alpha.4](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v10.0.0-alpha.3...v10.0.0-alpha.4) (2020-08-04) diff --git a/packages/kitsu/package.json b/packages/kitsu/package.json index 49993435..d44001b6 100644 --- a/packages/kitsu/package.json +++ b/packages/kitsu/package.json @@ -1,5 +1,5 @@ { - "version": "10.0.0-alpha.4", + "version": "10.0.0-alpha.5", "name": "kitsu", "description": "A simple, lightweight & framework agnostic JSON:API client using Axios", "author": "James Harris ", @@ -50,7 +50,7 @@ "sideEffects": false, "dependencies": { "axios": "^0.19.0", - "kitsu-core": "^10.0.0-alpha.4", + "kitsu-core": "^10.0.0-alpha.5", "merge-options": "^2.0.0", "pluralize": "^8.0.0" },