Commit 2179365 1 parent 6154a3d commit 2179365 Copy full SHA for 2179365
File tree 7 files changed +36
-8
lines changed
7 files changed +36
-8
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ### 3.0.2 - 2024-06-09
7
+
8
+ #### 🐞 Fixes
9
+
10
+ - Fix conventional preset. ([ 6154a3d] ( https://github.com/moonrepo/dev/commit/6154a3d ) )
11
+
12
+ ** Note:** Version bump only for package @moonrepo/dev
13
+
14
+
15
+
16
+
17
+
6
18
## <small >3.0.1 (2024-05-27)</small >
7
19
8
20
* deps(@typescript-eslint /* ): Update to v7.10. ([ 82e0a08] ( https://github.com/moonrepo/dev/commit/82e0a08 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @moonrepo/dev" ,
3
- "version" : " 3.0.1 " ,
3
+ "version" : " 3.0.2 " ,
4
4
"description" : " Reusable constants and helpers for moon configurations." ,
5
5
"keywords" : [
6
6
" moon" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ### 3.1.2 - 2024-06-09
7
+
8
+ ** Note:** Version bump only for package eslint-config-moon
9
+
10
+
11
+
12
+
13
+
6
14
## <small >3.1.1 (2024-05-27)</small >
7
15
8
16
* deps(@typescript-eslint /* ): Update to v7.10. ([ 82e0a08] ( https://github.com/moonrepo/dev/commit/82e0a08 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-moon" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 3.1.2 " ,
4
4
"description" : " A modern and strict ESLint configuration." ,
5
5
"keywords" : [
6
6
" eslint-config" ,
33
33
"eslint" : " ^8.0.0 || ^9.0.0"
34
34
},
35
35
"dependencies" : {
36
- "@moonrepo/dev" : " ^3.0.1 " ,
36
+ "@moonrepo/dev" : " ^3.0.2 " ,
37
37
"@typescript-eslint/eslint-plugin" : " ^7.10.0" ,
38
38
"@typescript-eslint/parser" : " ^7.10.0" ,
39
39
"eslint-config-airbnb-base" : " ^15.0.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ### 3.0.2 - 2024-06-09
7
+
8
+ ** Note:** Version bump only for package jest-preset-moon
9
+
10
+
11
+
12
+
13
+
6
14
## <small >3.0.1 (2024-05-27)</small >
7
15
8
16
** Note:** Version bump only for package jest-preset-moon
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jest-preset-moon" ,
3
- "version" : " 3.0.1 " ,
3
+ "version" : " 3.0.2 " ,
4
4
"description" : " A modern Jest preset for tooling development." ,
5
5
"keywords" : [
6
6
" jest-preset" ,
30
30
"jest" : " >=26.0.0"
31
31
},
32
32
"dependencies" : {
33
- "@moonrepo/dev" : " ^3.0.1 " ,
33
+ "@moonrepo/dev" : " ^3.0.2 " ,
34
34
"@types/jest" : " ^29.5.12" ,
35
35
"jest-circus" : " ^29.7.0" ,
36
36
"jest-environment-jsdom" : " ^29.7.0"
Original file line number Diff line number Diff line change @@ -2574,7 +2574,7 @@ __metadata:
2574
2574
languageName : node
2575
2575
linkType : hard
2576
2576
2577
- " @moonrepo/dev@npm:^3.0.1 , @moonrepo/dev@workspace:*, @moonrepo/dev@workspace:packages/dev " :
2577
+ " @moonrepo/dev@npm:^3.0.2 , @moonrepo/dev@workspace:*, @moonrepo/dev@workspace:packages/dev " :
2578
2578
version : 0.0.0-use.local
2579
2579
resolution : " @moonrepo/dev@workspace:packages/dev"
2580
2580
dependencies :
@@ -6248,7 +6248,7 @@ __metadata:
6248
6248
version : 0.0.0-use.local
6249
6249
resolution : " eslint-config-moon@workspace:packages/eslint-config"
6250
6250
dependencies :
6251
- " @moonrepo/dev " : " npm:^3.0.1 "
6251
+ " @moonrepo/dev " : " npm:^3.0.2 "
6252
6252
" @types/eslint " : " npm:^8.56.10"
6253
6253
" @typescript-eslint/eslint-plugin " : " npm:^7.10.0"
6254
6254
" @typescript-eslint/parser " : " npm:^7.10.0"
@@ -8795,7 +8795,7 @@ __metadata:
8795
8795
version : 0.0.0-use.local
8796
8796
resolution : " jest-preset-moon@workspace:packages/jest-preset"
8797
8797
dependencies :
8798
- " @moonrepo/dev " : " npm:^3.0.1 "
8798
+ " @moonrepo/dev " : " npm:^3.0.2 "
8799
8799
" @types/jest " : " npm:^29.5.12"
8800
8800
jest : " npm:^29.7.0"
8801
8801
jest-circus : " npm:^29.7.0"
You can’t perform that action at this time.
0 commit comments