Skip to content

Commit f893fdb

Browse files
chore(main): release 2.0.0
1 parent 0b733fa commit f893fdb

File tree

5 files changed

+29
-5
lines changed

5 files changed

+29
-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.1.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/SmarDex-Ecosystem/usdn-contracts/compare/v1.1.0...v2.0.0) (2025-04-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* this is breaking for consumers which expect a uint32, and it requires a storage update for the existing protocol instances
9+
10+
### Features
11+
12+
* **middleware:** wsteth oracle with data streams ([#898](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/898)) ([fc87703](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/fc87703652d8a17c7b25c548884d047ca87c5408))
13+
14+
15+
### Code Refactoring
16+
17+
* **parameters:** the fee threshold for shortdn is now 2000 WUSDN ([#909](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/909)) ([0b733fa](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/0b733fadb7590b23acbe84ba50675416c2f0b1f2))
18+
* relax abstract contracts version ([#908](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/908)) ([e431623](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/e431623c81cc2de17b89e3a661d71f4ed220817b))
19+
* sdex burn ratio to uint64 ([#895](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/895)) ([2d34a8d](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/2d34a8d3f6538f116f8d9ee068e11a9c33a3d1de))
20+
* wsteth middleware name ([#902](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/902)) ([db1779f](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/db1779f379342340de9197b78b0d86405715f534))
21+
22+
23+
### Build System
24+
25+
* **npm:** add the 'typescript' dependency to fix the `exportAbi` command ([#896](https://github.com/SmarDex-Ecosystem/usdn-contracts/issues/896)) ([a01bc4f](https://github.com/SmarDex-Ecosystem/usdn-contracts/commit/a01bc4f6b972b56fb34978b4ac9085493e1e3feb))
26+
327
## [1.1.0](https://github.com/SmarDex-Ecosystem/usdn-contracts/compare/v1.0.1...v1.1.0) (2025-03-27)
428

529

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.1.0",
3+
"version": "2.0.0",
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.1.0",
3+
"version": "2.0.0",
44
"description": "Contracts for the USDN token and derivatives protocol",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)