Skip to content

Commit 431b028

Browse files
chore(main): release 1.0.1 (#852)
Co-authored-by: smardex-bot-account[bot] <173671444+smardex-bot-account[bot]@users.noreply.github.com>
1 parent e9dbfb3 commit 431b028

File tree

5 files changed

+34
-5
lines changed

5 files changed

+34
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/SmarDex-Ecosystem/usdn-contracts/compare/v1.0.0...v1.0.1) (2025-02-07)
4+
5+
6+
### Features
7+
8+
* add longFarming in scanRoles ([#857](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/857)) ([a7b1a85](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/a7b1a850c0e4dd691fc72964c1b467a741e5dc7d))
9+
* add the Balancer.fi adaptor of the wusdn token ([#859](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/859)) ([1b66219](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/1b66219e3bd132992c0f7e71b17b7ead4f7b314b))
10+
* change version ([#858](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/858)) ([baf6d8a](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/baf6d8afb2b2647c5a7a09b57ec8f1d36267eb0b))
11+
* mainnet balancer adapter deployment ([#860](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/860)) ([f6867f0](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/f6867f00cd178dda33fc5b5893a25772414e249e))
12+
* mainnet deployment ([#853](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/853)) ([f9171be](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/f9171be7feed778213a8c5d4e4dfce674ba16b4d))
13+
* remove slither ([#863](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/863)) ([1fafc13](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/1fafc13dea3d6a6a688917f0ebf3edbad6a36654))
14+
* **script:** gnosis tx builder ([#847](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/847)) ([3ecf7f6](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/3ecf7f6ac12e90dc037cd9d8cf0de6fa845c8f74))
15+
16+
17+
### Bug Fixes
18+
19+
* **logs-analysis-script:** fix wrong abi being used and update default addresses ([#856](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/856)) ([726a339](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/726a33926e2af5c9041cfc6ce76a323560d661bb))
20+
* **script:** revoke middleware admin role ([#851](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/851)) ([df57127](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/df57127e7e1cac337f0121b4e44f3b53bb98af03))
21+
22+
23+
### Documentation
24+
25+
* **README:** add contributors ([#854](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/854)) ([2b8daa0](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/2b8daa04c502cfea2907c333d9577ab866236c9a))
26+
27+
28+
### Code Refactoring
29+
30+
* **liq-rewards:** update the values for the liquidation rewards ([#855](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/855)) ([a45fa58](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/a45fa58f77a6d7c1270dd72a7c3499f48d268424))
31+
332
## [1.0.0](https://github.com/SmarDex-Ecosystem/usdn-contracts/compare/v0.24.2...v1.0.0) (2025-01-21)
433

534

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smardex/usdn-contracts",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"exports": "dist/abi/index.ts",
55
"publish": {
66
"include": [

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,6 +1,6 @@
11
{
22
"name": "@smardex/usdn-contracts",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Contracts for the USDN token and derivatives protocol",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)