diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5f9ba0fc..7c4441b1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "packages/starknet-snap": "1.0.0", - "packages/wallet-ui": "1.1.0" + "packages/wallet-ui": "1.2.0" } \ No newline at end of file diff --git a/packages/wallet-ui/CHANGELOG.md b/packages/wallet-ui/CHANGELOG.md index 8ff07dee..f3405585 100644 --- a/packages/wallet-ui/CHANGELOG.md +++ b/packages/wallet-ui/CHANGELOG.md @@ -3,6 +3,13 @@ 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. +## [1.2.0](https://github.com/ConsenSys/starknet-snap/compare/wallet-ui-v1.1.0...wallet-ui-v1.2.0) (2022-12-20) + + +### Features + +* ensure the snap version in dev and staging env can be compared with that in prod ([#46](https://github.com/ConsenSys/starknet-snap/issues/46)) ([8f89a92](https://github.com/ConsenSys/starknet-snap/commit/8f89a927daab03d5f73f174e00169fda38ed8da3)) + ## [1.1.0](https://github.com/ConsenSys/starknet-snap/compare/wallet-ui-v1.0.0...wallet-ui-v1.1.0) (2022-12-19) diff --git a/packages/wallet-ui/package.json b/packages/wallet-ui/package.json index 41d0d347..ea3585d1 100644 --- a/packages/wallet-ui/package.json +++ b/packages/wallet-ui/package.json @@ -1,6 +1,6 @@ { "name": "wallet-ui", - "version": "1.1.0", + "version": "1.2.0", "private": true, "license": "(Apache-2.0 OR MIT)", "homepage": "/starknet",