Skip to content

Commit 4b6ce11

Browse files
committed
chore(release): publish 10.0.3
1 parent 173266f commit 4b6ce11

File tree

6 files changed

+36
-4
lines changed

6 files changed

+36
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0.3](https://github.com/wopian/kitsu/compare/v10.0.2...v10.0.3) (2022-10-30)
7+
8+
9+
### Bug Fixes
10+
11+
* **kitsu-core:** build list queryparams ([#781](https://github.com/wopian/kitsu/issues/781)) ([d34e871](https://github.com/wopian/kitsu/commit/d34e8712d9dfd117eb5fa9d6cf50fbb1b09a58d1))
12+
* **kitsu-core:** ensure linkedRelationships does not overwrite meta object references ([#783](https://github.com/wopian/kitsu/issues/783)) ([97ba151](https://github.com/wopian/kitsu/commit/97ba151c9704286e47414eb6361d291f78c5aee0))
13+
14+
15+
16+
17+
618
## [10.0.2](https://github.com/wopian/kitsu/compare/v10.0.1...v10.0.2) (2022-08-17)
719

820

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.2",
2+
"version": "10.0.3",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/kitsu-core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0.3](https://github.com/wopian/kitsu/compare/v10.0.2...v10.0.3) (2022-10-30)
7+
8+
9+
### Bug Fixes
10+
11+
* **kitsu-core:** build list queryparams ([#781](https://github.com/wopian/kitsu/issues/781)) ([d34e871](https://github.com/wopian/kitsu/commit/d34e8712d9dfd117eb5fa9d6cf50fbb1b09a58d1))
12+
* **kitsu-core:** ensure linkedRelationships does not overwrite meta object references ([#783](https://github.com/wopian/kitsu/issues/783)) ([97ba151](https://github.com/wopian/kitsu/commit/97ba151c9704286e47414eb6361d291f78c5aee0))
13+
14+
15+
16+
17+
618
## [10.0.2](https://github.com/wopian/kitsu/compare/v10.0.1...v10.0.2) (2022-08-17)
719

820

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.2",
2+
"version": "10.0.3",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.3](https://github.com/wopian/kitsu/compare/v10.0.2...v10.0.3) (2022-10-30)
7+
8+
**Note:** Version bump only for package kitsu
9+
10+
11+
12+
13+
614
## [10.0.2](https://github.com/wopian/kitsu/compare/v10.0.1...v10.0.2) (2022-08-17)
715

816
**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.0.2",
2+
"version": "10.0.3",
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.2",
53+
"kitsu-core": "^10.0.3",
5454
"pluralize": "^8.0.0"
5555
},
5656
"size-limit": [

0 commit comments

Comments
 (0)