Skip to content

Commit 949447d

Browse files
committed
chore(release): publish packages
1 parent 912f59d commit 949447d

6 files changed

Lines changed: 57 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.1.5](https://github.com/wopian/kitsu/compare/v9.1.4...v9.1.5) (2020-05-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **kitsu-core:** preverve serialised relationship attributes ([ddcc17a](https://github.com/wopian/kitsu/commit/ddcc17a)), closes [#418](https://github.com/wopian/kitsu/issues/418)
12+
13+
14+
### Chores
15+
16+
* **release:** update documentation ([912f59d](https://github.com/wopian/kitsu/commit/912f59d))
17+
18+
19+
### Other Changes
20+
21+
* update sizelimit warning ([11959bf](https://github.com/wopian/kitsu/commit/11959bf))
22+
23+
24+
25+
26+
627
## [9.1.4](https://github.com/wopian/kitsu/compare/v9.1.3...v9.1.4) (2020-05-21)
728

829

lerna.json

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

packages/kitsu-core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.1.5](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.4...v9.1.5) (2020-05-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **kitsu-core:** preverve serialised relationship attributes ([ddcc17a](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/ddcc17a)), closes [#418](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/issues/418)
12+
13+
14+
### Chores
15+
16+
* **release:** update documentation ([912f59d](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/912f59d))
17+
18+
19+
20+
21+
622
## [9.1.4](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.3...v9.1.4) (2020-05-21)
723

824

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.1.4",
2+
"version": "9.1.5",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.1.5](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.4...v9.1.5) (2020-05-21)
7+
8+
9+
### Chores
10+
11+
* **release:** update documentation ([912f59d](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/912f59d))
12+
13+
14+
### Other Changes
15+
16+
* update sizelimit warning ([11959bf](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/11959bf))
17+
18+
19+
20+
21+
622
## [9.1.4](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.3...v9.1.4) (2020-05-21)
723

824

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.1.4",
2+
"version": "9.1.5",
33
"name": "kitsu",
44
"description": "Simple & lightweight JSON-API client for Kitsu and other compliant APIs",
55
"author": "James Harris <wopian@wopian.me>",
@@ -48,7 +48,7 @@
4848
"sideEffects": false,
4949
"dependencies": {
5050
"axios": "^0.19.0",
51-
"kitsu-core": "^9.1.4",
51+
"kitsu-core": "^9.1.5",
5252
"pluralize": "^8.0.0"
5353
},
5454
"size-limit": [

0 commit comments

Comments
 (0)