From 031f27257a27b1529c51252d2c5ae78baf67ae2c Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 16 Jul 2024 20:05:36 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@1.1.100 - @ivuorinen/prettier-config@0.2.16 --- packages/base-configs/CHANGELOG.md | 4 ++++ packages/base-configs/package.json | 4 ++-- packages/prettier-config/CHANGELOG.md | 6 ++++++ packages/prettier-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 05b1a2e..babd3de 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.100](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.99...@ivuorinen/base-configs@1.1.100) (2024-07-16) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.99](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.98...@ivuorinen/base-configs@1.1.99) (2024-07-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 a8dd9c1..623d158 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.99", + "version": "1.1.100", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -31,7 +31,7 @@ "@ivuorinen/commitlint-config": "^0.2.23", "@ivuorinen/eslint-config": "^0.4.45", "@ivuorinen/markdownlint-config": "^0.2.9", - "@ivuorinen/prettier-config": "^0.2.15", + "@ivuorinen/prettier-config": "^0.2.16", "@ivuorinen/semantic-release-config": "^0.2.23", "eslint-plugin-n": "^17.0.0" } diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index a72d83c..8049222 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-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/prettier-config@0.2.15...@ivuorinen/prettier-config@0.2.16) (2024-07-16) + +### Bug Fixes + +- **deps:** update prettier to 3.3.3 ([#277](https://github.com/ivuorinen/base-configs/issues/277)) ([03e8a97](https://github.com/ivuorinen/base-configs/commit/03e8a97e2b0d3a35e49969d100df16b7f7aaa89d)) + ## 0.2.15 (2024-07-02) ### Bug Fixes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index ec93f83..97ed7c9 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/prettier-config", - "version": "0.2.15", + "version": "0.2.16", "description": "ivuorinen's shareable configuration for Prettier.", "author": { "name": "Ismo Vuorinen",