Skip to content

Commit 5f9fb8d

Browse files
committed
Merge branch 'release/1.0.0'
2 parents d4255d4 + fc41796 commit 5f9fb8d

File tree

4 files changed

+63
-51
lines changed

4 files changed

+63
-51
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
# Create a new GitHub release using the gathered information
5353
- name: Create the release
54-
uses: nekofar/create-github-release@v1.0.0-beta.6
54+
uses: nekofar/create-github-release@v1.0.0
5555
with:
5656
token: ${{ github.token }} # Authentication token from GitHub
5757
tag: ${{ github.ref_name }} # The name of the tag to be released

CHANGELOG.md

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

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

5+
## [1.0.0] - 2023-07-23
6+
7+
### <!-- 07 -->Continuous Integrations
8+
9+
- Update github release action version
10+
11+
### <!-- 08 -->Miscellaneous Tasks
12+
13+
- Bump @types/node from 20.4.2 to 20.4.4
14+
- Bump eslint-config-next from 13.4.11 to 13.4.12
15+
- Bump next from 13.4.11 to 13.4.12
16+
517
## [1.0.0-beta.6] - 2023-07-23
618

719
### <!-- 07 -->Continuous Integrations

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@lingui/react": "4.3.0",
2121
"clsx": "2.0.0",
2222
"langs": "2.0.0",
23-
"next": "13.4.11",
23+
"next": "13.4.12",
2424
"react": "18.2.0",
2525
"react-dom": "18.2.0"
2626
},
@@ -31,12 +31,12 @@
3131
"@lingui/macro": "4.3.0",
3232
"@lingui/swc-plugin": "4.0.2",
3333
"@types/langs": "2.0.1",
34-
"@types/node": "20.4.2",
34+
"@types/node": "20.4.4",
3535
"@types/react": "18.2.15",
3636
"@types/react-dom": "18.2.7",
3737
"autoprefixer": "10.4.14",
3838
"eslint": "8.45.0",
39-
"eslint-config-next": "13.4.11",
39+
"eslint-config-next": "13.4.12",
4040
"eslint-config-prettier": "8.8.0",
4141
"postcss": "8.4.27",
4242
"prettier": "3.0.0",

pnpm-lock.yaml

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)