From ed48db2fb1df03d626388052469a38786ff34c63 Mon Sep 17 00:00:00 2001 From: wopian Date: Thu, 11 Aug 2022 13:41:45 +0100 Subject: [PATCH] chore(release): publish 10.0.0-alpha.26 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/kitsu-core/CHANGELOG.md | 12 ++++++++++++ packages/kitsu-core/package.json | 2 +- packages/kitsu/CHANGELOG.md | 9 +++++++++ packages/kitsu/package.json | 4 ++-- 6 files changed, 37 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b93b194b..572c2d1a 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.0-alpha.26](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.25...v10.0.0-alpha.26) (2022-08-11) + + +### Bug Fixes + +* **kitsu-core:** fix inability to link relationship links on circular resources ([#699](https://github.com/wopian/kitsu/issues/699)) ([95d3453](https://github.com/wopian/kitsu/commit/95d3453e61ac9883c6dcb30b15402ddae3587019)) + + + + + + # [10.0.0-alpha.25](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.24...v10.0.0-alpha.25) (2022-07-13) **Note:** Version bump only for package kitsujs diff --git a/lerna.json b/lerna.json index a9d401e4..14267c9b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "10.0.0-alpha.25", + "version": "10.0.0-alpha.26", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/kitsu-core/CHANGELOG.md b/packages/kitsu-core/CHANGELOG.md index ddb6547f..263907d8 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.0-alpha.26](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.25...v10.0.0-alpha.26) (2022-08-11) + + +### Bug Fixes + +* **kitsu-core:** fix inability to link relationship links on circular resources ([#699](https://github.com/wopian/kitsu/issues/699)) ([95d3453](https://github.com/wopian/kitsu/commit/95d3453e61ac9883c6dcb30b15402ddae3587019)) + + + + + + # [10.0.0-alpha.25](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.24...v10.0.0-alpha.25) (2022-07-13) **Note:** Version bump only for package kitsu-core diff --git a/packages/kitsu-core/package.json b/packages/kitsu-core/package.json index dd5d021f..6424150d 100644 --- a/packages/kitsu-core/package.json +++ b/packages/kitsu-core/package.json @@ -1,5 +1,5 @@ { - "version": "10.0.0-alpha.25", + "version": "10.0.0-alpha.26", "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 ddaa8d3d..6b82d777 100644 --- a/packages/kitsu/CHANGELOG.md +++ b/packages/kitsu/CHANGELOG.md @@ -3,6 +3,15 @@ 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.26](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.25...v10.0.0-alpha.26) (2022-08-11) + +**Note:** Version bump only for package kitsu + + + + + + # [10.0.0-alpha.25](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.24...v10.0.0-alpha.25) (2022-07-13) **Note:** Version bump only for package kitsu diff --git a/packages/kitsu/package.json b/packages/kitsu/package.json index 2575099f..f90d5661 100644 --- a/packages/kitsu/package.json +++ b/packages/kitsu/package.json @@ -1,5 +1,5 @@ { - "version": "10.0.0-alpha.25", + "version": "10.0.0-alpha.26", "name": "kitsu", "description": "A simple, lightweight & framework agnostic JSON:API client using Axios", "author": "James Harris ", @@ -49,7 +49,7 @@ }, "dependencies": { "axios": "^0.27.0", - "kitsu-core": "^10.0.0-alpha.25", + "kitsu-core": "^10.0.0-alpha.26", "pluralize": "^8.0.0" }, "size-limit": [