Skip to content

Commit

Permalink
chore(release): publish 10.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Aug 4, 2020
1 parent 56b33eb commit c9998bb
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 4 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-alpha.4](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.3...v10.0.0-alpha.4) (2020-08-04)


### Chores

* **release:** update documentation ([56b33eb](https://github.com/wopian/kitsu/commit/56b33eb))
* add funding to package.json ([8b00d5a](https://github.com/wopian/kitsu/commit/8b00d5a))


### Documentation Changes

* **kitsu:** document the expected structure of the model parameters ([173277e](https://github.com/wopian/kitsu/commit/173277e))
* specify the Kitsu package default ([239cd86](https://github.com/wopian/kitsu/commit/239cd86))


### Other Changes

* Create codeql-analysis.yml ([99d11b3](https://github.com/wopian/kitsu/commit/99d11b3))


### Tests

* add test case for camelCase relationships ([818f033](https://github.com/wopian/kitsu/commit/818f033))





# [10.0.0-alpha.3](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.2...v10.0.0-alpha.3) (2020-07-26)


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.0.0-alpha.3",
"version": "10.0.0-alpha.4",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
17 changes: 17 additions & 0 deletions packages/kitsu-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Chores

* **release:** update documentation ([56b33eb](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/56b33eb))
* add funding to package.json ([8b00d5a](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/8b00d5a))


### Documentation Changes

* specify the Kitsu package default ([239cd86](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/239cd86))





# [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)


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.0.0-alpha.3",
"version": "10.0.0-alpha.4",
"name": "kitsu-core",
"description": "Simple, lightweight & framework agnostic JSON:API (de)serialsation components",
"author": "James Harris <[email protected]>",
Expand Down
22 changes: 22 additions & 0 deletions packages/kitsu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Chores

* **release:** update documentation ([56b33eb](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/56b33eb))
* add funding to package.json ([8b00d5a](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/8b00d5a))


### Documentation Changes

* **kitsu:** document the expected structure of the model parameters ([173277e](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/173277e))


### Tests

* add test case for camelCase relationships ([818f033](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/818f033))





# [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)


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.0.0-alpha.3",
"version": "10.0.0-alpha.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 @@
"sideEffects": false,
"dependencies": {
"axios": "^0.19.0",
"kitsu-core": "^10.0.0-alpha.3",
"kitsu-core": "^10.0.0-alpha.4",
"merge-options": "^2.0.0",
"pluralize": "^8.0.0"
},
Expand Down

0 comments on commit c9998bb

Please sign in to comment.