Skip to content

Commit 7d88dbf

Browse files
committed
chore(release): publish packages
1 parent 24985f1 commit 7d88dbf

6 files changed

Lines changed: 74 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
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.18](https://github.com/wopian/kitsu/compare/v9.1.17...v9.1.18) (2021-01-06)
7+
8+
9+
### Build System / Dependencies
10+
11+
* ignore 10.x dist output in 9.x releases ([56e455a](https://github.com/wopian/kitsu/commit/56e455a))
12+
* lock file maintenance ([80442af](https://github.com/wopian/kitsu/commit/80442af))
13+
* update dependency axios to ^0.21.1 ([fcef128](https://github.com/wopian/kitsu/commit/fcef128))
14+
* update devpendency documentation to ~13.1.0 ([53bc454](https://github.com/wopian/kitsu/commit/53bc454))
15+
16+
17+
### Chores
18+
19+
* **release:** update documentation ([24985f1](https://github.com/wopian/kitsu/commit/24985f1))
20+
21+
22+
### Documentation Changes
23+
24+
* update minimum browser support for compiled outputs ([7cb4513](https://github.com/wopian/kitsu/commit/7cb4513))
25+
26+
27+
28+
29+
30+
631
## [9.1.17](https://github.com/wopian/kitsu/compare/v9.1.16...v9.1.17) (2020-12-06)
732

833

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.17",
2+
"version": "9.1.18",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/kitsu-core/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.1.18](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.17...v9.1.18) (2021-01-06)
7+
8+
9+
### Build System / Dependencies
10+
11+
* ignore 10.x dist output in 9.x releases ([56e455a](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/56e455a))
12+
13+
14+
### Chores
15+
16+
* **release:** update documentation ([24985f1](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/24985f1))
17+
18+
19+
### Documentation Changes
20+
21+
* update minimum browser support for compiled outputs ([7cb4513](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/7cb4513))
22+
23+
24+
25+
26+
27+
628
## [9.1.17](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.16...v9.1.17) (2020-12-06)
729

830

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.17",
2+
"version": "9.1.18",
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: 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.18](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.17...v9.1.18) (2021-01-06)
7+
8+
9+
### Build System / Dependencies
10+
11+
* ignore 10.x dist output in 9.x releases ([56e455a](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/56e455a))
12+
* update dependency axios to ^0.21.1 ([fcef128](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/fcef128))
13+
14+
15+
### Chores
16+
17+
* **release:** update documentation ([24985f1](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/24985f1))
18+
19+
20+
### Documentation Changes
21+
22+
* update minimum browser support for compiled outputs ([7cb4513](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/7cb4513))
23+
24+
25+
26+
27+
28+
629
## [9.1.17](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.16...v9.1.17) (2020-12-06)
730

831

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.17",
2+
"version": "9.1.18",
33
"name": "kitsu",
44
"description": "A simple, lightweight & framework agnostic JSON:API client using Axios",
55
"author": "James Harris <wopian@wopian.me>",
@@ -48,7 +48,7 @@
4848
"sideEffects": false,
4949
"dependencies": {
5050
"axios": "^0.21.1",
51-
"kitsu-core": "^9.1.17",
51+
"kitsu-core": "^9.1.18",
5252
"pluralize": "^8.0.0"
5353
},
5454
"size-limit": [

0 commit comments

Comments
 (0)