diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c23546..3d4c8652 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.1.4](https://github.com/wopian/kitsu/compare/v10.1.2...v10.1.4) (2024-03-14) + + +### Bug Fixes + +* **kitsu:** export types in fine-grained exports ([#968](https://github.com/wopian/kitsu/issues/968)) ([54b3657](https://github.com/wopian/kitsu/commit/54b36579f81113ba115cc5c5673c89b053f940f0)) +* **kitsu-core:** export types in fine-grained exports ([b1f15bf](https://github.com/wopian/kitsu/commit/b1f15bfb16d62669a319e7bdea40df272917ebae)) + + + + + ## [10.1.3](https://github.com/wopian/kitsu/compare/v10.1.2...v10.1.3) (2024-03-14) diff --git a/lerna.json b/lerna.json index d05e39f5..13d84f6a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "10.1.3", + "version": "10.1.4", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/kitsu-core/CHANGELOG.md b/packages/kitsu-core/CHANGELOG.md index c0ee7583..b78a357a 100644 --- a/packages/kitsu-core/CHANGELOG.md +++ b/packages/kitsu-core/CHANGELOG.md @@ -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.1.4](https://github.com/wopian/kitsu/compare/v10.1.2...v10.1.4) (2024-03-14) + + +### Bug Fixes + +* **kitsu-core:** export types in fine-grained exports ([b1f15bf](https://github.com/wopian/kitsu/commit/b1f15bfb16d62669a319e7bdea40df272917ebae)) + + + + + ## [10.1.3](https://github.com/wopian/kitsu/compare/v10.1.2...v10.1.3) (2024-03-14) diff --git a/packages/kitsu-core/package.json b/packages/kitsu-core/package.json index 677e7ba6..13f59f1d 100644 --- a/packages/kitsu-core/package.json +++ b/packages/kitsu-core/package.json @@ -1,5 +1,5 @@ { - "version": "10.1.3", + "version": "10.1.4", "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 d1406c3f..607c3be9 100644 --- a/packages/kitsu/CHANGELOG.md +++ b/packages/kitsu/CHANGELOG.md @@ -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.1.4](https://github.com/wopian/kitsu/compare/v10.1.2...v10.1.4) (2024-03-14) + + +### Bug Fixes + +* **kitsu:** export types in fine-grained exports ([#968](https://github.com/wopian/kitsu/issues/968)) ([54b3657](https://github.com/wopian/kitsu/commit/54b36579f81113ba115cc5c5673c89b053f940f0)) + + + + + ## [10.1.3](https://github.com/wopian/kitsu/compare/v10.1.2...v10.1.3) (2024-03-14) diff --git a/packages/kitsu/package.json b/packages/kitsu/package.json index 7e6e782c..746b8220 100644 --- a/packages/kitsu/package.json +++ b/packages/kitsu/package.json @@ -1,5 +1,5 @@ { - "version": "10.1.3", + "version": "10.1.4", "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.1.3", + "kitsu-core": "^10.1.4", "pluralize": "^8.0.0" }, "size-limit": [