Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
1849c6aa13 chore(release): publish
- @ivuorinen/base-configs@1.1.93
 - @ivuorinen/browserslist-config@0.2.7
2024-06-12 03:17:50 +00:00
renovate[bot]
4b590e3f27 fix(deps): update dependency browserslist to v4.23.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-12 03:17:14 +00:00
4 changed files with 14 additions and 4 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.
## [1.1.93](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.92...@ivuorinen/base-configs@1.1.93) (2024-06-12)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.92](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.91...@ivuorinen/base-configs@1.1.92) (2024-06-06)
**Note:** Version bump only for package @ivuorinen/base-configs

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/base-configs",
"version": "1.1.92",
"version": "1.1.93",
"description": "ivuorinen's shareable configurations meta package",
"author": {
"name": "Ismo Vuorinen",
@@ -27,7 +27,7 @@
"url": "git+https://github.com/ivuorinen/base-configs.git"
},
"dependencies": {
"@ivuorinen/browserslist-config": "^0.2.6",
"@ivuorinen/browserslist-config": "^0.2.7",
"@ivuorinen/commitlint-config": "^0.2.22",
"@ivuorinen/eslint-config": "^0.4.41",
"@ivuorinen/markdownlint-config": "^0.2.7",

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.2.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.2.6...@ivuorinen/browserslist-config@0.2.7) (2024-06-12)
### Bug Fixes
- **deps:** update dependency browserslist to v4.23.1 ([4b590e3](https://github.com/ivuorinen/base-configs/commit/4b590e3f27b218d3f9ca761c9c026909c5dfff0c))
## [0.2.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.2.5...@ivuorinen/browserslist-config@0.2.6) (2024-05-05)
**Note:** Version bump only for package @ivuorinen/browserslist-config

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/browserslist-config",
"version": "0.2.6",
"version": "0.2.7",
"description": "ivuorinen's shareable configuration for Browserslist.",
"author": {
"name": "Ismo Vuorinen",
@@ -37,7 +37,7 @@
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.3",
"browserslist": "4.23.0"
"browserslist": "4.23.1"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}