@ivuorinen/base-configs 1.1.106 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +12 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,18 @@
|
|
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.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.0...@ivuorinen/base-configs@2.0.1) (2024-08-26)
|
6
|
+
|
7
|
+
**Note:** Version bump only for package @ivuorinen/base-configs
|
8
|
+
|
9
|
+
# [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)
|
10
|
+
|
11
|
+
- feat!: module & commonjs in base-configs ([02e4f47](https://github.com/ivuorinen/base-configs/commit/02e4f4779c79e5e179b3fb31b9a642d9ec96f862))
|
12
|
+
|
13
|
+
### BREAKING CHANGES
|
14
|
+
|
15
|
+
- support module, and commonjs types
|
16
|
+
|
5
17
|
## [1.1.106](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.105...@ivuorinen/base-configs@1.1.106) (2024-08-21)
|
6
18
|
|
7
19
|
**Note:** Version bump only for package @ivuorinen/base-configs
|
package/package.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ivuorinen/base-configs",
|
3
|
-
"version": "
|
3
|
+
"version": "2.0.1",
|
4
|
+
"type": "module",
|
4
5
|
"description": "ivuorinen's shareable configurations meta package",
|
5
6
|
"author": {
|
6
7
|
"name": "Ismo Vuorinen",
|
@@ -27,13 +28,12 @@
|
|
27
28
|
"url": "git+https://github.com/ivuorinen/base-configs.git"
|
28
29
|
},
|
29
30
|
"dependencies": {
|
30
|
-
"@ivuorinen/browserslist-config": "^0.
|
31
|
-
"@ivuorinen/commitlint-config": "^0.
|
32
|
-
"@ivuorinen/eslint-config": "^0.
|
33
|
-
"@ivuorinen/markdownlint-config": "^0.
|
34
|
-
"@ivuorinen/prettier-config": "^0.
|
35
|
-
"@ivuorinen/semantic-release-config": "^0.
|
36
|
-
"eslint-plugin-n": "^17.0.0"
|
31
|
+
"@ivuorinen/browserslist-config": "^0.3.0",
|
32
|
+
"@ivuorinen/commitlint-config": "^0.3.0",
|
33
|
+
"@ivuorinen/eslint-config": "^0.5.1",
|
34
|
+
"@ivuorinen/markdownlint-config": "^0.3.0",
|
35
|
+
"@ivuorinen/prettier-config": "^0.3.0",
|
36
|
+
"@ivuorinen/semantic-release-config": "^0.3.0"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "fe6d36c90626a7058086bf9344694a413a9dea07"
|
39
39
|
}
|