Skip to content

Commit

Permalink
chore(release): publish 10.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Mar 14, 2024
1 parent 1003175 commit 19d130e
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.1.3",
"version": "10.1.4",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/kitsu-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/kitsu-core/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions packages/kitsu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/kitsu/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit 19d130e

Please sign in to comment.