Skip to content

Commit 6daa2fa

Browse files
committed
chore(release): publish packages
1 parent 03fc40e commit 6daa2fa

6 files changed

Lines changed: 63 additions & 4 deletions

File tree

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+
## [9.0.6](https://github.com/wopian/kitsu/compare/v9.0.5...v9.0.6) (2020-05-07)
7+
8+
9+
### Chores
10+
11+
* **release:** update documentation ([03fc40e](https://github.com/wopian/kitsu/commit/03fc40e))
12+
* remove rogue console.log ([29d3ae3](https://github.com/wopian/kitsu/commit/29d3ae3))
13+
14+
15+
### Documentation Changes
16+
17+
* **kitsu:** add alias for delete to Quick Start in README ([c9ba1b6](https://github.com/wopian/kitsu/commit/c9ba1b6))
18+
* **kitsu:** fix URL to more examples ([d3d46ce](https://github.com/wopian/kitsu/commit/d3d46ce))
19+
* **kitsu:** remove node 12 notice ([6540e39](https://github.com/wopian/kitsu/commit/6540e39))
20+
* **kitsu:** remove unused URL from README ([bafbeeb](https://github.com/wopian/kitsu/commit/bafbeeb))
21+
* **kitsu:** update Quick Start in README ([f49064b](https://github.com/wopian/kitsu/commit/f49064b))
22+
* **kitsu-core:** remove node 12 notice ([45f20bb](https://github.com/wopian/kitsu/commit/45f20bb))
23+
24+
25+
26+
27+
628
## [9.0.5](https://github.com/wopian/kitsu/compare/v9.0.4...v9.0.5) (2020-05-07)
729

830

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.5",
2+
"version": "9.0.6",
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+
## [9.0.6](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.0.5...v9.0.6) (2020-05-07)
7+
8+
9+
### Chores
10+
11+
* **release:** update documentation ([03fc40e](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/03fc40e))
12+
* remove rogue console.log ([29d3ae3](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/29d3ae3))
13+
14+
15+
### Documentation Changes
16+
17+
* **kitsu-core:** remove node 12 notice ([45f20bb](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/45f20bb))
18+
19+
20+
21+
22+
623
## [9.0.5](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.0.4...v9.0.5) (2020-05-07)
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": "9.0.5",
2+
"version": "9.0.6",
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.6](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.0.5...v9.0.6) (2020-05-07)
7+
8+
9+
### Chores
10+
11+
* **release:** update documentation ([03fc40e](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/03fc40e))
12+
13+
14+
### Documentation Changes
15+
16+
* **kitsu:** add alias for delete to Quick Start in README ([c9ba1b6](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/c9ba1b6))
17+
* **kitsu:** fix URL to more examples ([d3d46ce](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/d3d46ce))
18+
* **kitsu:** remove node 12 notice ([6540e39](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/6540e39))
19+
* **kitsu:** remove unused URL from README ([bafbeeb](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/bafbeeb))
20+
* **kitsu:** update Quick Start in README ([f49064b](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/f49064b))
21+
22+
23+
24+
25+
626
## [9.0.5](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.0.4...v9.0.5) (2020-05-07)
727

828

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

0 commit comments

Comments
 (0)