Skip to content

Commit ac910f3

Browse files
committed
chore(release): publish 10.1.0
1 parent 69e0238 commit ac910f3

File tree

6 files changed

+37
-4
lines changed

6 files changed

+37
-4
lines changed

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+
# [10.1.0](https://github.com/wopian/kitsu/compare/v10.0.5...v10.1.0) (2023-02-28)
7+
8+
9+
### Features
10+
11+
* **kitsu:** Configurable modern query serializer ([ef94ae0](https://github.com/wopian/kitsu/commit/ef94ae0483bbe051f86faf47069168772b6cd5ac))
12+
13+
14+
15+
16+
617
## [10.0.5](https://github.com/wopian/kitsu/compare/v10.0.4...v10.0.5) (2023-02-28)
718

819

lerna.json

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

packages/kitsu-core/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+
# [10.1.0](https://github.com/wopian/kitsu/compare/v10.0.5...v10.1.0) (2023-02-28)
7+
8+
9+
### Features
10+
11+
* **kitsu:** Configurable modern query serializer ([ef94ae0](https://github.com/wopian/kitsu/commit/ef94ae0483bbe051f86faf47069168772b6cd5ac))
12+
13+
14+
15+
16+
617
## [10.0.5](https://github.com/wopian/kitsu/compare/v10.0.4...v10.0.5) (2023-02-28)
718

819

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.0.5",
2+
"version": "10.1.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+
# [10.1.0](https://github.com/wopian/kitsu/compare/v10.0.5...v10.1.0) (2023-02-28)
7+
8+
9+
### Features
10+
11+
* **kitsu:** Configurable modern query serializer ([ef94ae0](https://github.com/wopian/kitsu/commit/ef94ae0483bbe051f86faf47069168772b6cd5ac))
12+
13+
14+
15+
16+
617
## [10.0.5](https://github.com/wopian/kitsu/compare/v10.0.4...v10.0.5) (2023-02-28)
718

819

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.0.5",
2+
"version": "10.1.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": "^0.27.0",
53-
"kitsu-core": "^10.0.5",
53+
"kitsu-core": "^10.1.0",
5454
"pluralize": "^8.0.0"
5555
},
5656
"size-limit": [

0 commit comments

Comments
 (0)