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"
}

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.
## 0.4.10 (2025-02-23)
**Note:** Version bump only for package @ivuorinen/browserslist-config
## 0.4.9 (2025-02-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/browserslist-config",
"version": "0.4.9",
"version": "0.4.10",
"description": "ivuorinen's shareable configuration for Browserslist.",
"type": "module",
"author": {
@@ -43,7 +43,7 @@
"postinstall": "node scripts/postinstall.cjs"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.11",
"@ivuorinen/config-checker": "^1.1.12",
"browserslist": "^4.24.2"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"

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.
## 0.3.11 (2025-02-23)
**Note:** Version bump only for package @ivuorinen/commitlint-config
## 0.3.10 (2025-02-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/commitlint-config",
"version": "0.3.10",
"version": "0.3.11",
"type": "module",
"description": "ivuorinen's shareable configuration for commitlint.",
"author": {
@@ -44,7 +44,7 @@
"dependencies": {
"@commitlint/cli": "^19",
"@commitlint/config-conventional": "^19",
"@ivuorinen/config-checker": "^1.1.11"
"@ivuorinen/config-checker": "^1.1.12"
},
"peerDependencies": {
"typescript": ">=4"

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.
## 1.1.12 (2025-02-23)
**Note:** Version bump only for package @ivuorinen/config-checker
## 1.1.11 (2025-02-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/config-checker",
"version": "1.1.11",
"version": "1.1.12",
"description": "Checks the commonly used configuration locations for configuration files",
"keywords": [
"check-config",

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.
## 0.5.11 (2025-02-23)
**Note:** Version bump only for package @ivuorinen/eslint-config
## 0.5.10 (2025-02-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/eslint-config",
"version": "0.5.10",
"version": "0.5.11",
"description": "ivuorinen's shareable configuration for ESLint.",
"author": {
"name": "Ismo Vuorinen",
@@ -52,7 +52,7 @@
},
"dependencies": {
"@eslint/js": "^9",
"@ivuorinen/config-checker": "^1.1.11",
"@ivuorinen/config-checker": "^1.1.12",
"eslint": "^9.15.0",
"eslint-config-eslint": "^11",
"eslint-config-prettier": "^10.0.0",

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.
## 0.3.13 (2025-02-23)
**Note:** Version bump only for package @ivuorinen/markdownlint-config
## 0.3.12 (2025-02-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/markdownlint-config",
"version": "0.3.12",
"version": "0.3.13",
"type": "module",
"description": "ivuorinen's shareable configuration for markdownlint.",
"author": {
@@ -37,7 +37,7 @@
"postinstall": "node scripts/postinstall.cjs"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.11",
"@ivuorinen/config-checker": "^1.1.12",
"markdownlint-cli": "^0.44.0"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"

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.
## 0.3.11 (2025-02-23)
**Note:** Version bump only for package @ivuorinen/prettier-config
## 0.3.10 (2025-02-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/prettier-config",
"version": "0.3.10",
"version": "0.3.11",
"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.11",
"@ivuorinen/config-checker": "^1.1.12",
"prettier": "^3"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"

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.
## 0.3.16 (2025-02-23)
**Note:** Version bump only for package @ivuorinen/semantic-release-config
## 0.3.15 (2025-02-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/semantic-release-config",
"version": "0.3.15",
"version": "0.3.16",
"description": "ivuorinen's shareable configuration for semantic-release.",
"author": {
"name": "Ismo Vuorinen",
@@ -43,7 +43,7 @@
"postinstall": "node scripts/postinstall.cjs"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.11",
"@ivuorinen/config-checker": "^1.1.12",
"@semantic-release/changelog": "^6",
"@semantic-release/git": "^10",
"semantic-release": "^24"

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.
## 0.3.15 (2025-02-23)
**Note:** Version bump only for package @ivuorinen/stylelint-config
## 0.3.14 (2025-02-23)

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/stylelint-config",
"version": "0.3.14",
"version": "0.3.15",
"type": "module",
"description": "ivuorinen's shareable configuration for stylelint.",
"author": {
@@ -53,7 +53,7 @@
"postinstall": "node scripts/postinstall.cjs"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.11",
"@ivuorinen/config-checker": "^1.1.12",
"postcss": "^8",
"stylelint": "^16",
"stylelint-config-recommended-scss": "^14",