From 130c81c8aac43e1359cf324d448d80d0bf0ce810 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 19 Mar 2024 08:28:41 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@1.1.56 - @ivuorinen/commitlint-config@0.2.16 --- packages/base-configs/CHANGELOG.md | 4 ++++ packages/base-configs/package.json | 4 ++-- packages/commitlint-config/CHANGELOG.md | 6 ++++++ packages/commitlint-config/package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index 7a19975..1ad7d83 100644 --- a/packages/base-configs/CHANGELOG.md +++ b/packages/base-configs/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.56](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.55...@ivuorinen/base-configs@1.1.56) (2024-03-19) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.55](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.54...@ivuorinen/base-configs@1.1.55) (2024-03-19) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 747a9a7..3aa8266 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.55", + "version": "1.1.56", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -28,7 +28,7 @@ }, "dependencies": { "@ivuorinen/browserslist-config": "^0.2.5", - "@ivuorinen/commitlint-config": "^0.2.15", + "@ivuorinen/commitlint-config": "^0.2.16", "@ivuorinen/eslint-config": "^0.4.19", "@ivuorinen/markdownlint-config": "^0.2.4", "@ivuorinen/prettier-config": "^0.2.9", diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 07157fe..43956c0 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.16](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.15...@ivuorinen/commitlint-config@0.2.16) (2024-03-19) + +### Bug Fixes + +- **deps:** update dependency @commitlint/cli to v19.2.0 ([#205](https://github.com/ivuorinen/base-configs/issues/205)) ([b72a2b6](https://github.com/ivuorinen/base-configs/commit/b72a2b6e9312284798d4a6200816fd8bc47fa4c6)) + ## [0.2.15](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.14...@ivuorinen/commitlint-config@0.2.15) (2024-03-17) ### Bug Fixes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 72c2c98..b6513f8 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/commitlint-config", - "version": "0.2.15", + "version": "0.2.16", "description": "ivuorinen's shareable configuration for commitlint.", "author": { "name": "Ismo Vuorinen",