@ivuorinen/base-configs 2.0.0 → 2.0.2

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 +8 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
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.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.1...@ivuorinen/base-configs@2.0.2) (2024-08-28)
6
+
7
+ **Note:** Version bump only for package @ivuorinen/base-configs
8
+
9
+ ## [2.0.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.0...@ivuorinen/base-configs@2.0.1) (2024-08-26)
10
+
11
+ **Note:** Version bump only for package @ivuorinen/base-configs
12
+
5
13
  # [2.0.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.106...@ivuorinen/base-configs@2.0.0) (2024-08-21)
6
14
 
7
15
  - feat!: module & commonjs in base-configs ([02e4f47](https://github.com/ivuorinen/base-configs/commit/02e4f4779c79e5e179b3fb31b9a642d9ec96f862))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivuorinen/base-configs",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
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.0",
32
- "@ivuorinen/commitlint-config": "^0.3.0",
33
- "@ivuorinen/eslint-config": "^0.5.0",
34
- "@ivuorinen/markdownlint-config": "^0.3.0",
35
- "@ivuorinen/prettier-config": "^0.3.0",
36
- "@ivuorinen/semantic-release-config": "^0.3.0"
31
+ "@ivuorinen/browserslist-config": "^0.3.1",
32
+ "@ivuorinen/commitlint-config": "^0.3.1",
33
+ "@ivuorinen/eslint-config": "^0.5.2",
34
+ "@ivuorinen/markdownlint-config": "^0.3.1",
35
+ "@ivuorinen/prettier-config": "^0.3.1",
36
+ "@ivuorinen/semantic-release-config": "^0.3.1"
37
37
  },
38
- "gitHead": "48856d9c71d7199f53fa83dfbbeac1378e6dce0a"
38
+ "gitHead": "963ff4fd63b3e1b59a6b3897c7a9905f603664dc"
39
39
  }