diff --git a/@ornikar/eslint-config/CHANGELOG.md b/@ornikar/eslint-config/CHANGELOG.md index 2ae385d43..852258120 100644 --- a/@ornikar/eslint-config/CHANGELOG.md +++ b/@ornikar/eslint-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@6.0.0...@ornikar/eslint-config@6.2.0) (2019-01-02) + + +### Features + +* disable max-lines rule for storybook ([#58](https://github.com/ornikar/shared-configs/issues/58)) ([faf956e](https://github.com/ornikar/shared-configs/commit/faf956e)) + + + + + # [6.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@6.0.0...@ornikar/eslint-config@6.1.0) (2018-12-28) diff --git a/@ornikar/eslint-config/package.json b/@ornikar/eslint-config/package.json index 1526349b7..9e42dddcb 100644 --- a/@ornikar/eslint-config/package.json +++ b/@ornikar/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ornikar/eslint-config", - "version": "6.1.0", + "version": "6.2.0", "description": "eslint config files", "repository": "ornikar/shared-configs", "main": "index.js", diff --git a/@ornikar/renovate-config/CHANGELOG.md b/@ornikar/renovate-config/CHANGELOG.md index 32b68ff5b..b380012d3 100644 --- a/@ornikar/renovate-config/CHANGELOG.md +++ b/@ornikar/renovate-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/ornikar/shared-configs/compare/@ornikar/renovate-config@1.0.0...@ornikar/renovate-config@1.2.0) (2019-01-02) + + +### Features + +* **renovate-config:** disable rebase stale pr ([#55](https://github.com/ornikar/shared-configs/issues/55)) ([ddb2b07](https://github.com/ornikar/shared-configs/commit/ddb2b07)) + + + + + # [1.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/renovate-config@1.0.0...@ornikar/renovate-config@1.1.0) (2018-12-28) diff --git a/@ornikar/renovate-config/package.json b/@ornikar/renovate-config/package.json index 5fcc443f9..4986c2fae 100644 --- a/@ornikar/renovate-config/package.json +++ b/@ornikar/renovate-config/package.json @@ -1,6 +1,6 @@ { "name": "@ornikar/renovate-config", - "version": "1.1.0", + "version": "1.2.0", "description": "renovate shared config", "engines": { "node": ">= 8.3.0"