Skip to content

Commit 04a0fc8

Browse files
chore(main): release types 0.8.0
1 parent 4ac55e2 commit 04a0fc8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"apps/namadillo": "1.32.1",
33
"apps/extension": "0.8.1",
44
"packages/sdk": "0.19.1",
5-
"packages/types": "0.7.0"
5+
"packages/types": "0.8.0"
66
}

packages/types/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@
3434
* Move optional value to end of schema, no empty memo ([#1379](https://github.com/anoma/namada-interface/issues/1379)) ([ee49600](https://github.com/anoma/namada-interface/commit/ee496001aad9291e3bb224f91ac5caf31a1143db))
3535
* Replace tally type with two fifths ([#1252](https://github.com/anoma/namada-interface/issues/1252)) ([785d9ad](https://github.com/anoma/namada-interface/commit/785d9ad5d6cf7d7abab53ae9cf812fbbfa84b0f7))
3636

37+
## [0.8.0](https://github.com/namada-net/namada-interface/compare/[email protected]@v0.8.0) (2025-11-18)
38+
39+
40+
### Features
41+
42+
* Batch tx to pay fees when unshielding ([#2218](https://github.com/namada-net/namada-interface/issues/2218)) ([aba1977](https://github.com/namada-net/namada-interface/commit/aba19775816796b59e466bc45c9e06da902865c7))
43+
* Shielded swaps ([#1980](https://github.com/namada-net/namada-interface/issues/1980)) ([30b567e](https://github.com/namada-net/namada-interface/commit/30b567e7002ef658ea1a1a6f0d948466af16acd4))
44+
3745
## [0.7.0](https://github.com/anoma/namada-interface/compare/[email protected]@v0.7.0) (2025-06-17)
3846

3947

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@namada/types",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Types related to the Namada Extension",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)