From 924af187f0e86cc0b383629227ab376d42bf6c02 Mon Sep 17 00:00:00 2001 From: James Harris Date: Thu, 21 May 2020 06:57:09 +0100 Subject: [PATCH] chore(release): publish packages --- CHANGELOG.md | 16 ++++++++++++++++ lerna.json | 2 +- packages/kitsu-core/CHANGELOG.md | 16 ++++++++++++++++ packages/kitsu-core/package.json | 2 +- packages/kitsu/CHANGELOG.md | 16 ++++++++++++++++ packages/kitsu/package.json | 4 ++-- 6 files changed, 52 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb9ecebe..c4b3b23c 100644 --- a/CHANGELOG.md +++ b/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. +## [9.1.1](https://github.com/wopian/kitsu/compare/v9.1.0...v9.1.1) (2020-05-21) + + +### Bug Fixes + +* **kitsu-core:** throw error if type is missing during serialisation ([570ef11](https://github.com/wopian/kitsu/commit/570ef11)) + + +### Chores + +* **release:** update documentation ([1c19a06](https://github.com/wopian/kitsu/commit/1c19a06)) + + + + + # [9.1.0](https://github.com/wopian/kitsu/compare/v9.0.7...v9.1.0) (2020-05-21) diff --git a/lerna.json b/lerna.json index 20dd6ed8..fa7e434c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "9.1.0", + "version": "9.1.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/kitsu-core/CHANGELOG.md b/packages/kitsu-core/CHANGELOG.md index ebc511b9..107a407c 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. +## [9.1.1](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.0...v9.1.1) (2020-05-21) + + +### Bug Fixes + +* **kitsu-core:** throw error if type is missing during serialisation ([570ef11](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/570ef11)) + + +### Chores + +* **release:** update documentation ([1c19a06](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/1c19a06)) + + + + + # [9.1.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.0.7...v9.1.0) (2020-05-21) diff --git a/packages/kitsu-core/package.json b/packages/kitsu-core/package.json index 33fe761d..7715134d 100644 --- a/packages/kitsu-core/package.json +++ b/packages/kitsu-core/package.json @@ -1,5 +1,5 @@ { - "version": "9.1.0", + "version": "9.1.1", "name": "kitsu-core", "description": "Core serialisation and deserialsation functions for the kitsu JSON:API client", "author": "James Harris ", diff --git a/packages/kitsu/CHANGELOG.md b/packages/kitsu/CHANGELOG.md index 7a00c099..c78bd72d 100644 --- a/packages/kitsu/CHANGELOG.md +++ b/packages/kitsu/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. +## [9.1.1](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.0...v9.1.1) (2020-05-21) + + +### Bug Fixes + +* **kitsu-core:** throw error if type is missing during serialisation ([570ef11](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/570ef11)) + + +### Chores + +* **release:** update documentation ([1c19a06](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/1c19a06)) + + + + + # [9.1.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.0.7...v9.1.0) (2020-05-21) diff --git a/packages/kitsu/package.json b/packages/kitsu/package.json index ee23f08e..303410b0 100644 --- a/packages/kitsu/package.json +++ b/packages/kitsu/package.json @@ -1,5 +1,5 @@ { - "version": "9.1.0", + "version": "9.1.1", "name": "kitsu", "description": "Simple & lightweight JSON-API client for Kitsu and other compliant APIs", "author": "James Harris ", @@ -47,7 +47,7 @@ "sideEffects": false, "dependencies": { "axios": "^0.19.0", - "kitsu-core": "^9.1.0", + "kitsu-core": "^9.1.1", "pluralize": "^8.0.0" }, "size-limit": [