From 9357cc124e44046d052b3f48793e0fd7d2412780 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sun, 19 Nov 2023 06:52:04 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@1.1.12 - @ivuorinen/commitlint-config@0.2.7 --- 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 f0d436f..6fa3fda 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.12](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.11...@ivuorinen/base-configs@1.1.12) (2023-11-19) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.11](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.10...@ivuorinen/base-configs@1.1.11) (2023-11-16) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 328102d..8d6d3a6 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.11", + "version": "1.1.12", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -28,7 +28,7 @@ }, "dependencies": { "@ivuorinen/browserslist-config": "^0.2.2", - "@ivuorinen/commitlint-config": "^0.2.6", + "@ivuorinen/commitlint-config": "^0.2.7", "@ivuorinen/eslint-config": "^0.4.4", "@ivuorinen/markdownlint-config": "^0.2.2", "@ivuorinen/prettier-config": "^0.2.3", diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 8a3d663..bd67d39 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.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.6...@ivuorinen/commitlint-config@0.2.7) (2023-11-19) + +### Bug Fixes + +- **deps:** update devdependencies (patch) to v18.4.2 ([22de2ef](https://github.com/ivuorinen/base-configs/commit/22de2efbabd32019afe995c75d460436be1144f6)) + ## [0.2.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.5...@ivuorinen/commitlint-config@0.2.6) (2023-11-16) ### Bug Fixes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 2175bb6..fb62a1c 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/commitlint-config", - "version": "0.2.6", + "version": "0.2.7", "description": "ivuorinen's shareable configuration for commitlint.", "author": { "name": "Ismo Vuorinen",