Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Jun 15, 2020
1 parent da50d92 commit 0c6649c
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 6 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,54 @@
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.0](https://github.com/wopian/kitsu/compare/v9.1.11...v10.0.0-alpha.0) (2020-06-15)


### Bug Fixes

* **kitsu-core:** don't serialise meta object as an attribute ([dbd625c](https://github.com/wopian/kitsu/commit/dbd625c))
* **kitsu-core:** serialise v9 relationship structures ([32c40bf](https://github.com/wopian/kitsu/commit/32c40bf))


### Build System / Dependencies

* update devdependency rollup to ~2.16.0 ([#434](https://github.com/wopian/kitsu/issues/434)) ([aeeae09](https://github.com/wopian/kitsu/commit/aeeae09))


### Chores

* **release:** update documentation ([da50d92](https://github.com/wopian/kitsu/commit/da50d92))


### Documentation Changes

* **kitsu-core:** update internal serialise JSDoc ([fcd06d9](https://github.com/wopian/kitsu/commit/fcd06d9))
* update READMEs ([469d23a](https://github.com/wopian/kitsu/commit/469d23a))
* **kitsu:** add missing comma to example output ([31b21da](https://github.com/wopian/kitsu/commit/31b21da))
* **kitsu:** add v10 migration guide ([eb79c78](https://github.com/wopian/kitsu/commit/eb79c78))
* **kitsu-core:** add v10 migration guide ([b9b4f6e](https://github.com/wopian/kitsu/commit/b9b4f6e))


### New Features

* **kitsu:** delete - add param parameter ([85a192b](https://github.com/wopian/kitsu/commit/85a192b))
* **kitsu:** patch - add params parameter ([8d8eda3](https://github.com/wopian/kitsu/commit/8d8eda3))
* **kitsu:** post - add params parameter ([13686be](https://github.com/wopian/kitsu/commit/13686be))


### Refactors

* **kitsu:** merge params and headers parameters into a single config object ([f98eef9](https://github.com/wopian/kitsu/commit/f98eef9))
* **kitsu:** request - move headers into config object ([85937c4](https://github.com/wopian/kitsu/commit/85937c4))
* **kitsu:** self - move params and headers into a config object ([c55949a](https://github.com/wopian/kitsu/commit/c55949a))
* **kitsu:** use merge-options instead of Object.assign ([8b49cc1](https://github.com/wopian/kitsu/commit/8b49cc1))
* **kitsu:** use merge-options instead of Object.assign for class constructor options ([9a162a0](https://github.com/wopian/kitsu/commit/9a162a0))
* **kitsu-core:** remove redundant internal function ([22a7bc9](https://github.com/wopian/kitsu/commit/22a7bc9))





## [9.1.11](https://github.com/wopian/kitsu/compare/v9.1.10...v9.1.11) (2020-06-14)


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": "9.1.11",
"version": "10.0.0-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
30 changes: 30 additions & 0 deletions packages/kitsu-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
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.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.11...v10.0.0-alpha.0) (2020-06-15)


### Bug Fixes

* **kitsu-core:** don't serialise meta object as an attribute ([dbd625c](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/dbd625c))
* **kitsu-core:** serialise v9 relationship structures ([32c40bf](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/32c40bf))


### Chores

* **release:** update documentation ([da50d92](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/da50d92))


### Documentation Changes

* **kitsu-core:** update internal serialise JSDoc ([fcd06d9](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/fcd06d9))
* update READMEs ([469d23a](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/469d23a))
* **kitsu:** add missing comma to example output ([31b21da](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/31b21da))
* **kitsu-core:** add v10 migration guide ([b9b4f6e](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/b9b4f6e))


### Refactors

* **kitsu-core:** remove redundant internal function ([22a7bc9](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/22a7bc9))





## [9.1.11](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.10...v9.1.11) (2020-06-14)


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": "9.1.11",
"version": "10.0.0-alpha.0",
"name": "kitsu-core",
"description": "Simple, lightweight & framework agnostic JSON:API (de)serialsation components",
"author": "James Harris <[email protected]>",
Expand Down
33 changes: 33 additions & 0 deletions packages/kitsu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,39 @@
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.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.11...v10.0.0-alpha.0) (2020-06-15)


### Chores

* **release:** update documentation ([da50d92](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/da50d92))


### Documentation Changes

* update READMEs ([469d23a](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/469d23a))
* **kitsu:** add v10 migration guide ([eb79c78](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/eb79c78))


### New Features

* **kitsu:** delete - add param parameter ([85a192b](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/85a192b))
* **kitsu:** patch - add params parameter ([8d8eda3](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/8d8eda3))
* **kitsu:** post - add params parameter ([13686be](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/13686be))


### Refactors

* **kitsu:** merge params and headers parameters into a single config object ([f98eef9](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/f98eef9))
* **kitsu:** request - move headers into config object ([85937c4](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/85937c4))
* **kitsu:** self - move params and headers into a config object ([c55949a](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/c55949a))
* **kitsu:** use merge-options instead of Object.assign ([8b49cc1](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/8b49cc1))
* **kitsu:** use merge-options instead of Object.assign for class constructor options ([9a162a0](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/9a162a0))





## [9.1.11](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.10...v9.1.11) (2020-06-14)


Expand Down
8 changes: 4 additions & 4 deletions packages/kitsu/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.1.11",
"version": "10.0.0-alpha.0",
"name": "kitsu",
"description": "A simple, lightweight & framework agnostic JSON:API client using Axios",
"author": "James Harris <[email protected]>",
Expand Down Expand Up @@ -47,9 +47,9 @@
"sideEffects": false,
"dependencies": {
"axios": "^0.19.0",
"kitsu-core": "^9.1.11",
"pluralize": "^8.0.0",
"merge-options": "^2.0.0"
"kitsu-core": "^10.0.0-alpha.0",
"merge-options": "^2.0.0",
"pluralize": "^8.0.0"
},
"size-limit": [
{
Expand Down

0 comments on commit 0c6649c

Please sign in to comment.