This repository was archived by the owner on Oct 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +142
-125
lines changed Expand file tree Collapse file tree 4 files changed +142
-125
lines changed Original file line number Diff line number Diff line change 18
18
fetch-depth : 0
19
19
20
20
- name : Generate a changelog
21
- uses : orhun/git-cliff-action@v2.3.0
21
+ uses : orhun/git-cliff-action@v3.0.1
22
22
id : git-cliff
23
23
with :
24
24
config : cliff.toml
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 1.2.38]] - 2024-02-28
6
+
7
+ ### Bug Fixes
8
+
9
+ - Solve some minor issues and update dependencies
10
+
5
11
## [ 1.2.37] - 2024-02-17
6
12
7
13
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lilnouns-pics" ,
3
- "version" : " 1.2.37 " ,
3
+ "version" : " 1.2.38 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
24
24
"react-dom" : " 18.2.0"
25
25
},
26
26
"devDependencies" : {
27
- "@cloudflare/workers-types" : " 4.20240208 .0" ,
28
- "@types/node" : " 20.11.19 " ,
29
- "@types/react" : " 18.2.55 " ,
27
+ "@cloudflare/workers-types" : " 4.20240222 .0" ,
28
+ "@types/node" : " 20.11.20 " ,
29
+ "@types/react" : " 18.2.60 " ,
30
30
"@types/react-dom" : " 18.2.19" ,
31
31
"autoprefixer" : " 10.4.17" ,
32
- "eslint" : " 8.56 .0" ,
32
+ "eslint" : " 8.57 .0" ,
33
33
"eslint-config-next" : " 14.1.0" ,
34
34
"incstr" : " 1.2.3" ,
35
35
"mangle-css-class-webpack-plugin" : " 5.1.0" ,
36
36
"postcss" : " 8.4.35" ,
37
37
"serve" : " 14.2.1" ,
38
38
"tailwindcss" : " 3.4.1" ,
39
39
"typescript" : " 5.3.3" ,
40
- "wrangler" : " 3.28.3 "
40
+ "wrangler" : " 3.30.0 "
41
41
},
42
42
"resolutions" : {
43
- "undici" : " >=5.28.3 "
43
+ "undici" : " >=6.6.1 "
44
44
},
45
45
"funding" : [
46
46
{
You can’t perform that action at this time.
0 commit comments