Skip to content

Commit

Permalink
feat: post-release bumps, changelogs (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
jurevans authored Dec 2, 2024
1 parent eece967 commit a2f3f5c
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 3 deletions.
30 changes: 30 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@


## 0.12.0 (2024-12-02)


### Features

* add support for IBC deposits to shielded ([#1163](https://github.com/anoma/namada-interface/issues/1163)) ([50d8e61](https://github.com/anoma/namada-interface/commit/50d8e61374c39c9a89afab183ee87f87d4c0a561))
* allow Sdk to update itself, regen docs ([#861](https://github.com/anoma/namada-interface/issues/861)) ([ce1562b](https://github.com/anoma/namada-interface/commit/ce1562bf9ca61fe8a7372a74963ea616bc0ce129))
* bump to 0.39.0, specify transparent transfer in types ([#858](https://github.com/anoma/namada-interface/issues/858)) ([3ad6200](https://github.com/anoma/namada-interface/commit/3ad620045a6c2c51dda7be0ccc1a2e88b54a959e))
* enable IBC withdrawals for all tokens ([#1243](https://github.com/anoma/namada-interface/issues/1243)) ([14106eb](https://github.com/anoma/namada-interface/commit/14106eba676c38cc3fee379221359557c5758da2)), closes [#1242](https://github.com/anoma/namada-interface/issues/1242) [#1222](https://github.com/anoma/namada-interface/issues/1222)
* fetch and load masp params ([#1136](https://github.com/anoma/namada-interface/issues/1136)) ([5df8577](https://github.com/anoma/namada-interface/commit/5df8577cf0627247a7aeb5fa4de5e3970049b024))
* hook up interface to SDK package, extension signing ([1e2ad8e](https://github.com/anoma/namada-interface/commit/1e2ad8e4ff3c64451e94d36ef9559180fbcd27c5))
* hook up tx hash to build Tx, add to SDK ([#753](https://github.com/anoma/namada-interface/issues/753)) ([35909e7](https://github.com/anoma/namada-interface/commit/35909e7a2cdba35fea0f0af46b8628de240d420e))
* **interface:** fixing namadillo dev serve ([c66af51](https://github.com/anoma/namada-interface/commit/c66af51f59c6b4d611e0c69911e73e6605678191))
* move sdk package into [@namada](https://github.com/namada) org ([#1230](https://github.com/anoma/namada-interface/issues/1230)) ([0376020](https://github.com/anoma/namada-interface/commit/0376020411a6b123376a39bce4240bb7468858ae))
* sdk api improvements ([#695](https://github.com/anoma/namada-interface/issues/695)) ([6eee06c](https://github.com/anoma/namada-interface/commit/6eee06cb2b40eac8bd2eebc399fc87698654aaa1))
* sdk js publish ([#665](https://github.com/anoma/namada-interface/issues/665)) ([ec3dec8](https://github.com/anoma/namada-interface/commit/ec3dec8070219f29ccf95e8a50c880da3f032566))
* sdk version bump, changelog ([#1175](https://github.com/anoma/namada-interface/issues/1175)) ([f70a6a4](https://github.com/anoma/namada-interface/commit/f70a6a4c1e1d8ddef3e2985ec16295c666f4c95b))
* shield nam ([#1165](https://github.com/anoma/namada-interface/issues/1165)) ([e6b5530](https://github.com/anoma/namada-interface/commit/e6b55307c77312a3bdde192ec721d5e84883d4ba))
* support claim rewards tx in SDK ([#932](https://github.com/anoma/namada-interface/issues/932)) ([59d0ea9](https://github.com/anoma/namada-interface/commit/59d0ea9659658c23c804324d46594783ed695a2e)), closes [#679](https://github.com/anoma/namada-interface/issues/679)
* support decoding ibc tx details in sdk ([#1174](https://github.com/anoma/namada-interface/issues/1174)) ([1bd083b](https://github.com/anoma/namada-interface/commit/1bd083ba5883a3f722a6838b9694223afeae71a1))
* update unbonding period calculation ([#1034](https://github.com/anoma/namada-interface/issues/1034)) ([2e65ae8](https://github.com/anoma/namada-interface/commit/2e65ae8ae3d2430b6268603785c30016d2df77a6))
* update zip32 path ([#621](https://github.com/anoma/namada-interface/issues/621)) ([c4e5413](https://github.com/anoma/namada-interface/commit/c4e54131064b1d7df3704a0f815cd041dc551740))


### Bug Fixes

* fix tests ([d49bd66](https://github.com/anoma/namada-interface/commit/d49bd66a00556205374fe19a092a36717d7ba75a))
* linting and TypeScript errors ([82eb87e](https://github.com/anoma/namada-interface/commit/82eb87eeb8f96100f239c7ff1a6cc2e953fbfdac))
* updating imports for consistency ([#1325](https://github.com/anoma/namada-interface/issues/1325)) ([ae2b4eb](https://github.com/anoma/namada-interface/commit/ae2b4eb0d5aa8f464cd8752404742359702210d4))

## 0.10.0 (2024-10-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@namada/sdk",
"version": "0.11.0",
"version": "0.12.0",
"description": "Namada SDK package",
"exports": {
"./web": {
Expand Down
70 changes: 70 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@


## 0.3.0 (2024-12-02)


### Features

* **138:** reveal pk ([#162](https://github.com/anoma/namada-interface/issues/162)) ([6ac8519](https://github.com/anoma/namada-interface/commit/6ac8519cb841c93af0861563fd163c58f7bc63d3))
* add balance to masp overview ([#1169](https://github.com/anoma/namada-interface/issues/1169)) ([38754bf](https://github.com/anoma/namada-interface/commit/38754bf0e621a955837cb89d07a583b60f9614bf))
* add build:docs to types package, include generated docs ([#918](https://github.com/anoma/namada-interface/issues/918)) ([a3754f4](https://github.com/anoma/namada-interface/commit/a3754f477e7f9230d186d5e6259d9112ddd1c45a))
* add info to broadcast tx response ([#919](https://github.com/anoma/namada-interface/issues/919)) ([dc48614](https://github.com/anoma/namada-interface/commit/dc48614a9aad5e97fccacead538d68130baf25d0))
* add isConnected method and revoke event ([#641](https://github.com/anoma/namada-interface/issues/641)) ([b505250](https://github.com/anoma/namada-interface/commit/b50525079c7d527e69f11e51e627b25b9048b674))
* add linter to the ci ([#247](https://github.com/anoma/namada-interface/issues/247)) ([901627e](https://github.com/anoma/namada-interface/commit/901627e3cdb03e7e1fb74dec25227391c64c2b35))
* add more proposal queries, voting now works ([6f36661](https://github.com/anoma/namada-interface/commit/6f36661689444bcafad0043508b774436400f8f1))
* add namadillo disconnect button ([#1092](https://github.com/anoma/namada-interface/issues/1092)) ([089b59b](https://github.com/anoma/namada-interface/commit/089b59b219a63283efbb11b5d43e0283f32a8160))
* add the switch account button ([#1051](https://github.com/anoma/namada-interface/issues/1051)) ([bfc42c3](https://github.com/anoma/namada-interface/commit/bfc42c3ff323a6dee24a91e56f5d2269f96ea8fa))
* begin integration of IBC with transfer module ([#1162](https://github.com/anoma/namada-interface/issues/1162)) ([08c7e2d](https://github.com/anoma/namada-interface/commit/08c7e2d9186809629abe64741d1a7970b5855958))
* bump keychain version, update type docs ([#1363](https://github.com/anoma/namada-interface/issues/1363)) ([eece967](https://github.com/anoma/namada-interface/commit/eece96730099ba0d4f5f506c5b4cd2520c82e198))
* bump shared to namada 0.41.0 ([#948](https://github.com/anoma/namada-interface/issues/948)) ([958b697](https://github.com/anoma/namada-interface/commit/958b69705046e9a5d6d76f07e896721f2217747b))
* bump to 0.39.0, specify transparent transfer in types ([#858](https://github.com/anoma/namada-interface/issues/858)) ([3ad6200](https://github.com/anoma/namada-interface/commit/3ad620045a6c2c51dda7be0ccc1a2e88b54a959e))
* continue governance, fix up vote summary, query for WASM code ([2c4fc1c](https://github.com/anoma/namada-interface/commit/2c4fc1c15772bebf88f766362662a1ccad5eb70b))
* decode and display pgf_payment proposal data ([c5b255a](https://github.com/anoma/namada-interface/commit/c5b255a8c017601587b89d1db381a62b42e04151))
* enable IBC withdrawals for all tokens ([#1243](https://github.com/anoma/namada-interface/issues/1243)) ([14106eb](https://github.com/anoma/namada-interface/commit/14106eba676c38cc3fee379221359557c5758da2)), closes [#1242](https://github.com/anoma/namada-interface/issues/1242) [#1222](https://github.com/anoma/namada-interface/issues/1222)
* eth bridge transfer ([#382](https://github.com/anoma/namada-interface/issues/382)) ([01263b0](https://github.com/anoma/namada-interface/commit/01263b09de988cbde080776cf8e32c1bb0f0c615))
* get proposal WASM and display in JSON ([6642852](https://github.com/anoma/namada-interface/commit/664285216f0ee513c699f6f27a8dd69749ad4ed6))
* hook up interface to SDK package, extension signing ([1e2ad8e](https://github.com/anoma/namada-interface/commit/1e2ad8e4ff3c64451e94d36ef9559180fbcd27c5))
* implement proposal filters and rework types ([6922bc8](https://github.com/anoma/namada-interface/commit/6922bc81a13ef60ca8f85cec898c6b7cac053630))
* improve proposal JSON display ([7111291](https://github.com/anoma/namada-interface/commit/71112919b52483db77301e066b4ffb72ac68d1c0)), closes [#757](https://github.com/anoma/namada-interface/issues/757)
* indexer integration part 1 ([#778](https://github.com/anoma/namada-interface/issues/778)) ([0d82ba7](https://github.com/anoma/namada-interface/commit/0d82ba7ea53cd47870f0e3cca01aaa09780323c8))
* **interface:** implementing re-delegation flow ([54545ad](https://github.com/anoma/namada-interface/commit/54545adb5da036c2844f986466dcdccbbc6ce940))
* **interface:** removing legacy events ([055019d](https://github.com/anoma/namada-interface/commit/055019dd78725ae3ac43884d9ec887d4b4ab5cd2))
* make governance pages work with no extension ([c937081](https://github.com/anoma/namada-interface/commit/c937081f2215bbbf78878394fd3d3c6fa4d67422))
* masp with disposable key ([#538](https://github.com/anoma/namada-interface/issues/538)) ([0819762](https://github.com/anoma/namada-interface/commit/08197620bb9938aa15f3c2a9e39f557cf2239982))
* more governance improvements ([d727a9a](https://github.com/anoma/namada-interface/commit/d727a9a670245c6e61f76a61ec0d8580741bd97a))
* new governance panels, adding proposals queries ([8df3d72](https://github.com/anoma/namada-interface/commit/8df3d727d7220d1bb71e3855e3850bca409f2aa2))
* proposals ([#351](https://github.com/anoma/namada-interface/issues/351)) ([d6313ee](https://github.com/anoma/namada-interface/commit/d6313eea2976cdf97042e947b698ca636c366a80))
* release scripts ([#578](https://github.com/anoma/namada-interface/issues/578)) ([47100a0](https://github.com/anoma/namada-interface/commit/47100a07fc59118b51285257e7d234bf620cdef2))
* Sdk integration ([#198](https://github.com/anoma/namada-interface/issues/198)) ([1d1a217](https://github.com/anoma/namada-interface/commit/1d1a217637d04155c549b115c27a93d8fae71645)), closes [#204](https://github.com/anoma/namada-interface/issues/204)
* sdk js publish ([#665](https://github.com/anoma/namada-interface/issues/665)) ([ec3dec8](https://github.com/anoma/namada-interface/commit/ec3dec8070219f29ccf95e8a50c880da3f032566))
* send ibc transfer using sdk ([#213](https://github.com/anoma/namada-interface/issues/213)) ([76d49f8](https://github.com/anoma/namada-interface/commit/76d49f8d20c021c96553bf2187c4018de0037ab3))
* setting up Husky + LintStaged + Prettier ([#500](https://github.com/anoma/namada-interface/issues/500)) ([f59d7d2](https://github.com/anoma/namada-interface/commit/f59d7d23acda055b0742a1f4e3ebc9af6b4a3b7b))
* shield nam ([#1165](https://github.com/anoma/namada-interface/issues/1165)) ([e6b5530](https://github.com/anoma/namada-interface/commit/e6b55307c77312a3bdde192ec721d5e84883d4ba))
* shielded balances ([#298](https://github.com/anoma/namada-interface/issues/298)) ([08d4a64](https://github.com/anoma/namada-interface/commit/08d4a640ff3b72219f9db0e98fd91007f31175c8))
* shielded transfers in WebWorker ([#283](https://github.com/anoma/namada-interface/issues/283)) ([5454ac8](https://github.com/anoma/namada-interface/commit/5454ac86c40bf6e9741e9e72f03e755a99e9106b)), closes [#286](https://github.com/anoma/namada-interface/issues/286)
* show proposal activation time ([#947](https://github.com/anoma/namada-interface/issues/947)) ([513e1ba](https://github.com/anoma/namada-interface/commit/513e1ba3ebf59dcd07331e3718f6134a22ae0129))
* staking view integration ([#142](https://github.com/anoma/namada-interface/issues/142)) ([b4cc93e](https://github.com/anoma/namada-interface/commit/b4cc93edbd048f1dbfe0c0c3062c9a526c95e36c))
* support additional testnet tokens ([#529](https://github.com/anoma/namada-interface/issues/529)) ([17c378c](https://github.com/anoma/namada-interface/commit/17c378c8a259e827efcb75d6fb8b10c4309c850d))
* support claim rewards tx in SDK ([#932](https://github.com/anoma/namada-interface/issues/932)) ([59d0ea9](https://github.com/anoma/namada-interface/commit/59d0ea9659658c23c804324d46594783ed695a2e)), closes [#679](https://github.com/anoma/namada-interface/issues/679)
* support memmo field in ibc transfer ([#692](https://github.com/anoma/namada-interface/issues/692)) ([a6e3a68](https://github.com/anoma/namada-interface/commit/a6e3a682f2ba3484c7b0004aace4fd1147b6bdd7))
* transfers from shielded addresses ([#291](https://github.com/anoma/namada-interface/issues/291)) ([2d818d0](https://github.com/anoma/namada-interface/commit/2d818d01e162dd24d60f11d251523c1c519e2378))
* unbound using sdk ([#211](https://github.com/anoma/namada-interface/issues/211)) ([d367c3d](https://github.com/anoma/namada-interface/commit/d367c3dfd8f071794702b747ab95185f62e1e7c7))
* update namada to 0.11.0 ([#158](https://github.com/anoma/namada-interface/issues/158)) ([a43ce14](https://github.com/anoma/namada-interface/commit/a43ce14644d2f121b854f5a483d2e3a8aac43990))
* update to namada 16 ([#275](https://github.com/anoma/namada-interface/issues/275)) ([51326ac](https://github.com/anoma/namada-interface/commit/51326acf925542ba24c756f9de89b16a0fa0b498))
* yarn publish ([#571](https://github.com/anoma/namada-interface/issues/571)) ([62bef6a](https://github.com/anoma/namada-interface/commit/62bef6ab4ddbd09c1c835aa06b6a3577a8b028d2))


### Bug Fixes

* deserialize based on schema fields ([d8ce344](https://github.com/anoma/namada-interface/commit/d8ce344189042de9f1021babca844b46a8d9317b))
* fix typos ([#553](https://github.com/anoma/namada-interface/issues/553)) ([6a78023](https://github.com/anoma/namada-interface/commit/6a78023e08c01a3c93f4e3f49e8773d8a5eba6d8))
* linter and linter issues ([#392](https://github.com/anoma/namada-interface/issues/392)) ([a26bfab](https://github.com/anoma/namada-interface/commit/a26bfabc5f5bd83bb6a46036fdc2259b2a7fa218))
* make getIntegration return a specific integration ([#655](https://github.com/anoma/namada-interface/issues/655)) ([9fc2b3c](https://github.com/anoma/namada-interface/commit/9fc2b3c19e7b7d79f2dfa95f25130f3e383ff5f2))
* prefix environment variables ([#493](https://github.com/anoma/namada-interface/issues/493)) ([570f068](https://github.com/anoma/namada-interface/commit/570f068f85bab1446c98aabd89e2f2f73a4a2ade))
* publish ([#573](https://github.com/anoma/namada-interface/issues/573)) ([ded0b77](https://github.com/anoma/namada-interface/commit/ded0b771d807531d4efe5bc0d6ff2549c79321f4))
* refactor/fix up tokens ([#655](https://github.com/anoma/namada-interface/issues/655)) ([8f80267](https://github.com/anoma/namada-interface/commit/8f802671689db6f959a5002ea5693367646d01d2))
* replace tally type with two fifths ([#1252](https://github.com/anoma/namada-interface/issues/1252)) ([785d9ad](https://github.com/anoma/namada-interface/commit/785d9ad5d6cf7d7abab53ae9cf812fbbfa84b0f7))
* unshiedling ([#656](https://github.com/anoma/namada-interface/issues/656)) ([03856d2](https://github.com/anoma/namada-interface/commit/03856d2981cee3155991418f20ee6122b03e7891))
* update rust imports and implement verify sig ([#603](https://github.com/anoma/namada-interface/issues/603)) ([8b3572d](https://github.com/anoma/namada-interface/commit/8b3572dd39b1853b2d0c6aad8d9f6fdeed5046ef))
* use base 10 instead of base 64 for BNs ([be71d5b](https://github.com/anoma/namada-interface/commit/be71d5b59111681ec67ae7f4eea30f2449d666fe))
* use BigNumber for representing amounts ([66a1919](https://github.com/anoma/namada-interface/commit/66a1919a5b8358da0137c9d34784c01d8586b517))
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@namada/types",
"version": "0.2.1",
"version": "0.3.0",
"description": "Types related to the Namada Extension",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
13 changes: 12 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3797,7 +3797,18 @@ __metadata:
languageName: unknown
linkType: soft

"@namada/types@npm:0.2.1, @namada/types@workspace:packages/types":
"@namada/types@npm:0.2.1":
version: 0.2.1
resolution: "@namada/types@npm:0.2.1"
dependencies:
"@dao-xyz/borsh": "npm:^5.1.5"
bignumber.js: "npm:^9.1.1"
slip44: "npm:^3.0.11"
checksum: 33218d96948a08b6d51c851152272bec52479c56363f2d14813ab71300c46eb41059317add511afa0853cff1ad6b8f85ee0bc5f82a411a6ed421b4f40bafc057
languageName: node
linkType: hard

"@namada/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@namada/types@workspace:packages/types"
dependencies:
Expand Down

1 comment on commit a2f3f5c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.