Skip to content

Commit dd4bc43

Browse files
committed
chore(release): publish packages
1 parent 20e7cc6 commit dd4bc43

6 files changed

Lines changed: 74 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
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.1.2](https://github.com/wopian/kitsu/compare/v9.1.1...v9.1.2) (2020-05-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **kitsu-core:** optional chain constructor calls to allow invalid JSON values ([66d76ef](https://github.com/wopian/kitsu/commit/66d76ef)), closes [#416](https://github.com/wopian/kitsu/issues/416)
12+
13+
14+
### Build System / Dependencies
15+
16+
* generate typescript definitions on release ([ee2c35e](https://github.com/wopian/kitsu/commit/ee2c35e))
17+
18+
19+
### Chores
20+
21+
* **release:** update documentation ([20e7cc6](https://github.com/wopian/kitsu/commit/20e7cc6))
22+
23+
24+
### Documentation Changes
25+
26+
* **kitsu:** declare optional parameters in JSDoc syntax ([95eb9c1](https://github.com/wopian/kitsu/commit/95eb9c1))
27+
* **kitsu-core:** declare optional parameters in JSDoc syntax ([a78a075](https://github.com/wopian/kitsu/commit/a78a075))
28+
* autogenerate typescript definitions ([6e1879f](https://github.com/wopian/kitsu/commit/6e1879f))
29+
* update JSDoc Array syntax for better TypeScript usability ([8f147ab](https://github.com/wopian/kitsu/commit/8f147ab))
30+
31+
32+
33+
34+
635
## [9.1.1](https://github.com/wopian/kitsu/compare/v9.1.0...v9.1.1) (2020-05-21)
736

837

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.1.1",
2+
"version": "9.1.2",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/kitsu-core/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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.1.2](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.1...v9.1.2) (2020-05-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **kitsu-core:** optional chain constructor calls to allow invalid JSON values ([66d76ef](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/66d76ef)), closes [#416](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/issues/416)
12+
13+
14+
### Chores
15+
16+
* **release:** update documentation ([20e7cc6](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/20e7cc6))
17+
18+
19+
### Documentation Changes
20+
21+
* **kitsu-core:** declare optional parameters in JSDoc syntax ([a78a075](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/a78a075))
22+
* autogenerate typescript definitions ([6e1879f](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/6e1879f))
23+
* update JSDoc Array syntax for better TypeScript usability ([8f147ab](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/8f147ab))
24+
25+
26+
27+
28+
629
## [9.1.1](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.0...v9.1.1) (2020-05-21)
730

831

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.1.1",
2+
"version": "9.1.2",
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.1.2](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.1...v9.1.2) (2020-05-21)
7+
8+
9+
### Chores
10+
11+
* **release:** update documentation ([20e7cc6](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/20e7cc6))
12+
13+
14+
### Documentation Changes
15+
16+
* **kitsu:** declare optional parameters in JSDoc syntax ([95eb9c1](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/95eb9c1))
17+
* autogenerate typescript definitions ([6e1879f](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/6e1879f))
18+
* update JSDoc Array syntax for better TypeScript usability ([8f147ab](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/8f147ab))
19+
20+
21+
22+
23+
624
## [9.1.1](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.0...v9.1.1) (2020-05-21)
725

826

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.1.1",
2+
"version": "9.1.2",
33
"name": "kitsu",
44
"description": "Simple & lightweight JSON-API client for Kitsu and other compliant APIs",
55
"author": "James Harris <wopian@wopian.me>",
@@ -48,7 +48,7 @@
4848
"sideEffects": false,
4949
"dependencies": {
5050
"axios": "^0.19.0",
51-
"kitsu-core": "^9.1.1",
51+
"kitsu-core": "^9.1.2",
5252
"pluralize": "^8.0.0"
5353
},
5454
"size-limit": [

0 commit comments

Comments
 (0)