chore(release): publish

- @ivuorinen/base-configs@2.0.6
 - @ivuorinen/browserslist-config@0.3.3
 - @ivuorinen/commitlint-config@0.3.3
 - @ivuorinen/config-checker@1.1.7
 - @ivuorinen/eslint-config@0.5.4
 - @ivuorinen/markdownlint-config@0.3.3
 - @ivuorinen/prettier-config@0.3.4
 - @ivuorinen/semantic-release-config@0.3.4
 - @ivuorinen/stylelint-config@0.3.3
This commit is contained in:
ivuorinen
2024-10-20 22:11:40 +00:00
parent 086cb1a2e3
commit a703eea763
18 changed files with 76 additions and 22 deletions

View File

@@ -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.3.4 (2024-10-20)
### Bug Fixes
- upgrade browserslist from 4.23.3 to 4.24.0 ([#297](https://github.com/ivuorinen/base-configs/issues/297)) ([a99c55a](https://github.com/ivuorinen/base-configs/commit/a99c55aab760142b5d77ad80ce5d44b25dde17d7))
## 0.3.3 (2024-10-19)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/prettier-config",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"description": "ivuorinen's shareable configuration for Prettier.",
"author": {
@@ -43,7 +43,7 @@
"postinstall": "node scripts/postinstall.cjs"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.6",
"@ivuorinen/config-checker": "^1.1.7",
"prettier": "^3"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"