From 9c6e9208545f70a52984b6590f11869e11743d1a Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sat, 2 Mar 2024 16:01:17 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@1.1.53 - @ivuorinen/commitlint-config@0.2.14 --- packages/base-configs/CHANGELOG.md | 4 ++++ packages/base-configs/package.json | 4 ++-- packages/commitlint-config/CHANGELOG.md | 4 ++++ packages/commitlint-config/package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index fcfcda9..42a1550 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.53](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.52...@ivuorinen/base-configs@1.1.53) (2024-03-02) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.52](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.51...@ivuorinen/base-configs@1.1.52) (2024-02-27) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 7061858..70129e7 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.52", + "version": "1.1.53", "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.13", + "@ivuorinen/commitlint-config": "^0.2.14", "@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 f85e89b..1536bf9 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/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. +## [0.2.14](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.13...@ivuorinen/commitlint-config@0.2.14) (2024-03-02) + +**Note:** Version bump only for package @ivuorinen/commitlint-config + ## [0.2.13](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.12...@ivuorinen/commitlint-config@0.2.13) (2024-02-17) ### Bug Fixes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index ede206b..171fc7a 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/commitlint-config", - "version": "0.2.13", + "version": "0.2.14", "description": "ivuorinen's shareable configuration for commitlint.", "author": { "name": "Ismo Vuorinen",