Skip to content

Commit 0b75d0a

Browse files
chore(main): release types 0.6.0 (#1908)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a73023a commit 0b75d0a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.19.0",
33
"apps/extension": "0.5.0",
44
"packages/sdk": "0.17.0",
5-
"packages/types": "0.5.0"
5+
"packages/types": "0.6.0"
66
}

packages/types/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@
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.6.0](https://github.com/anoma/namada-interface/compare/[email protected]@v0.6.0) (2025-04-17)
38+
39+
40+
### Features
41+
42+
* Ibc unshielding ([#1920](https://github.com/anoma/namada-interface/issues/1920)) ([2996391](https://github.com/anoma/namada-interface/commit/29963912650c4401cb09163042fb889986e094f6))
43+
* Keychain - Display chain name for known chains ([#1968](https://github.com/anoma/namada-interface/issues/1968)) ([ab902e5](https://github.com/anoma/namada-interface/commit/ab902e51564d24c238f1b7b0c0e6ad067decc9e5))
44+
* Keychain/Namadillo: Payment Address gen ([#1905](https://github.com/anoma/namada-interface/issues/1905)) ([200bd4b](https://github.com/anoma/namada-interface/commit/200bd4b400e36b5b216dc5a2facbe92c56c56b0b))
45+
* Namadillo - Improve gasLimit error ([#1977](https://github.com/anoma/namada-interface/issues/1977)) ([b965e07](https://github.com/anoma/namada-interface/commit/b965e071b0b3c54b5081a008ae9e08da8680ebdc))
46+
* SDK - Add lookup for TxResponse result codes ([#1946](https://github.com/anoma/namada-interface/issues/1946)) ([54e2562](https://github.com/anoma/namada-interface/commit/54e2562627c3ffbedcd551d42440872d7a8ead18))
47+
* Update proposal statuses to include executed ([#1904](https://github.com/anoma/namada-interface/issues/1904)) ([843db28](https://github.com/anoma/namada-interface/commit/843db287525e88fb1886ca61414c0b2afe654b82))
48+
3749
## [0.5.0](https://github.com/anoma/namada-interface/compare/[email protected]@v0.5.0) (2025-02-28)
3850

3951

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.5.0",
3+
"version": "0.6.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)