From 84acf9e16e3be0678231a05f7b12567a3fdbdf82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sat, 17 Feb 2024 03:36:31 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@1.1.46 - @ivuorinen/commitlint-config@0.2.12 --- 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 1be2508..be60d71 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.46](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.45...@ivuorinen/base-configs@1.1.46) (2024-02-17) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.45](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.44...@ivuorinen/base-configs@1.1.45) (2024-02-10) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 71b6813..dd19456 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.45", + "version": "1.1.46", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -28,7 +28,7 @@ }, "dependencies": { "@ivuorinen/browserslist-config": "^0.2.4", - "@ivuorinen/commitlint-config": "^0.2.11", + "@ivuorinen/commitlint-config": "^0.2.12", "@ivuorinen/eslint-config": "^0.4.16", "@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 d1d2673..6169b3c 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.12](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.11...@ivuorinen/commitlint-config@0.2.12) (2024-02-17) + +### Bug Fixes + +- **deps:** update devdependencies (patch) to v18.6.1 ([e996d19](https://github.com/ivuorinen/base-configs/commit/e996d191e5d51cb364ea7298ec8ee35722850aa6)) + ## [0.2.11](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.10...@ivuorinen/commitlint-config@0.2.11) (2024-01-28) ### Bug Fixes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 6d1ef6e..2844eb9 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/commitlint-config", - "version": "0.2.11", + "version": "0.2.12", "description": "ivuorinen's shareable configuration for commitlint.", "author": { "name": "Ismo Vuorinen",