Skip to content

Commit 516066a

Browse files
committed
chore(release): publish 10.0.0-alpha.3
1 parent f89a7cf commit 516066a

6 files changed

Lines changed: 82 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,47 @@
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+
# [10.0.0-alpha.3](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.2...v10.0.0-alpha.3) (2020-07-26)
7+
8+
9+
### Build System / Dependencies
10+
11+
* update devdependency eslint to ~7.5.0 ([#448](https://github.com/wopian/kitsu/issues/448)) ([26d941b](https://github.com/wopian/kitsu/commit/26d941b))
12+
* update devdependency rollup to ~2.22.0 ([#449](https://github.com/wopian/kitsu/issues/449)) ([064214c](https://github.com/wopian/kitsu/commit/064214c))
13+
* update devdependency rollup to ~2.23.0 ([#450](https://github.com/wopian/kitsu/issues/450)) ([f006aff](https://github.com/wopian/kitsu/commit/f006aff))
14+
15+
16+
### Chores
17+
18+
* **release:** update documentation ([f89a7cf](https://github.com/wopian/kitsu/commit/f89a7cf))
19+
20+
21+
### Continuous Integration
22+
23+
* **jest:** fix node-version typo ([d9f6ea5](https://github.com/wopian/kitsu/commit/d9f6ea5))
24+
* **jest:** remove continue on error ([24ca838](https://github.com/wopian/kitsu/commit/24ca838))
25+
* **jest:** remove spacing around 'on' array ([4122e17](https://github.com/wopian/kitsu/commit/4122e17))
26+
* **jest:** test on all combinations ([efe6727](https://github.com/wopian/kitsu/commit/efe6727))
27+
* **jest:** use latest action version ([a132e0a](https://github.com/wopian/kitsu/commit/a132e0a))
28+
* **lerna:** include published version in commit message ([9f5740d](https://github.com/wopian/kitsu/commit/9f5740d))
29+
* **size-limit:** update job name to reflect changes ([18a8b39](https://github.com/wopian/kitsu/commit/18a8b39))
30+
* add github actions for eslint, build and size limit warnings ([5bfe451](https://github.com/wopian/kitsu/commit/5bfe451))
31+
* split size limit from cross-platform/node compilation ([3690715](https://github.com/wopian/kitsu/commit/3690715))
32+
33+
34+
### Documentation Changes
35+
36+
* add typescript types badges ([3a09066](https://github.com/wopian/kitsu/commit/3a09066))
37+
38+
39+
### Tests
40+
41+
* run tests in both node and jsdom environments ([a383794](https://github.com/wopian/kitsu/commit/a383794))
42+
43+
44+
45+
46+
647
# [10.0.0-alpha.2](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.1...v10.0.0-alpha.2) (2020-07-16)
748

849

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.0.0-alpha.2",
2+
"version": "10.0.0-alpha.3",
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+
# [10.0.0-alpha.3](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v10.0.0-alpha.2...v10.0.0-alpha.3) (2020-07-26)
7+
8+
9+
### Chores
10+
11+
* **release:** update documentation ([f89a7cf](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/f89a7cf))
12+
13+
14+
### Documentation Changes
15+
16+
* add typescript types badges ([3a09066](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/3a09066))
17+
18+
19+
20+
21+
622
# [10.0.0-alpha.2](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v10.0.0-alpha.1...v10.0.0-alpha.2) (2020-07-16)
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": "10.0.0-alpha.2",
2+
"version": "10.0.0-alpha.3",
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: 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+
# [10.0.0-alpha.3](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v10.0.0-alpha.2...v10.0.0-alpha.3) (2020-07-26)
7+
8+
9+
### Chores
10+
11+
* **release:** update documentation ([f89a7cf](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/f89a7cf))
12+
13+
14+
### Documentation Changes
15+
16+
* add typescript types badges ([3a09066](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/3a09066))
17+
18+
19+
### Tests
20+
21+
* run tests in both node and jsdom environments ([a383794](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/a383794))
22+
23+
24+
25+
26+
627
# [10.0.0-alpha.2](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v10.0.0-alpha.1...v10.0.0-alpha.2) (2020-07-16)
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": "10.0.0-alpha.2",
2+
"version": "10.0.0-alpha.3",
33
"name": "kitsu",
44
"description": "A simple, lightweight & framework agnostic JSON:API client using Axios",
55
"author": "James Harris <wopian@wopian.me>",
@@ -49,7 +49,7 @@
4949
"sideEffects": false,
5050
"dependencies": {
5151
"axios": "^0.19.0",
52-
"kitsu-core": "^10.0.0-alpha.2",
52+
"kitsu-core": "^10.0.0-alpha.3",
5353
"merge-options": "^2.0.0",
5454
"pluralize": "^8.0.0"
5555
},

0 commit comments

Comments
 (0)