Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit bec8d0c

Browse files
committed
Merge branch 'release/1.2.38'
2 parents f34b9b4 + 47b30db commit bec8d0c

File tree

4 files changed

+142
-125
lines changed

4 files changed

+142
-125
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Generate a changelog
21-
uses: orhun/git-cliff-action@v2.3.0
21+
uses: orhun/git-cliff-action@v3.0.1
2222
id: git-cliff
2323
with:
2424
config: cliff.toml

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.2.38]] - 2024-02-28
6+
7+
### Bug Fixes
8+
9+
- Solve some minor issues and update dependencies
10+
511
## [1.2.37] - 2024-02-17
612

713
### Bug Fixes

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lilnouns-pics",
3-
"version": "1.2.37",
3+
"version": "1.2.38",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -24,23 +24,23 @@
2424
"react-dom": "18.2.0"
2525
},
2626
"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",
3030
"@types/react-dom": "18.2.19",
3131
"autoprefixer": "10.4.17",
32-
"eslint": "8.56.0",
32+
"eslint": "8.57.0",
3333
"eslint-config-next": "14.1.0",
3434
"incstr": "1.2.3",
3535
"mangle-css-class-webpack-plugin": "5.1.0",
3636
"postcss": "8.4.35",
3737
"serve": "14.2.1",
3838
"tailwindcss": "3.4.1",
3939
"typescript": "5.3.3",
40-
"wrangler": "3.28.3"
40+
"wrangler": "3.30.0"
4141
},
4242
"resolutions": {
43-
"undici": ">=5.28.3"
43+
"undici": ">=6.6.1"
4444
},
4545
"funding": [
4646
{

0 commit comments

Comments
 (0)