diff --git a/CHANGELOG.md b/CHANGELOG.md index e740a333..cf24f4d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,47 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [10.0.0-alpha.3](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.2...v10.0.0-alpha.3) (2020-07-26) + + +### Build System / Dependencies + +* update devdependency eslint to ~7.5.0 ([#448](https://github.com/wopian/kitsu/issues/448)) ([26d941b](https://github.com/wopian/kitsu/commit/26d941b)) +* update devdependency rollup to ~2.22.0 ([#449](https://github.com/wopian/kitsu/issues/449)) ([064214c](https://github.com/wopian/kitsu/commit/064214c)) +* update devdependency rollup to ~2.23.0 ([#450](https://github.com/wopian/kitsu/issues/450)) ([f006aff](https://github.com/wopian/kitsu/commit/f006aff)) + + +### Chores + +* **release:** update documentation ([f89a7cf](https://github.com/wopian/kitsu/commit/f89a7cf)) + + +### Continuous Integration + +* **jest:** fix node-version typo ([d9f6ea5](https://github.com/wopian/kitsu/commit/d9f6ea5)) +* **jest:** remove continue on error ([24ca838](https://github.com/wopian/kitsu/commit/24ca838)) +* **jest:** remove spacing around 'on' array ([4122e17](https://github.com/wopian/kitsu/commit/4122e17)) +* **jest:** test on all combinations ([efe6727](https://github.com/wopian/kitsu/commit/efe6727)) +* **jest:** use latest action version ([a132e0a](https://github.com/wopian/kitsu/commit/a132e0a)) +* **lerna:** include published version in commit message ([9f5740d](https://github.com/wopian/kitsu/commit/9f5740d)) +* **size-limit:** update job name to reflect changes ([18a8b39](https://github.com/wopian/kitsu/commit/18a8b39)) +* add github actions for eslint, build and size limit warnings ([5bfe451](https://github.com/wopian/kitsu/commit/5bfe451)) +* split size limit from cross-platform/node compilation ([3690715](https://github.com/wopian/kitsu/commit/3690715)) + + +### Documentation Changes + +* add typescript types badges ([3a09066](https://github.com/wopian/kitsu/commit/3a09066)) + + +### Tests + +* run tests in both node and jsdom environments ([a383794](https://github.com/wopian/kitsu/commit/a383794)) + + + + + # [10.0.0-alpha.2](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.1...v10.0.0-alpha.2) (2020-07-16) diff --git a/lerna.json b/lerna.json index 1d9ad657..31ac995b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "10.0.0-alpha.2", + "version": "10.0.0-alpha.3", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/kitsu-core/CHANGELOG.md b/packages/kitsu-core/CHANGELOG.md index 4cd83a51..0acd9abd 100644 --- a/packages/kitsu-core/CHANGELOG.md +++ b/packages/kitsu-core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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) + + +### Chores + +* **release:** update documentation ([f89a7cf](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/f89a7cf)) + + +### Documentation Changes + +* add typescript types badges ([3a09066](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/3a09066)) + + + + + # [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) diff --git a/packages/kitsu-core/package.json b/packages/kitsu-core/package.json index f17a5c36..5bd7cc34 100644 --- a/packages/kitsu-core/package.json +++ b/packages/kitsu-core/package.json @@ -1,5 +1,5 @@ { - "version": "10.0.0-alpha.2", + "version": "10.0.0-alpha.3", "name": "kitsu-core", "description": "Simple, lightweight & framework agnostic JSON:API (de)serialsation components", "author": "James Harris ", diff --git a/packages/kitsu/CHANGELOG.md b/packages/kitsu/CHANGELOG.md index 023a8897..c94f12e4 100644 --- a/packages/kitsu/CHANGELOG.md +++ b/packages/kitsu/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [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) + + +### Chores + +* **release:** update documentation ([f89a7cf](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/f89a7cf)) + + +### Documentation Changes + +* add typescript types badges ([3a09066](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/3a09066)) + + +### Tests + +* run tests in both node and jsdom environments ([a383794](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/a383794)) + + + + + # [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) diff --git a/packages/kitsu/package.json b/packages/kitsu/package.json index b819b3b1..d4bc169e 100644 --- a/packages/kitsu/package.json +++ b/packages/kitsu/package.json @@ -1,5 +1,5 @@ { - "version": "10.0.0-alpha.2", + "version": "10.0.0-alpha.3", "name": "kitsu", "description": "A simple, lightweight & framework agnostic JSON:API client using Axios", "author": "James Harris ", @@ -49,7 +49,7 @@ "sideEffects": false, "dependencies": { "axios": "^0.19.0", - "kitsu-core": "^10.0.0-alpha.2", + "kitsu-core": "^10.0.0-alpha.3", "merge-options": "^2.0.0", "pluralize": "^8.0.0" },