Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 25, 2024
1 parent 6a0236b commit 149d699
Show file tree
Hide file tree
Showing 9 changed files with 236 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/starknet-snap": "2.11.0",
"packages/wallet-ui": "1.24.1",
"packages/get-starknet": "1.3.0"
"packages/starknet-snap": "3.0.0",
"packages/wallet-ui": "2.0.0",
"packages/get-starknet": "1.4.0"
}
22 changes: 22 additions & 0 deletions packages/get-starknet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.4.0](https://github.com/irisdv/starknet-snap/compare/get-starknet-v1.3.0...get-starknet-v1.4.0) (2024-11-25)


### Features

* Add backward compatible with get-starknet v3 ([#400](https://github.com/irisdv/starknet-snap/issues/400)) ([8bf8463](https://github.com/irisdv/starknet-snap/commit/8bf8463e0aefd3eb9e59f3cbcb44493e5de2fb5f))
* add get starknet package ([#186](https://github.com/irisdv/starknet-snap/issues/186)) ([c44c00d](https://github.com/irisdv/starknet-snap/commit/c44c00d3340191d4b276579556c613308c32cc1d))
* Add get-starknet v4 support ([#400](https://github.com/irisdv/starknet-snap/issues/400)) ([8bf8463](https://github.com/irisdv/starknet-snap/commit/8bf8463e0aefd3eb9e59f3cbcb44493e5de2fb5f))
* clean up and update dependency ([#259](https://github.com/irisdv/starknet-snap/issues/259)) ([fcb83e1](https://github.com/irisdv/starknet-snap/commit/fcb83e128fd4e483cdf9f4670e4e70e1d3876f7a))
* Enable Local Testing of Webpack Federation Module (get-starknet remoteEntry.js) ([#249](https://github.com/irisdv/starknet-snap/issues/249)) ([b06f9f2](https://github.com/irisdv/starknet-snap/commit/b06f9f26e6fa5be001075d128032064444990c17))
* sf-640 revamp cicd workflow ([#255](https://github.com/irisdv/starknet-snap/issues/255)) ([6faaf02](https://github.com/irisdv/starknet-snap/commit/6faaf024bd0b8112e5cea930a2bf8aad564a9454))
* show upgrade dialog on get-starknet calls ([#247](https://github.com/irisdv/starknet-snap/issues/247)) ([4d8a2d7](https://github.com/irisdv/starknet-snap/commit/4d8a2d7948459033c91991c357f3fe2f620fe46b))
* upgrade to sarknet.js v6.11.0 ([#296](https://github.com/irisdv/starknet-snap/issues/296)) ([e298244](https://github.com/irisdv/starknet-snap/commit/e298244a5e68e2809ab6367330e104c53ca5c861))


### Bug Fixes

* Fix address not update when network change ([#366](https://github.com/irisdv/starknet-snap/issues/366)) ([c96f75e](https://github.com/irisdv/starknet-snap/commit/c96f75eb6c95b76513e3a0488d7ccdb3d59e5a71))
* get-starknet execute txn not working in firefox ([#242](https://github.com/irisdv/starknet-snap/issues/242)) ([634152d](https://github.com/irisdv/starknet-snap/commit/634152d885e14d5c41e2caabfd8f45337bbb66c4))
* Remove 'Method not supported' exception in 'on' and 'off' event handlers for get-starknet v4 compatibility ([#402](https://github.com/irisdv/starknet-snap/issues/402)) ([bd6b66d](https://github.com/irisdv/starknet-snap/commit/bd6b66d2cba8382711adbe6a6312f295e22c64b6))
* resolve issue in cicd pipeline ([#258](https://github.com/irisdv/starknet-snap/issues/258)) ([35f21e6](https://github.com/irisdv/starknet-snap/commit/35f21e6da20e69420bc8763fd5a4a84f192fbc87))

## [1.3.0](https://github.com/Consensys/starknet-snap/compare/get-starknet-v1.2.0...get-starknet-v1.3.0) (2024-10-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/get-starknet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consensys/get-starknet",
"version": "1.3.0",
"version": "1.4.0",
"license": "(Apache-2.0 OR MIT)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
105 changes: 105 additions & 0 deletions packages/starknet-snap/CHANGELOG.md

Large diffs are not rendered by default.

19 changes: 15 additions & 4 deletions packages/starknet-snap/openrpc/starknet_snap_api_openrpc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openrpc": "1.0.0-rc1",
"info": {
"version": "2.11.0",
"version": "3.0.0",
"title": "Starknet MetaMask Snap API",
"license": {}
},
Expand Down Expand Up @@ -1366,7 +1366,12 @@
"properties": {
"type": {
"type": "string",
"enum": ["DECLARE", "DEPLOY", "DEPLOY_ACCOUNT", "INVOKE_FUNCTION"]
"enum": [
"DECLARE",
"DEPLOY",
"DEPLOY_ACCOUNT",
"INVOKE_FUNCTION"
]
},
"payload": {
"$ref": "#/components/schemas/INVOCATION_PAYLOAD"
Expand Down Expand Up @@ -1464,12 +1469,18 @@
},
"VOYAGER_TXN_TYPE": {
"type": "string",
"enum": ["invoke", "deploy"],
"enum": [
"invoke",
"deploy"
],
"description": "The txn type of the transaction from Voyager. May not be a full list here and subject to change"
},
"VOYAGER_TXN_STATUS": {
"type": "string",
"enum": ["Accepted on L2", "Accepted on L1"],
"enum": [
"Accepted on L2",
"Accepted on L1"
],
"description": "The status of the transaction. May be unknown in case node is not aware of it"
},
"TYPED_DATA_SIGNATURE": {
Expand Down
2 changes: 1 addition & 1 deletion packages/starknet-snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@consensys/starknet-snap",
"version": "2.11.0",
"version": "3.0.0",
"keywords": [],
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/starknet-snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.11.0",
"version": "3.0.0",
"description": "Manage Starknet accounts and assets with MetaMask.",
"proposedName": "Starknet",
"repository": {
Expand Down
87 changes: 87 additions & 0 deletions packages/wallet-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,93 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.


## [2.0.0](https://github.com/irisdv/starknet-snap/compare/wallet-ui-v1.24.1...wallet-ui-v2.0.0) (2024-11-25)


### ⚠ BREAKING CHANGES

* starknet.js to v4.17.1 for new account deployment ([#42](https://github.com/irisdv/starknet-snap/issues/42))

### Features

* [UI] support tx v3 in wallet-ui ([#271](https://github.com/irisdv/starknet-snap/issues/271)) ([8f50a33](https://github.com/irisdv/starknet-snap/commit/8f50a33ca7cdce88c6853ce1945cd7f7a7b24fae))
* add cookie banner ([#127](https://github.com/irisdv/starknet-snap/issues/127)) ([64a94de](https://github.com/irisdv/starknet-snap/commit/64a94de6194fd31ab68ae7eeb5b4c84c3e455889))
* add t and c at footer ([#120](https://github.com/irisdv/starknet-snap/issues/120)) ([f33de15](https://github.com/irisdv/starknet-snap/commit/f33de1512155d7d265d32a5f2ac8b95a88a41575))
* added changes to accommodate Voyager txn API responses changes ([#34](https://github.com/irisdv/starknet-snap/issues/34)) ([7990de0](https://github.com/irisdv/starknet-snap/commit/7990de0cbeadb100fd3d4b85bc3dfa6c7c607b30))
* added console messages for version detection ([#48](https://github.com/irisdv/starknet-snap/issues/48)) ([1689a42](https://github.com/irisdv/starknet-snap/commit/1689a42de8ef8eacdbc795729e6c7ff487b3c740))
* added craco and craco.config.js for wallet-ui ([#318](https://github.com/irisdv/starknet-snap/issues/318)) ([cd53fa4](https://github.com/irisdv/starknet-snap/commit/cd53fa40a9898d2a315f32935b6f870e9b95aed4))
* added specific address index in starkNet_createAccount and fixed Dapp to always use 0 ([#7](https://github.com/irisdv/starknet-snap/issues/7)) ([0607626](https://github.com/irisdv/starknet-snap/commit/0607626a2614ef01b964212ab08cdc225fc226a8))
* added support for MM flask v10.24.1 and added starkNet_estimate… ([#50](https://github.com/irisdv/starknet-snap/issues/50)) ([88acb2f](https://github.com/irisdv/starknet-snap/commit/88acb2fbf7c4884a0bd142a70bc87a0366432fbe))
* auto select the newly added token from the asset list ([#16](https://github.com/irisdv/starknet-snap/issues/16)) ([b9f0282](https://github.com/irisdv/starknet-snap/commit/b9f0282e261f2fd1f3b791b8620249faee166525))
* bump min snap version to 1.3.0 ([b2ff2c1](https://github.com/irisdv/starknet-snap/commit/b2ff2c1578410c6742750e65e93ea2968e24555d))
* bump min snap version to 1.4.0 ([c61c9cb](https://github.com/irisdv/starknet-snap/commit/c61c9cb90515b2cd6994c9c5c26e56d2ff2e6364))
* bump min snap version to v1.2 ([2a937db](https://github.com/irisdv/starknet-snap/commit/2a937db3b6ecd47ce00b93cbcd379b800384d6f3))
* bump snap min version to v1.1 ([#53](https://github.com/irisdv/starknet-snap/issues/53)) ([77baf48](https://github.com/irisdv/starknet-snap/commit/77baf48f4fd36a67e12c7e17774130028856f200))
* cairo 1 support ([#202](https://github.com/irisdv/starknet-snap/issues/202)) ([c5e36e9](https://github.com/irisdv/starknet-snap/commit/c5e36e9a6f3c63155d990bf519cd6af6eb3cd006))
* changed name from StarkNet to Starknet ([#138](https://github.com/irisdv/starknet-snap/issues/138)) ([a153ee1](https://github.com/irisdv/starknet-snap/commit/a153ee1a04e6c742b7a6fc326d0c7556af082ee5))
* clean up and update dependency ([#259](https://github.com/irisdv/starknet-snap/issues/259)) ([fcb83e1](https://github.com/irisdv/starknet-snap/commit/fcb83e128fd4e483cdf9f4670e4e70e1d3876f7a))
* deprecate goerli network ([#217](https://github.com/irisdv/starknet-snap/issues/217)) ([168484d](https://github.com/irisdv/starknet-snap/commit/168484d5c1f1303f03a0db7f286a8e98ed50eb6a))
* display a modal for the user to reinstall the snap in case he already had snap installed ([#69](https://github.com/irisdv/starknet-snap/issues/69)) ([108fc00](https://github.com/irisdv/starknet-snap/commit/108fc00fc381def320a9f94a1c0e270a7037eaab))
* display Stark name in Sidebar ([#184](https://github.com/irisdv/starknet-snap/issues/184)) ([60f37da](https://github.com/irisdv/starknet-snap/commit/60f37da767504382a4a93a5ce944e6119bd6e304))
* Enable Local Testing of Webpack Federation Module (get-starknet remoteEntry.js) ([#249](https://github.com/irisdv/starknet-snap/issues/249)) ([b06f9f2](https://github.com/irisdv/starknet-snap/commit/b06f9f26e6fa5be001075d128032064444990c17))
* ensure the snap version in dev and staging env can be compared with that in prod ([#46](https://github.com/irisdv/starknet-snap/issues/46)) ([8f89a92](https://github.com/irisdv/starknet-snap/commit/8f89a927daab03d5f73f174e00169fda38ed8da3))
* fixed the starknet.js version to be v4.6.x ([#22](https://github.com/irisdv/starknet-snap/issues/22)) ([e71a87c](https://github.com/irisdv/starknet-snap/commit/e71a87c3aa4f5945214079e073cabef4e7c2dd0a))
* implement network switch in UI ([#175](https://github.com/irisdv/starknet-snap/issues/175)) ([4b4ace7](https://github.com/irisdv/starknet-snap/commit/4b4ace7f41998c36c7924dcfb07dde061a714d45))
* improved decimals display + fix max function in the send modal ([#59](https://github.com/irisdv/starknet-snap/issues/59)) ([63ae882](https://github.com/irisdv/starknet-snap/commit/63ae882fa69641e3f89a04252e5a4e2cec8fcf9f))
* migrate metamask flask handle to metamask ([#121](https://github.com/irisdv/starknet-snap/issues/121)) ([5eff492](https://github.com/irisdv/starknet-snap/commit/5eff492cedb1bfa299e30b584fda8c936248fb9a))
* New Apis for Snap ([#207](https://github.com/irisdv/starknet-snap/issues/207)) ([675647d](https://github.com/irisdv/starknet-snap/commit/675647d9d77ba512f87a6a1d8291941bb5c31038))
* now use new logos ([#140](https://github.com/irisdv/starknet-snap/issues/140)) ([25aa9ac](https://github.com/irisdv/starknet-snap/commit/25aa9ac995ac510add2148ed6498bd4f92f50604))
* sepolia network ([#187](https://github.com/irisdv/starknet-snap/issues/187)) ([45b0463](https://github.com/irisdv/starknet-snap/commit/45b04633149bf1b9568feeb8c2f475d52a0e45a8))
* Sf 479 account deployment with first transaction ([#55](https://github.com/irisdv/starknet-snap/issues/55)) ([dedcbba](https://github.com/irisdv/starknet-snap/commit/dedcbba7291431c6912002e96e5ece595f8474fa))
* sf-510 deprecation of status field for snap ([#135](https://github.com/irisdv/starknet-snap/issues/135)) ([59711bb](https://github.com/irisdv/starknet-snap/commit/59711bbdbe6fd744fb35cf7cf18b1394d6f7c9e6))
* sf-640 revamp cicd workflow ([#255](https://github.com/irisdv/starknet-snap/issues/255)) ([6faaf02](https://github.com/irisdv/starknet-snap/commit/6faaf024bd0b8112e5cea930a2bf8aad564a9454))
* show you have no transactions if account is not deployed yet ([#62](https://github.com/irisdv/starknet-snap/issues/62)) ([da47b1e](https://github.com/irisdv/starknet-snap/commit/da47b1efb661f335ba5e45a1e56e7effa295a51a))
* starknet.js to v4.17.1 for new account deployment ([#42](https://github.com/irisdv/starknet-snap/issues/42)) ([f0df619](https://github.com/irisdv/starknet-snap/commit/f0df6194d149d04c21d9116aa5a3faaa64fa5cca))
* support txv3 in estimateFee (UI) ([#263](https://github.com/irisdv/starknet-snap/issues/263)) ([52b07d0](https://github.com/irisdv/starknet-snap/commit/52b07d002d8171a557293b500179de995b95bc27))
* switch from snap confirm to snap dialog ([#71](https://github.com/irisdv/starknet-snap/issues/71)) ([9350517](https://github.com/irisdv/starknet-snap/commit/9350517931421902aac456c3b4862ec2a1bcd5da))
* update the min snap version to v1.0.0 ([#44](https://github.com/irisdv/starknet-snap/issues/44)) ([0deb190](https://github.com/irisdv/starknet-snap/commit/0deb190c4ce6048e34c61b31e6c8e527f2787628))
* update the response of stark net get transactions ([#51](https://github.com/irisdv/starknet-snap/issues/51)) ([56266a8](https://github.com/irisdv/starknet-snap/commit/56266a8fc5db80c0fb84fe50dae1dcf2c4ec9922))
* update version ([#149](https://github.com/irisdv/starknet-snap/issues/149)) ([1814c32](https://github.com/irisdv/starknet-snap/commit/1814c329b6e3eecaa6095c6eae54df4a73118c2c))
* upgrade starknet.js to v4.22 and fix the dependabot alerts by u… ([#74](https://github.com/irisdv/starknet-snap/issues/74)) ([a3827ee](https://github.com/irisdv/starknet-snap/commit/a3827ee837160bfc767c199aef206dc474231997))
* upgrade to sarknet.js v6.11.0 ([#296](https://github.com/irisdv/starknet-snap/issues/296)) ([e298244](https://github.com/irisdv/starknet-snap/commit/e298244a5e68e2809ab6367330e104c53ca5c861))
* upgraded snap packages and patched luxon by upgrading yarn to v2 ([#79](https://github.com/irisdv/starknet-snap/issues/79)) ([94c2544](https://github.com/irisdv/starknet-snap/commit/94c25445b48a5d02ce4baba62621357c22e3bc89))
* upgraded to starknet.js v4.5.0 and set Infura RPC node as the default provider ([d666ac7](https://github.com/irisdv/starknet-snap/commit/d666ac76ff02a12e935a24f1ef6a7df83fe10bca))
* warn fees exceeds balance ([#60](https://github.com/irisdv/starknet-snap/issues/60)) ([3e9a66c](https://github.com/irisdv/starknet-snap/commit/3e9a66c61411b74e2fd45059d450d400b97be21a))


### Bug Fixes

* Add missing asset icon for `USDC`, `USDT` and `STRK` token ([#428](https://github.com/irisdv/starknet-snap/issues/428)) ([9f43a22](https://github.com/irisdv/starknet-snap/commit/9f43a228e844ab200984a0b5a1f8ff7bb0d8288d))
* Alignment of the alert component ([#28](https://github.com/irisdv/starknet-snap/issues/28)) ([7c37970](https://github.com/irisdv/starknet-snap/commit/7c37970423fd73b6604fe9097ff8b0a5da1e7acd))
* audit report ([#106](https://github.com/irisdv/starknet-snap/issues/106)) ([663720e](https://github.com/irisdv/starknet-snap/commit/663720ef2da91e7cb8f978f418be221ef8470e31))
* audit report update version ([#108](https://github.com/irisdv/starknet-snap/issues/108)) ([32e5293](https://github.com/irisdv/starknet-snap/commit/32e5293653587ba53e806024876ccdb67d33cc0b))
* audit report update version ([#112](https://github.com/irisdv/starknet-snap/issues/112)) ([5324859](https://github.com/irisdv/starknet-snap/commit/53248598d2e409e7a7f931c574a4485952ed1b1c))
* change filter in the snap so that it gets the not received transactions when refreshing ([#63](https://github.com/irisdv/starknet-snap/issues/63)) ([74a612f](https://github.com/irisdv/starknet-snap/commit/74a612fce6278526b3ee9db1cf83e452c2fdd3f2))
* createAccount response fields and updated test cases and the ope… ([#4](https://github.com/irisdv/starknet-snap/issues/4)) ([6c03853](https://github.com/irisdv/starknet-snap/commit/6c0385393658b1d047a29212b6691b3c819451ec))
* deploy pipeline of production ([#89](https://github.com/irisdv/starknet-snap/issues/89)) ([8346bf1](https://github.com/irisdv/starknet-snap/commit/8346bf154874ba89580b393c9703bd7e216b3da0))
* dummy commit for UI ([1468e72](https://github.com/irisdv/starknet-snap/commit/1468e7267a9d8a0befbf6fc25ead4a9a60629271))
* fix deploy pipeline ([#85](https://github.com/irisdv/starknet-snap/issues/85)) ([ed3e76d](https://github.com/irisdv/starknet-snap/commit/ed3e76dfd8e8f54446299b66a4347b5f518ffee9))
* fix lint ([686c96c](https://github.com/irisdv/starknet-snap/commit/686c96c1b23e425e7b67ecd35db23abe2845aa24))
* fix token symbol in not enough tokens message ([#58](https://github.com/irisdv/starknet-snap/issues/58)) ([eb4b18e](https://github.com/irisdv/starknet-snap/commit/eb4b18e783396c6760b6ca24d668bfd7fc29fc45))
* fix wallet cant connect after disconnect ([#179](https://github.com/irisdv/starknet-snap/issues/179)) ([6907f29](https://github.com/irisdv/starknet-snap/commit/6907f2942dab662191d8182b6be58561fa1c2876))
* get starknet name issue ([#205](https://github.com/irisdv/starknet-snap/issues/205)) ([b4a800b](https://github.com/irisdv/starknet-snap/commit/b4a800bdcefbd9a9ef1ed20bc452ba54433c78a7))
* getSpendableTotalBalance ([#316](https://github.com/irisdv/starknet-snap/issues/316)) ([458fa8a](https://github.com/irisdv/starknet-snap/commit/458fa8a7c4701764582ba0b99bc800168b30c6b5))
* lint & style ([#201](https://github.com/irisdv/starknet-snap/issues/201)) ([4436ec1](https://github.com/irisdv/starknet-snap/commit/4436ec1656659d44ca66b7f7e91111095ad5f194))
* minimum snap version to 0.11.0 ([#36](https://github.com/irisdv/starknet-snap/issues/36)) ([afd1079](https://github.com/irisdv/starknet-snap/commit/afd107998cc37c0964f15152f9b2d765a9a8067a))
* Modify the min snap version ([#65](https://github.com/irisdv/starknet-snap/issues/65)) ([6b3eae5](https://github.com/irisdv/starknet-snap/commit/6b3eae5ce0fe710a77702e6b5e027601fedb2a16))
* moved react-scripts to devDependencies and updated yarn.lock ([ee320ce](https://github.com/irisdv/starknet-snap/commit/ee320ce3e0284b6ba2f1c567b832ba9e49710ff9))
* non zero balance on non deployed cairo 0 account ([#276](https://github.com/irisdv/starknet-snap/issues/276)) ([d9beafe](https://github.com/irisdv/starknet-snap/commit/d9beafe45b304685581162ef9247a31919eb7556))
* number of decimals displayed for the token amount ([#19](https://github.com/irisdv/starknet-snap/issues/19)) ([78f3809](https://github.com/irisdv/starknet-snap/commit/78f3809551209de51186de7a0ae8c8ba052157be))
* qa review request, show only one balance ([#352](https://github.com/irisdv/starknet-snap/issues/352)) ([fdbeeb2](https://github.com/irisdv/starknet-snap/commit/fdbeeb2c307678cfa71409e66f425ba4a0cf476d))
* remove get starknet name ([#206](https://github.com/irisdv/starknet-snap/issues/206)) ([5861156](https://github.com/irisdv/starknet-snap/commit/58611569ca1785a393b3a7fbdfc4cf5f256de9af))
* Remove Snap dependency on Wallet UI package ([#397](https://github.com/irisdv/starknet-snap/issues/397)) ([c9c1aaf](https://github.com/irisdv/starknet-snap/commit/c9c1aafb45120b7d0767337f300e1ab6ff277ab3))
* sf 639 update contract upgrade message ([#256](https://github.com/irisdv/starknet-snap/issues/256)) ([9decd4b](https://github.com/irisdv/starknet-snap/commit/9decd4b9c52a7b84951ea81658f77f1532ca2522))
* **SF-494:** remove html tag from alert dialog ([#114](https://github.com/irisdv/starknet-snap/issues/114)) ([7231bb7](https://github.com/irisdv/starknet-snap/commit/7231bb7fa4671283b2e7b4cbf5a519d56a57697a))
* switch to change from ETH to USD mode ([#61](https://github.com/irisdv/starknet-snap/issues/61)) ([7e9106c](https://github.com/irisdv/starknet-snap/commit/7e9106cd1c21ca8a85fd101c55b4043b5e617ed9))
* Theme colors ([aef0dfc](https://github.com/irisdv/starknet-snap/commit/aef0dfc91a4fdae4154abf4b9ea39e5107ae9bd4))
* update message for waiting deploy/upgrade txn complete ([#297](https://github.com/irisdv/starknet-snap/issues/297)) ([141fa20](https://github.com/irisdv/starknet-snap/commit/141fa2023911e8c6f2d1b495a2d78bec79a3e5d7))
* Updated theme colors ([679dbcf](https://github.com/irisdv/starknet-snap/commit/679dbcf02f904b34ee38e9cb4404320729d1dcc9))

## [1.24.1](https://github.com/Consensys/starknet-snap/compare/wallet-ui-v1.24.0...wallet-ui-v1.24.1) (2024-10-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wallet-ui",
"version": "1.24.1",
"version": "2.0.0",
"private": true,
"homepage": "/starknet",
"license": "(Apache-2.0 OR MIT)",
Expand Down

0 comments on commit 149d699

Please sign in to comment.