Skip to content

Commit 92ed1e6

Browse files
committed
chore(release): publish 11.0.0
1 parent d9b660a commit 92ed1e6

File tree

6 files changed

+54
-4
lines changed

6 files changed

+54
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [11.0.0](https://github.com/wopian/kitsu/compare/v10.2.1...v11.0.0) (2025-04-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **kitsu:** correct jsdoc type definitions of return types ([33f1bc2](https://github.com/wopian/kitsu/commit/33f1bc2bb88ba57b5da25842dae15aa01d74e7b8))
12+
* **kitsu-core:** correct jsdoc syntax for deserialiseArray ([9096868](https://github.com/wopian/kitsu/commit/90968684c651724148ab0954a2350b184f97b7f8))
13+
* **kitsu-core:** correct jsdoc syntax for filterIncludes ([bb74de9](https://github.com/wopian/kitsu/commit/bb74de9788382e293cb5931d9d0d9e78947ae8ac))
14+
* **kitsu-core:** remove unused meta jsdoc ([ead2add](https://github.com/wopian/kitsu/commit/ead2adda729e31ed980291f0f200ef46d94922c2))
15+
* **kitsu-core:** return an empty string if splitModel is passed an empty url ([5ef65dd](https://github.com/wopian/kitsu/commit/5ef65dde28b51b0974783fef0610fcb5731d8d5c))
16+
17+
18+
### Features
19+
20+
* **kitsu-core:** return an empty string if paramKeyName is passed an undefined value ([6112780](https://github.com/wopian/kitsu/commit/61127801b1063ae40a6054c183fc78fe21627b6d))
21+
22+
23+
24+
25+
626
## [10.2.1](https://github.com/wopian/kitsu/compare/v10.2.0...v10.2.1) (2025-04-05)
727

828
**Note:** Version bump only for package kitsujs

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.2.1",
2+
"version": "11.0.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/kitsu-core/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [11.0.0](https://github.com/wopian/kitsu/compare/v10.2.1...v11.0.0) (2025-04-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **kitsu-core:** correct jsdoc syntax for deserialiseArray ([9096868](https://github.com/wopian/kitsu/commit/90968684c651724148ab0954a2350b184f97b7f8))
12+
* **kitsu-core:** correct jsdoc syntax for filterIncludes ([bb74de9](https://github.com/wopian/kitsu/commit/bb74de9788382e293cb5931d9d0d9e78947ae8ac))
13+
* **kitsu-core:** remove unused meta jsdoc ([ead2add](https://github.com/wopian/kitsu/commit/ead2adda729e31ed980291f0f200ef46d94922c2))
14+
* **kitsu-core:** return an empty string if splitModel is passed an empty url ([5ef65dd](https://github.com/wopian/kitsu/commit/5ef65dde28b51b0974783fef0610fcb5731d8d5c))
15+
16+
17+
### Features
18+
19+
* **kitsu-core:** return an empty string if paramKeyName is passed an undefined value ([6112780](https://github.com/wopian/kitsu/commit/61127801b1063ae40a6054c183fc78fe21627b6d))
20+
21+
22+
23+
24+
625
## [10.2.1](https://github.com/wopian/kitsu/compare/v10.2.0...v10.2.1) (2025-04-05)
726

827
**Note:** Version bump only for package kitsu-core

packages/kitsu-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.2.1",
2+
"version": "11.0.0",
33
"name": "kitsu-core",
44
"description": "Simple, lightweight & framework agnostic JSON:API (de)serialsation components",
55
"author": "James Harris <[email protected]>",

packages/kitsu/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [11.0.0](https://github.com/wopian/kitsu/compare/v10.2.1...v11.0.0) (2025-04-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **kitsu:** correct jsdoc type definitions of return types ([33f1bc2](https://github.com/wopian/kitsu/commit/33f1bc2bb88ba57b5da25842dae15aa01d74e7b8))
12+
13+
14+
15+
16+
617
## [10.2.1](https://github.com/wopian/kitsu/compare/v10.2.0...v10.2.1) (2025-04-05)
718

819
**Note:** Version bump only for package kitsu

packages/kitsu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.2.1",
2+
"version": "11.0.0",
33
"name": "kitsu",
44
"description": "A simple, lightweight & framework agnostic JSON:API client using Axios",
55
"author": "James Harris <[email protected]>",
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"axios": "^1.8.4",
53-
"kitsu-core": "^10.2.1",
53+
"kitsu-core": "^11.0.0",
5454
"pluralize": "^8.0.0"
5555
},
5656
"size-limit": [

0 commit comments

Comments
 (0)