mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-27 19:39:52 +00:00
Compare commits
2 Commits
@ivuorinen
...
@ivuorinen
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fcd89e8e78 | ||
|
|
e7e39f9e31 |
@@ -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.
|
||||||
|
|
||||||
|
## [1.1.91](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.90...@ivuorinen/base-configs@1.1.91) (2024-06-05)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/base-configs
|
||||||
|
|
||||||
## [1.1.90](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.89...@ivuorinen/base-configs@1.1.90) (2024-06-04)
|
## [1.1.90](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.89...@ivuorinen/base-configs@1.1.90) (2024-06-04)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/base-configs
|
**Note:** Version bump only for package @ivuorinen/base-configs
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/base-configs",
|
"name": "@ivuorinen/base-configs",
|
||||||
"version": "1.1.90",
|
"version": "1.1.91",
|
||||||
"description": "ivuorinen's shareable configurations meta package",
|
"description": "ivuorinen's shareable configurations meta package",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Ismo Vuorinen",
|
"name": "Ismo Vuorinen",
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
"@ivuorinen/commitlint-config": "^0.2.22",
|
"@ivuorinen/commitlint-config": "^0.2.22",
|
||||||
"@ivuorinen/eslint-config": "^0.4.41",
|
"@ivuorinen/eslint-config": "^0.4.41",
|
||||||
"@ivuorinen/markdownlint-config": "^0.2.7",
|
"@ivuorinen/markdownlint-config": "^0.2.7",
|
||||||
"@ivuorinen/prettier-config": "^0.2.10",
|
"@ivuorinen/prettier-config": "^0.2.11",
|
||||||
"@ivuorinen/semantic-release-config": "^0.2.22"
|
"@ivuorinen/semantic-release-config": "^0.2.22"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.2.11](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.10...@ivuorinen/prettier-config@0.2.11) (2024-06-05)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **deps:** update dependency prettier to v3.3.0 ([#258](https://github.com/ivuorinen/base-configs/issues/258)) ([e7e39f9](https://github.com/ivuorinen/base-configs/commit/e7e39f9e3140ea574340ac66a777f3cd49fbf4b4))
|
||||||
|
|
||||||
## [0.2.10](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.9...@ivuorinen/prettier-config@0.2.10) (2024-05-05)
|
## [0.2.10](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.9...@ivuorinen/prettier-config@0.2.10) (2024-05-05)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/prettier-config
|
**Note:** Version bump only for package @ivuorinen/prettier-config
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/prettier-config",
|
"name": "@ivuorinen/prettier-config",
|
||||||
"version": "0.2.10",
|
"version": "0.2.11",
|
||||||
"description": "ivuorinen's shareable configuration for Prettier.",
|
"description": "ivuorinen's shareable configuration for Prettier.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Ismo Vuorinen",
|
"name": "Ismo Vuorinen",
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ivuorinen/config-checker": "^1.1.3",
|
"@ivuorinen/config-checker": "^1.1.3",
|
||||||
"prettier": "3.2.5"
|
"prettier": "3.3.0"
|
||||||
},
|
},
|
||||||
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
|
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user