Skip to content

Commit e53c49e

Browse files
committed
chore(release): publish packages
1 parent 08362a8 commit e53c49e

6 files changed

Lines changed: 121 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,51 @@
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.0](https://github.com/wopian/kitsu/compare/v8.3.1...v9.0.0) (2020-05-07)
7+
8+
9+
### Build System / Dependencies
10+
11+
* update jest monorepo to ~26.0.0 (major) ([#407](https://github.com/wopian/kitsu/issues/407)) ([a73ae66](https://github.com/wopian/kitsu/commit/a73ae66))
12+
* **kitsu:** update devdependency [@size-limit](https://github.com/size-limit)/preset-small-lib to ~4.5.0 ([#405](https://github.com/wopian/kitsu/issues/405)) ([7e0072d](https://github.com/wopian/kitsu/commit/7e0072d))
13+
* update devdependency size-limit to ~4.5.0 ([#406](https://github.com/wopian/kitsu/issues/406)) ([fb7a139](https://github.com/wopian/kitsu/commit/fb7a139))
14+
15+
16+
### Chores
17+
18+
* **release:** update documentation ([08362a8](https://github.com/wopian/kitsu/commit/08362a8))
19+
20+
21+
### Documentation Changes
22+
23+
* **kitsu:** add 9.0.0 migration guide ([8f899c5](https://github.com/wopian/kitsu/commit/8f899c5))
24+
* **kitsu-core:** add 9.0.0 migration guide ([8576749](https://github.com/wopian/kitsu/commit/8576749))
25+
* update README ([6a73433](https://github.com/wopian/kitsu/commit/6a73433))
26+
* **kitsu-core:** use lowercase string for param type ([8254710](https://github.com/wopian/kitsu/commit/8254710))
27+
28+
29+
### New Features
30+
31+
* **kitsu:** handle nested (relationship) routes using kitsu-core's splitModel ([4f641b9](https://github.com/wopian/kitsu/commit/4f641b9))
32+
* **kitsu-core:** add splitModel ([782d1b6](https://github.com/wopian/kitsu/commit/782d1b6))
33+
* **kitsu-core:** preserve links in relationships during deserialisation ([cbf50df](https://github.com/wopian/kitsu/commit/cbf50df))
34+
35+
36+
### Refactors
37+
38+
* **kitsu:** (internal) pass camel and plural options as arguments to serialise ([046b51a](https://github.com/wopian/kitsu/commit/046b51a))
39+
* **kitsu-core:** pass camelCase and pluralisation options as arguments to serialise ([34b9cae](https://github.com/wopian/kitsu/commit/34b9cae))
40+
41+
42+
### BREAKING CHANGES
43+
44+
* **kitsu-core:** for deserialise and linkRelationships
45+
* **kitsu-core:** serialise.apply[{ camel, resCase, plural}, [ model, data, method ]) is no longer neccessary. New syntax is serialise(model, data, method, { camelCaseTypes: camel, pluralTypes: plural}).
46+
47+
48+
49+
50+
651
## [8.3.1](https://github.com/wopian/kitsu/compare/v8.3.0...v8.3.1) (2020-05-02)
752

853

lerna.json

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

packages/kitsu-core/CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,46 @@
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.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v8.3.1...v9.0.0) (2020-05-07)
7+
8+
9+
### Build System / Dependencies
10+
11+
* **kitsu:** update devdependency [@size-limit](https://github.com/size-limit)/preset-small-lib to ~4.5.0 ([#405](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/issues/405)) ([7e0072d](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/7e0072d))
12+
13+
14+
### Chores
15+
16+
* **release:** update documentation ([08362a8](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/08362a8))
17+
18+
19+
### Documentation Changes
20+
21+
* **kitsu-core:** add 9.0.0 migration guide ([8576749](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/8576749))
22+
* update README ([6a73433](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/6a73433))
23+
* **kitsu-core:** use lowercase string for param type ([8254710](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/8254710))
24+
25+
26+
### New Features
27+
28+
* **kitsu-core:** add splitModel ([782d1b6](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/782d1b6))
29+
* **kitsu-core:** preserve links in relationships during deserialisation ([cbf50df](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/cbf50df))
30+
31+
32+
### Refactors
33+
34+
* **kitsu-core:** pass camelCase and pluralisation options as arguments to serialise ([34b9cae](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/34b9cae))
35+
36+
37+
### BREAKING CHANGES
38+
39+
* **kitsu-core:** for deserialise and linkRelationships
40+
* **kitsu-core:** serialise.apply[{ camel, resCase, plural}, [ model, data, method ]) is no longer neccessary. New syntax is serialise(model, data, method, { camelCaseTypes: camel, pluralTypes: plural}).
41+
42+
43+
44+
45+
646
## [8.3.1](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v8.3.0...v8.3.1) (2020-05-02)
747

848

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": "8.3.1",
2+
"version": "9.0.0",
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: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,38 @@
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.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v8.3.1...v9.0.0) (2020-05-07)
7+
8+
9+
### Build System / Dependencies
10+
11+
* **kitsu:** update devdependency [@size-limit](https://github.com/size-limit)/preset-small-lib to ~4.5.0 ([#405](https://github.com/wopian/kitsu/tree/master/packages/kitsu/issues/405)) ([7e0072d](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/7e0072d))
12+
13+
14+
### Chores
15+
16+
* **release:** update documentation ([08362a8](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/08362a8))
17+
18+
19+
### Documentation Changes
20+
21+
* **kitsu:** add 9.0.0 migration guide ([8f899c5](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/8f899c5))
22+
* update README ([6a73433](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/6a73433))
23+
24+
25+
### New Features
26+
27+
* **kitsu:** handle nested (relationship) routes using kitsu-core's splitModel ([4f641b9](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/4f641b9))
28+
29+
30+
### Refactors
31+
32+
* **kitsu:** (internal) pass camel and plural options as arguments to serialise ([046b51a](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/046b51a))
33+
34+
35+
36+
37+
638
## [8.3.1](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v8.3.0...v8.3.1) (2020-05-02)
739

840

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": "8.3.1",
2+
"version": "9.0.0",
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": "^8.3.1",
50+
"kitsu-core": "^9.0.0",
5151
"pluralize": "^8.0.0"
5252
},
5353
"size-limit": [

0 commit comments

Comments
 (0)