Skip to content

Commit edb7e07

Browse files
committed
chore(release): publish packages
1 parent ba00f68 commit edb7e07

6 files changed

Lines changed: 85 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,45 @@
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.11](https://github.com/wopian/kitsu/compare/v9.1.10...v9.1.11) (2020-06-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **kitsu:** use ID-less URL for bulk extension in PATCH requests ([2c31d42](https://github.com/wopian/kitsu/commit/2c31d42))
12+
13+
14+
### Build System / Dependencies
15+
16+
* update devdependency eslint to ~7.2.0 ([#429](https://github.com/wopian/kitsu/issues/429)) ([328985f](https://github.com/wopian/kitsu/commit/328985f))
17+
* update devdependency rollup to ~2.12.0 ([#426](https://github.com/wopian/kitsu/issues/426)) ([e3372ac](https://github.com/wopian/kitsu/commit/e3372ac))
18+
* update devdependency rollup to ~2.13.0 ([#427](https://github.com/wopian/kitsu/issues/427)) ([5066f4b](https://github.com/wopian/kitsu/commit/5066f4b))
19+
* update devdependency rollup to ~2.15.0 ([#431](https://github.com/wopian/kitsu/issues/431)) ([9cbe184](https://github.com/wopian/kitsu/commit/9cbe184))
20+
* update devdependency rollup-plugin-delete to ~2.0.0 ([#432](https://github.com/wopian/kitsu/issues/432)) ([36805cc](https://github.com/wopian/kitsu/commit/36805cc))
21+
* **deps:** bump websocket-extensions from 0.1.3 to 0.1.4 ([#428](https://github.com/wopian/kitsu/issues/428)) ([738fc8b](https://github.com/wopian/kitsu/commit/738fc8b))
22+
23+
24+
### Chores
25+
26+
* **release:** update documentation ([ba00f68](https://github.com/wopian/kitsu/commit/ba00f68))
27+
28+
29+
### Other Changes
30+
31+
* Update README.md ([b1ca4d5](https://github.com/wopian/kitsu/commit/b1ca4d5))
32+
* Update README.md ([522efd4](https://github.com/wopian/kitsu/commit/522efd4))
33+
* Update README.md ([6266c30](https://github.com/wopian/kitsu/commit/6266c30))
34+
* Create FUNDING.yml ([ce7689d](https://github.com/wopian/kitsu/commit/ce7689d))
35+
36+
37+
### Tests
38+
39+
* **kitsu:** re-add bulk test ([3fcd884](https://github.com/wopian/kitsu/commit/3fcd884))
40+
41+
42+
43+
44+
645
## [9.1.10](https://github.com/wopian/kitsu/compare/v9.1.9...v9.1.10) (2020-05-31)
746

847

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.10",
2+
"version": "9.1.11",
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.1.11](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.10...v9.1.11) (2020-06-14)
7+
8+
9+
### Chores
10+
11+
* **release:** update documentation ([ba00f68](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/ba00f68))
12+
13+
14+
### Other Changes
15+
16+
* Update README.md ([522efd4](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/522efd4))
17+
18+
19+
20+
21+
622
## [9.1.10](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.9...v9.1.10) (2020-05-31)
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.1.10",
2+
"version": "9.1.11",
33
"name": "kitsu-core",
44
"description": "Simple, lightweight & framework agnostic JSON:API (de)serialsation components",
55
"author": "James Harris <wopian@wopian.me>",

packages/kitsu/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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.11](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.10...v9.1.11) (2020-06-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **kitsu:** use ID-less URL for bulk extension in PATCH requests ([2c31d42](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/2c31d42))
12+
13+
14+
### Chores
15+
16+
* **release:** update documentation ([ba00f68](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/ba00f68))
17+
18+
19+
### Other Changes
20+
21+
* Update README.md ([6266c30](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/6266c30))
22+
23+
24+
### Tests
25+
26+
* **kitsu:** re-add bulk test ([3fcd884](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/3fcd884))
27+
28+
29+
30+
31+
632
## [9.1.10](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.9...v9.1.10) (2020-05-31)
733

834

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.10",
2+
"version": "9.1.11",
33
"name": "kitsu",
44
"description": "A simple, lightweight & framework agnostic JSON:API client using Axios",
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.1.10",
50+
"kitsu-core": "^9.1.11",
5151
"pluralize": "^8.0.0"
5252
},
5353
"size-limit": [

0 commit comments

Comments
 (0)