Skip to content

Commit c9998bb

Browse files
committed
chore(release): publish 10.0.0-alpha.4
1 parent 56b33eb commit c9998bb

6 files changed

Lines changed: 71 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
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.0-alpha.4](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.3...v10.0.0-alpha.4) (2020-08-04)
7+
8+
9+
### Chores
10+
11+
* **release:** update documentation ([56b33eb](https://github.com/wopian/kitsu/commit/56b33eb))
12+
* add funding to package.json ([8b00d5a](https://github.com/wopian/kitsu/commit/8b00d5a))
13+
14+
15+
### Documentation Changes
16+
17+
* **kitsu:** document the expected structure of the model parameters ([173277e](https://github.com/wopian/kitsu/commit/173277e))
18+
* specify the Kitsu package default ([239cd86](https://github.com/wopian/kitsu/commit/239cd86))
19+
20+
21+
### Other Changes
22+
23+
* Create codeql-analysis.yml ([99d11b3](https://github.com/wopian/kitsu/commit/99d11b3))
24+
25+
26+
### Tests
27+
28+
* add test case for camelCase relationships ([818f033](https://github.com/wopian/kitsu/commit/818f033))
29+
30+
31+
32+
33+
634
# [10.0.0-alpha.3](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.2...v10.0.0-alpha.3) (2020-07-26)
735

836

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

packages/kitsu-core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.0-alpha.4](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v10.0.0-alpha.3...v10.0.0-alpha.4) (2020-08-04)
7+
8+
9+
### Chores
10+
11+
* **release:** update documentation ([56b33eb](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/56b33eb))
12+
* add funding to package.json ([8b00d5a](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/8b00d5a))
13+
14+
15+
### Documentation Changes
16+
17+
* specify the Kitsu package default ([239cd86](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/239cd86))
18+
19+
20+
21+
22+
623
# [10.0.0-alpha.3](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v10.0.0-alpha.2...v10.0.0-alpha.3) (2020-07-26)
724

825

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.0-alpha.3",
2+
"version": "10.0.0-alpha.4",
33
"name": "kitsu-core",
44
"description": "Simple, lightweight & framework agnostic JSON:API (de)serialsation components",
55
"author": "James Harris <wopian@wopian.me>",

packages/kitsu/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.0-alpha.4](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v10.0.0-alpha.3...v10.0.0-alpha.4) (2020-08-04)
7+
8+
9+
### Chores
10+
11+
* **release:** update documentation ([56b33eb](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/56b33eb))
12+
* add funding to package.json ([8b00d5a](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/8b00d5a))
13+
14+
15+
### Documentation Changes
16+
17+
* **kitsu:** document the expected structure of the model parameters ([173277e](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/173277e))
18+
19+
20+
### Tests
21+
22+
* add test case for camelCase relationships ([818f033](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/818f033))
23+
24+
25+
26+
27+
628
# [10.0.0-alpha.3](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v10.0.0-alpha.2...v10.0.0-alpha.3) (2020-07-26)
729

830

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.0-alpha.3",
2+
"version": "10.0.0-alpha.4",
33
"name": "kitsu",
44
"description": "A simple, lightweight & framework agnostic JSON:API client using Axios",
55
"author": "James Harris <wopian@wopian.me>",
@@ -50,7 +50,7 @@
5050
"sideEffects": false,
5151
"dependencies": {
5252
"axios": "^0.19.0",
53-
"kitsu-core": "^10.0.0-alpha.3",
53+
"kitsu-core": "^10.0.0-alpha.4",
5454
"merge-options": "^2.0.0",
5555
"pluralize": "^8.0.0"
5656
},

0 commit comments

Comments
 (0)