@ivuorinen/base-configs 2.0.6 → 2.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4
4
 
5
+ ## [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)
6
+
7
+ **Note:** Version bump only for package @ivuorinen/base-configs
8
+
9
+ ## 2.0.7 (2024-11-16)
10
+
11
+ ### Bug Fixes
12
+
13
+ - upgrade browserslist from 4.24.0 to 4.24.2 ([#302](https://github.com/ivuorinen/base-configs/issues/302)) ([cbb1754](https://github.com/ivuorinen/base-configs/commit/cbb17540f3cd7fc81f0032e557568c65ed0a9744))
14
+
5
15
  ## 2.0.6 (2024-10-20)
6
16
 
7
17
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivuorinen/base-configs",
3
- "version": "2.0.6",
3
+ "version": "2.0.8",
4
4
  "type": "module",
5
5
  "description": "ivuorinen's shareable configurations meta package",
6
6
  "author": {
@@ -28,12 +28,12 @@
28
28
  "url": "git+https://github.com/ivuorinen/base-configs.git"
29
29
  },
30
30
  "dependencies": {
31
- "@ivuorinen/browserslist-config": "^0.3.3",
32
- "@ivuorinen/commitlint-config": "^0.3.3",
33
- "@ivuorinen/eslint-config": "^0.5.4",
34
- "@ivuorinen/markdownlint-config": "^0.3.3",
35
- "@ivuorinen/prettier-config": "^0.3.4",
36
- "@ivuorinen/semantic-release-config": "^0.3.4"
31
+ "@ivuorinen/browserslist-config": "^0.3.4",
32
+ "@ivuorinen/commitlint-config": "^0.3.5",
33
+ "@ivuorinen/eslint-config": "^0.5.6",
34
+ "@ivuorinen/markdownlint-config": "^0.3.5",
35
+ "@ivuorinen/prettier-config": "^0.3.5",
36
+ "@ivuorinen/semantic-release-config": "^0.3.6"
37
37
  },
38
- "gitHead": "a703eea763d47effcc70e640cda9fa9ac8266d34"
38
+ "gitHead": "1704a33926f19992f923ffad2b93b2da79ac5a43"
39
39
  }