chore(release): publish

- @ivuorinen/base-configs@2.0.28
 - @ivuorinen/browserslist-config@0.4.10
 - @ivuorinen/commitlint-config@0.3.11
 - @ivuorinen/config-checker@1.1.12
 - @ivuorinen/eslint-config@0.5.11
 - @ivuorinen/markdownlint-config@0.3.13
 - @ivuorinen/prettier-config@0.3.11
 - @ivuorinen/semantic-release-config@0.3.16
 - @ivuorinen/stylelint-config@0.3.15
This commit is contained in:
fiximus
2025-02-23 16:22:59 +00:00
parent d668c8ec88
commit 569c783f0b
18 changed files with 90 additions and 18 deletions

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2.0.28 (2025-02-23)
**Note:** Version bump only for package @ivuorinen/base-configs
## 2.0.27 (2025-02-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/base-configs",
"version": "2.0.27",
"version": "2.0.28",
"type": "module",
"description": "ivuorinen's shareable configurations meta package",
"author": {
@@ -30,8 +30,8 @@
"dependencies": {
"@ivuorinen/browserslist-config": "^0.4.4",
"@ivuorinen/commitlint-config": "^0.3.8",
"@ivuorinen/eslint-config": "^0.5.10",
"@ivuorinen/markdownlint-config": "^0.3.12",
"@ivuorinen/eslint-config": "^0.5.11",
"@ivuorinen/markdownlint-config": "^0.3.13",
"@ivuorinen/prettier-config": "^0.3.8",
"@ivuorinen/semantic-release-config": "^0.3.9"
}