chore(release): publish

- @ivuorinen/base-configs@2.0.8
 - @ivuorinen/commitlint-config@0.3.5
 - @ivuorinen/eslint-config@0.5.6
 - @ivuorinen/markdownlint-config@0.3.5
 - @ivuorinen/semantic-release-config@0.3.6
 - @ivuorinen/stylelint-config@0.3.5
This commit is contained in:
ivuorinen
2024-11-16 17:59:23 +00:00
parent 81c0b5218f
commit 1704a33926
12 changed files with 34 additions and 10 deletions

View File

@@ -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. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.0.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.7...@ivuorinen/base-configs@2.0.8) (2024-11-16)
**Note:** Version bump only for package @ivuorinen/base-configs
## 2.0.7 (2024-11-16) ## 2.0.7 (2024-11-16)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/base-configs", "name": "@ivuorinen/base-configs",
"version": "2.0.7", "version": "2.0.8",
"type": "module", "type": "module",
"description": "ivuorinen's shareable configurations meta package", "description": "ivuorinen's shareable configurations meta package",
"author": { "author": {
@@ -29,10 +29,10 @@
}, },
"dependencies": { "dependencies": {
"@ivuorinen/browserslist-config": "^0.3.4", "@ivuorinen/browserslist-config": "^0.3.4",
"@ivuorinen/commitlint-config": "^0.3.4", "@ivuorinen/commitlint-config": "^0.3.5",
"@ivuorinen/eslint-config": "^0.5.5", "@ivuorinen/eslint-config": "^0.5.6",
"@ivuorinen/markdownlint-config": "^0.3.4", "@ivuorinen/markdownlint-config": "^0.3.5",
"@ivuorinen/prettier-config": "^0.3.5", "@ivuorinen/prettier-config": "^0.3.5",
"@ivuorinen/semantic-release-config": "^0.3.5" "@ivuorinen/semantic-release-config": "^0.3.6"
} }
} }

View File

@@ -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. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.3.4...@ivuorinen/commitlint-config@0.3.5) (2024-11-16)
**Note:** Version bump only for package @ivuorinen/commitlint-config
## 0.3.4 (2024-11-16) ## 0.3.4 (2024-11-16)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/commitlint-config", "name": "@ivuorinen/commitlint-config",
"version": "0.3.4", "version": "0.3.5",
"type": "module", "type": "module",
"description": "ivuorinen's shareable configuration for commitlint.", "description": "ivuorinen's shareable configuration for commitlint.",
"author": { "author": {

View File

@@ -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. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.5.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.5.5...@ivuorinen/eslint-config@0.5.6) (2024-11-16)
**Note:** Version bump only for package @ivuorinen/eslint-config
## 0.5.5 (2024-11-16) ## 0.5.5 (2024-11-16)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/eslint-config", "name": "@ivuorinen/eslint-config",
"version": "0.5.5", "version": "0.5.6",
"description": "ivuorinen's shareable configuration for ESLint.", "description": "ivuorinen's shareable configuration for ESLint.",
"author": { "author": {
"name": "Ismo Vuorinen", "name": "Ismo Vuorinen",

View File

@@ -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. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.3.4...@ivuorinen/markdownlint-config@0.3.5) (2024-11-16)
**Note:** Version bump only for package @ivuorinen/markdownlint-config
## 0.3.4 (2024-11-16) ## 0.3.4 (2024-11-16)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/markdownlint-config", "name": "@ivuorinen/markdownlint-config",
"version": "0.3.4", "version": "0.3.5",
"type": "module", "type": "module",
"description": "ivuorinen's shareable configuration for markdownlint.", "description": "ivuorinen's shareable configuration for markdownlint.",
"author": { "author": {

View File

@@ -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. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.3.5...@ivuorinen/semantic-release-config@0.3.6) (2024-11-16)
**Note:** Version bump only for package @ivuorinen/semantic-release-config
## 0.3.5 (2024-11-16) ## 0.3.5 (2024-11-16)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/semantic-release-config", "name": "@ivuorinen/semantic-release-config",
"version": "0.3.5", "version": "0.3.6",
"description": "ivuorinen's shareable configuration for semantic-release.", "description": "ivuorinen's shareable configuration for semantic-release.",
"author": { "author": {
"name": "Ismo Vuorinen", "name": "Ismo Vuorinen",

View File

@@ -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. All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.3.4...@ivuorinen/stylelint-config@0.3.5) (2024-11-16)
**Note:** Version bump only for package @ivuorinen/stylelint-config
## 0.3.4 (2024-11-16) ## 0.3.4 (2024-11-16)
### Bug Fixes ### Bug Fixes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/stylelint-config", "name": "@ivuorinen/stylelint-config",
"version": "0.3.4", "version": "0.3.5",
"type": "module", "type": "module",
"description": "ivuorinen's shareable configuration for stylelint.", "description": "ivuorinen's shareable configuration for stylelint.",
"author": { "author": {