From f3a80ecd3e6bbcd81c104022230fd765e7292354 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Wed, 25 Oct 2023 20:10:05 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/browserslist-config@0.2.0 - @ivuorinen/commitlint-config@0.2.0 - @ivuorinen/eslint-config@0.3.0 - @ivuorinen/markdownlint-config@0.2.0 - @ivuorinen/prettier-config@0.2.0 - @ivuorinen/semantic-release-config@0.2.0 - @ivuorinen/stylelint-config@0.2.0 --- packages/browserslist-config/CHANGELOG.md | 6 ++++++ packages/browserslist-config/package.json | 2 +- packages/commitlint-config/CHANGELOG.md | 6 ++++++ packages/commitlint-config/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- packages/markdownlint-config/CHANGELOG.md | 6 ++++++ packages/markdownlint-config/package.json | 2 +- packages/prettier-config/CHANGELOG.md | 6 ++++++ packages/prettier-config/package.json | 2 +- packages/semantic-release-config/CHANGELOG.md | 6 ++++++ packages/semantic-release-config/package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 6 ++++++ packages/stylelint-config/package.json | 2 +- 14 files changed, 49 insertions(+), 7 deletions(-) diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index 67d22a2..38e1226 100644 --- a/packages/browserslist-config/CHANGELOG.md +++ b/packages/browserslist-config/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.1.12...@ivuorinen/browserslist-config@0.2.0) (2023-10-25) + +### Features + +- skip config creation if one already found ([#110](https://github.com/ivuorinen/base-configs/issues/110)) ([9beafec](https://github.com/ivuorinen/base-configs/commit/9beafec48681768f06ff24029391176d87169261)) + ## [0.1.12](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.1.11...@ivuorinen/browserslist-config@0.1.12) (2023-10-24) **Note:** Version bump only for package @ivuorinen/browserslist-config diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index 95fe83e..32856dc 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/browserslist-config", - "version": "0.1.12", + "version": "0.2.0", "description": "ivuorinen's shareable configuration for Browserslist.", "author": { "name": "Ismo Vuorinen", diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 420e56d..e4ce98a 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.1.14...@ivuorinen/commitlint-config@0.2.0) (2023-10-25) + +### Features + +- skip config creation if one already found ([#110](https://github.com/ivuorinen/base-configs/issues/110)) ([9beafec](https://github.com/ivuorinen/base-configs/commit/9beafec48681768f06ff24029391176d87169261)) + ## [0.1.14](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.1.13...@ivuorinen/commitlint-config@0.1.14) (2023-10-24) ### Bug Fixes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 653a8b3..f4941d9 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/commitlint-config", - "version": "0.1.14", + "version": "0.2.0", "description": "ivuorinen's shareable configuration for commitlint.", "author": { "name": "Ismo Vuorinen", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 3972abc..a56d8d7 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.19...@ivuorinen/eslint-config@0.3.0) (2023-10-25) + +### Features + +- skip config creation if one already found ([#110](https://github.com/ivuorinen/base-configs/issues/110)) ([9beafec](https://github.com/ivuorinen/base-configs/commit/9beafec48681768f06ff24029391176d87169261)) + ## [0.2.19](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.18...@ivuorinen/eslint-config@0.2.19) (2023-10-24) **Note:** Version bump only for package @ivuorinen/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 1a45fa8..f6511ad 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.2.19", + "version": "0.3.0", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen", diff --git a/packages/markdownlint-config/CHANGELOG.md b/packages/markdownlint-config/CHANGELOG.md index d0a611c..b0b816a 100644 --- a/packages/markdownlint-config/CHANGELOG.md +++ b/packages/markdownlint-config/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.1.7...@ivuorinen/markdownlint-config@0.2.0) (2023-10-25) + +### Features + +- skip config creation if one already found ([#110](https://github.com/ivuorinen/base-configs/issues/110)) ([9beafec](https://github.com/ivuorinen/base-configs/commit/9beafec48681768f06ff24029391176d87169261)) + ## [0.1.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.1.6...@ivuorinen/markdownlint-config@0.1.7) (2023-10-24) **Note:** Version bump only for package @ivuorinen/markdownlint-config diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index 6c5d601..8c947f9 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/markdownlint-config", - "version": "0.1.7", + "version": "0.2.0", "description": "ivuorinen's shareable configuration for markdownlint.", "author": { "name": "Ismo Vuorinen", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 0570409..f16f132 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.1.2...@ivuorinen/prettier-config@0.2.0) (2023-10-25) + +### Features + +- skip config creation if one already found ([#110](https://github.com/ivuorinen/base-configs/issues/110)) ([9beafec](https://github.com/ivuorinen/base-configs/commit/9beafec48681768f06ff24029391176d87169261)) + ## [0.1.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.1.1...@ivuorinen/prettier-config@0.1.2) (2023-10-24) **Note:** Version bump only for package @ivuorinen/prettier-config diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 3e623fd..07d0a7b 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/prettier-config", - "version": "0.1.2", + "version": "0.2.0", "description": "ivuorinen's shareable configuration for Prettier.", "author": { "name": "Ismo Vuorinen", diff --git a/packages/semantic-release-config/CHANGELOG.md b/packages/semantic-release-config/CHANGELOG.md index b452808..ad0f746 100644 --- a/packages/semantic-release-config/CHANGELOG.md +++ b/packages/semantic-release-config/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.1.14...@ivuorinen/semantic-release-config@0.2.0) (2023-10-25) + +### Features + +- skip config creation if one already found ([#110](https://github.com/ivuorinen/base-configs/issues/110)) ([9beafec](https://github.com/ivuorinen/base-configs/commit/9beafec48681768f06ff24029391176d87169261)) + ## [0.1.14](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.1.13...@ivuorinen/semantic-release-config@0.1.14) (2023-10-24) **Note:** Version bump only for package @ivuorinen/semantic-release-config diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index 324d073..0e06637 100644 --- a/packages/semantic-release-config/package.json +++ b/packages/semantic-release-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/semantic-release-config", - "version": "0.1.14", + "version": "0.2.0", "description": "ivuorinen's shareable configuration for semantic-release.", "author": { "name": "Ismo Vuorinen", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index dffba36..5618a2d 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.33...@ivuorinen/stylelint-config@0.2.0) (2023-10-25) + +### Features + +- skip config creation if one already found ([#110](https://github.com/ivuorinen/base-configs/issues/110)) ([9beafec](https://github.com/ivuorinen/base-configs/commit/9beafec48681768f06ff24029391176d87169261)) + ## [0.1.33](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.32...@ivuorinen/stylelint-config@0.1.33) (2023-10-24) **Note:** Version bump only for package @ivuorinen/stylelint-config diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index b596484..a853b9f 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.1.33", + "version": "0.2.0", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",