Skip to content

Commit dec16a7

Browse files
chore(main): release types 0.8.0
1 parent aba80b7 commit dec16a7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.31.3",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
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-08-26)
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+
3744
## [0.7.0](https://github.com/anoma/namada-interface/compare/[email protected]@v0.7.0) (2025-06-17)
3845

3946

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)