Skip to content

Commit 65d3de7

Browse files
committed
chore(release): publish packages
1 parent 523553e commit 65d3de7

6 files changed

Lines changed: 73 additions & 4 deletions

File tree

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.7](https://github.com/wopian/kitsu/compare/v9.0.6...v9.0.7) (2020-05-19)
7+
8+
9+
### Build System / Dependencies
10+
11+
* update devdependency documentation to ~13.0.0 ([#410](https://github.com/wopian/kitsu/issues/410)) ([5e08add](https://github.com/wopian/kitsu/commit/5e08add))
12+
* update devdependency eslint to ~7.0.0 ([#409](https://github.com/wopian/kitsu/issues/409)) ([1fafa1a](https://github.com/wopian/kitsu/commit/1fafa1a))
13+
* update devdependency lerna to ~3.21.0 ([#412](https://github.com/wopian/kitsu/issues/412)) ([ae3c359](https://github.com/wopian/kitsu/commit/ae3c359))
14+
* update devdependency rollup to ~2.10.0 ([#413](https://github.com/wopian/kitsu/issues/413)) ([f73c4dc](https://github.com/wopian/kitsu/commit/f73c4dc))
15+
* update devdependency rollup to ~2.8.0 ([#408](https://github.com/wopian/kitsu/issues/408)) ([f977bb5](https://github.com/wopian/kitsu/commit/f977bb5))
16+
* update devdependency rollup to ~2.9.0 ([#411](https://github.com/wopian/kitsu/issues/411)) ([78627b7](https://github.com/wopian/kitsu/commit/78627b7))
17+
18+
19+
### Chores
20+
21+
* **release:** update documentation ([523553e](https://github.com/wopian/kitsu/commit/523553e))
22+
23+
24+
### Documentation Changes
25+
26+
* **kitsu:** link to axios docs for axiosOptions and interceptors ([b678290](https://github.com/wopian/kitsu/commit/b678290))
27+
28+
29+
### Other Changes
30+
31+
* Update MIGRATING.md ([7fbc3fa](https://github.com/wopian/kitsu/commit/7fbc3fa))
32+
* Update MIGRATING.md ([c2fb17e](https://github.com/wopian/kitsu/commit/c2fb17e))
33+
34+
35+
36+
37+
638
## [9.0.6](https://github.com/wopian/kitsu/compare/v9.0.5...v9.0.6) (2020-05-07)
739

840

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.0.6",
2+
"version": "9.0.7",
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.0.7](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.0.6...v9.0.7) (2020-05-19)
7+
8+
9+
### Chores
10+
11+
* **release:** update documentation ([523553e](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/523553e))
12+
13+
14+
### Other Changes
15+
16+
* Update MIGRATING.md ([7fbc3fa](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/7fbc3fa))
17+
18+
19+
20+
21+
622
## [9.0.6](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.0.5...v9.0.6) (2020-05-07)
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.0.6",
2+
"version": "9.0.7",
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: 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.0.7](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.0.6...v9.0.7) (2020-05-19)
7+
8+
9+
### Chores
10+
11+
* **release:** update documentation ([523553e](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/523553e))
12+
13+
14+
### Documentation Changes
15+
16+
* **kitsu:** link to axios docs for axiosOptions and interceptors ([b678290](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/b678290))
17+
18+
19+
### Other Changes
20+
21+
* Update MIGRATING.md ([c2fb17e](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/c2fb17e))
22+
23+
24+
25+
26+
627
## [9.0.6](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.0.5...v9.0.6) (2020-05-07)
728

829

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

0 commit comments

Comments
 (0)