Skip to content

Commit 50a5b26

Browse files
committed
chore(release): publish packages
1 parent 9561c63 commit 50a5b26

6 files changed

Lines changed: 53 additions & 4 deletions

File tree

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+
## [9.0.4](https://github.com/wopian/kitsu/compare/v9.0.3...v9.0.4) (2020-05-07)
7+
8+
9+
### Chores
10+
11+
* **release:** update documentation ([9561c63](https://github.com/wopian/kitsu/commit/9561c63))
12+
13+
14+
### Documentation Changes
15+
16+
* **kitsu-core:** add example for query ([63c15f4](https://github.com/wopian/kitsu/commit/63c15f4))
17+
* **kitsu-core:** add examples for error ([cb40de1](https://github.com/wopian/kitsu/commit/cb40de1))
18+
* **kitsu-core:** add examples for filterIncludes ([66b5a6f](https://github.com/wopian/kitsu/commit/66b5a6f))
19+
* **kitsu-core:** add examples for linkRelationships ([ff05659](https://github.com/wopian/kitsu/commit/ff05659))
20+
21+
22+
23+
24+
625
## [9.0.3](https://github.com/wopian/kitsu/compare/v9.0.2...v9.0.3) (2020-05-07)
726

827

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.0.3",
2+
"version": "9.0.4",
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+
## [9.0.4](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.0.3...v9.0.4) (2020-05-07)
7+
8+
9+
### Chores
10+
11+
* **release:** update documentation ([9561c63](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/9561c63))
12+
13+
14+
### Documentation Changes
15+
16+
* **kitsu-core:** add example for query ([63c15f4](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/63c15f4))
17+
* **kitsu-core:** add examples for error ([cb40de1](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/cb40de1))
18+
* **kitsu-core:** add examples for filterIncludes ([66b5a6f](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/66b5a6f))
19+
* **kitsu-core:** add examples for linkRelationships ([ff05659](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/ff05659))
20+
21+
22+
23+
24+
625
## [9.0.3](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.0.2...v9.0.3) (2020-05-07)
726

827

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": "9.0.3",
2+
"version": "9.0.4",
33
"name": "kitsu-core",
44
"description": "Core serialisation and deserialsation functions for the kitsu JSON:API client",
55
"author": "James Harris <wopian@wopian.me>",

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+
## [9.0.4](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.0.3...v9.0.4) (2020-05-07)
7+
8+
9+
### Chores
10+
11+
* **release:** update documentation ([9561c63](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/9561c63))
12+
13+
14+
15+
16+
617
## [9.0.3](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.0.2...v9.0.3) (2020-05-07)
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": "9.0.3",
2+
"version": "9.0.4",
33
"name": "kitsu",
44
"description": "Simple & lightweight JSON-API client for Kitsu and other compliant APIs",
55
"author": "James Harris <wopian@wopian.me>",
@@ -47,7 +47,7 @@
4747
"sideEffects": false,
4848
"dependencies": {
4949
"axios": "^0.19.0",
50-
"kitsu-core": "^9.0.3",
50+
"kitsu-core": "^9.0.4",
5151
"pluralize": "^8.0.0"
5252
},
5353
"size-limit": [

0 commit comments

Comments
 (0)