Skip to content

Commit 58eb95a

Browse files
Merge pull request #3 from iExecBlockchainComputing/release-please--branches--main--components--react-template
chore(main): release react-template 1.0.0
2 parents 38ff19f + fff690a commit 58eb95a

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{".":"1.0.0"}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-04-24)
4+
5+
6+
### 🚀 Features
7+
8+
* add prettier configuration and format code ([409de64](https://github.com/iExecBlockchainComputing/explorer-v2/commit/409de64c0edddbb2ab6d8fb5e4c8aacb504566a9))
9+
* init ([fd1ca5b](https://github.com/iExecBlockchainComputing/explorer-v2/commit/fd1ca5bfb6fddf5a0cafef0a029614cee2ecb097))
10+
11+
12+
### 🐞 Bug Fixes
13+
14+
* add check-format script to package.json for prettier validation ([8dcdb09](https://github.com/iExecBlockchainComputing/explorer-v2/commit/8dcdb09ded4cc59f61d17ce07f94f829e862ff2e))

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-template",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)