From 824eceef7d9315edf9864645595d0095439999e9 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Thu, 4 May 2023 21:19:25 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/browserslist-config@0.1.1 - @ivuorinen/commitlint-config@0.1.1 - @ivuorinen/eslint-config@0.1.1 - @ivuorinen/markdownlint-config@0.1.1 - @ivuorinen/prettier-config@0.1.1 - @ivuorinen/semantic-release-config@0.1.1 - @ivuorinen/stylelint-config@0.1.1 --- packages/browserslist-config/CHANGELOG.md | 6 ++++++ packages/browserslist-config/package.json | 2 +- packages/commitlint-config/CHANGELOG.md | 4 ++++ packages/commitlint-config/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 4 ++++ packages/eslint-config/package.json | 2 +- packages/markdownlint-config/CHANGELOG.md | 4 ++++ 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, 43 insertions(+), 7 deletions(-) diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index d601bff..21cc492 100644 --- a/packages/browserslist-config/CHANGELOG.md +++ b/packages/browserslist-config/CHANGELOG.md @@ -1,3 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.1.1 (2023-05-04) + +### Bug Fixes + +- **deps:** update devdependencies (patch) ([#4](https://github.com/ivuorinen/base-configs/issues/4)) ([d87c0cf](https://github.com/ivuorinen/base-configs/commit/d87c0cf5fd2494b0577086e590b72f4ec7bb30ee)) diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index 6f0ebd7..2a9dfd9 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/browserslist-config", - "version": "0.1.0", + "version": "0.1.1", "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 d601bff..57dd7d3 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,3 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.1.1 (2023-05-04) + +**Note:** Version bump only for package @ivuorinen/commitlint-config diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index c8937bd..b41f455 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/commitlint-config", - "version": "0.1.0", + "version": "0.1.1", "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 d601bff..e84670e 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,3 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.1.1 (2023-05-04) + +**Note:** Version bump only for package @ivuorinen/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 513d5d3..362cbb0 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.1.0", + "version": "0.1.1", "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 d601bff..d88431d 100644 --- a/packages/markdownlint-config/CHANGELOG.md +++ b/packages/markdownlint-config/CHANGELOG.md @@ -1,3 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.1.1 (2023-05-04) + +**Note:** Version bump only for package @ivuorinen/markdownlint-config diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index d3ecca8..ee6dad3 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/markdownlint-config", - "version": "0.1.0", + "version": "0.1.1", "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 d601bff..21cc492 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,3 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.1.1 (2023-05-04) + +### Bug Fixes + +- **deps:** update devdependencies (patch) ([#4](https://github.com/ivuorinen/base-configs/issues/4)) ([d87c0cf](https://github.com/ivuorinen/base-configs/commit/d87c0cf5fd2494b0577086e590b72f4ec7bb30ee)) diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 3eed3e1..c457bc9 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/prettier-config", - "version": "0.1.0", + "version": "0.1.1", "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 d601bff..21cc492 100644 --- a/packages/semantic-release-config/CHANGELOG.md +++ b/packages/semantic-release-config/CHANGELOG.md @@ -1,3 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.1.1 (2023-05-04) + +### Bug Fixes + +- **deps:** update devdependencies (patch) ([#4](https://github.com/ivuorinen/base-configs/issues/4)) ([d87c0cf](https://github.com/ivuorinen/base-configs/commit/d87c0cf5fd2494b0577086e590b72f4ec7bb30ee)) diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index dddd208..92b1630 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.0", + "version": "0.1.1", "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 d601bff..21cc492 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,3 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.1.1 (2023-05-04) + +### Bug Fixes + +- **deps:** update devdependencies (patch) ([#4](https://github.com/ivuorinen/base-configs/issues/4)) ([d87c0cf](https://github.com/ivuorinen/base-configs/commit/d87c0cf5fd2494b0577086e590b72f4ec7bb30ee)) diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index e3b3a85..c081f48 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.1.0", + "version": "0.1.1", "description": "ivuorinen's shareable configuration for stylelint.", "author": { "name": "Ismo Vuorinen",