From 6f6a017b1a638f587700c150b75885bec758c2c9 Mon Sep 17 00:00:00 2001 From: James Harris Date: Tue, 4 Aug 2020 01:47:19 +0100 Subject: [PATCH] chore(release): publish packages --- CHANGELOG.md | 19 +++++++++++++++++++ lerna.json | 2 +- packages/kitsu-core/CHANGELOG.md | 18 ++++++++++++++++++ packages/kitsu-core/package.json | 2 +- packages/kitsu/CHANGELOG.md | 19 +++++++++++++++++++ packages/kitsu/package.json | 4 ++-- 6 files changed, 60 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb997535..c3a18db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.1.14](https://github.com/wopian/kitsu/compare/v9.1.13...v9.1.14) (2020-08-04) + + +### Chores + +* **release:** update documentation ([61dc405](https://github.com/wopian/kitsu/commit/61dc405)) +* **release:** update documentation ([c08f33a](https://github.com/wopian/kitsu/commit/c08f33a)) +* add funding to package.json ([2125de7](https://github.com/wopian/kitsu/commit/2125de7)) + + +### Documentation Changes + +* fix markdown links on npm ([0f971ed](https://github.com/wopian/kitsu/commit/0f971ed)) +* **kitsu:** document the expected structure of the model parameters ([b981f31](https://github.com/wopian/kitsu/commit/b981f31)) + + + + + ## [9.1.13](https://github.com/wopian/kitsu/compare/v9.1.12...v9.1.13) (2020-07-26) diff --git a/lerna.json b/lerna.json index bfebe2e7..38c7df80 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "9.1.13", + "version": "9.1.14", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/kitsu-core/CHANGELOG.md b/packages/kitsu-core/CHANGELOG.md index 0db02c4e..b7fc977e 100644 --- a/packages/kitsu-core/CHANGELOG.md +++ b/packages/kitsu-core/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.1.14](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.13...v9.1.14) (2020-08-04) + + +### Chores + +* **release:** update documentation ([61dc405](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/61dc405)) +* **release:** update documentation ([c08f33a](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/c08f33a)) +* add funding to package.json ([2125de7](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/2125de7)) + + +### Documentation Changes + +* fix markdown links on npm ([0f971ed](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/0f971ed)) + + + + + ## [9.1.13](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.12...v9.1.13) (2020-07-26) diff --git a/packages/kitsu-core/package.json b/packages/kitsu-core/package.json index e1d4f2a2..884fe516 100644 --- a/packages/kitsu-core/package.json +++ b/packages/kitsu-core/package.json @@ -1,5 +1,5 @@ { - "version": "9.1.13", + "version": "9.1.14", "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 fa2edb9b..09ec2dc4 100644 --- a/packages/kitsu/CHANGELOG.md +++ b/packages/kitsu/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.1.14](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.13...v9.1.14) (2020-08-04) + + +### Chores + +* **release:** update documentation ([61dc405](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/61dc405)) +* **release:** update documentation ([c08f33a](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/c08f33a)) +* add funding to package.json ([2125de7](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/2125de7)) + + +### Documentation Changes + +* fix markdown links on npm ([0f971ed](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/0f971ed)) +* **kitsu:** document the expected structure of the model parameters ([b981f31](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/b981f31)) + + + + + ## [9.1.13](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.12...v9.1.13) (2020-07-26) diff --git a/packages/kitsu/package.json b/packages/kitsu/package.json index 72e88c77..3df86102 100644 --- a/packages/kitsu/package.json +++ b/packages/kitsu/package.json @@ -1,5 +1,5 @@ { - "version": "9.1.13", + "version": "9.1.14", "name": "kitsu", "description": "A simple, lightweight & framework agnostic JSON:API client using Axios", "author": "James Harris ", @@ -48,7 +48,7 @@ "sideEffects": false, "dependencies": { "axios": "^0.19.0", - "kitsu-core": "^9.1.13", + "kitsu-core": "^9.1.14", "pluralize": "^8.0.0" }, "size-limit": [