From 148e96efc05d595202fd62282205059f4f3874c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:17:56 +0200 Subject: [PATCH] chore: release main (#141) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Amine Harty --- .release-please-manifest.json | 2 +- packages/wallet-ui/CHANGELOG.md | 7 +++++++ packages/wallet-ui/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 188b8d5e..99131a80 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "packages/starknet-snap": "2.1.0", - "packages/wallet-ui": "1.16.0" + "packages/wallet-ui": "1.17.0" } \ No newline at end of file diff --git a/packages/wallet-ui/CHANGELOG.md b/packages/wallet-ui/CHANGELOG.md index eedf4d06..18db79eb 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.17.0](https://github.com/Consensys/starknet-snap/compare/wallet-ui-v1.16.0...wallet-ui-v1.17.0) (2023-09-14) + + +### Features + +* now use new logos ([#140](https://github.com/Consensys/starknet-snap/issues/140)) ([25aa9ac](https://github.com/Consensys/starknet-snap/commit/25aa9ac995ac510add2148ed6498bd4f92f50604)) + ## [1.16.0](https://github.com/Consensys/starknet-snap/compare/wallet-ui-v1.15.0...wallet-ui-v1.16.0) (2023-09-13) diff --git a/packages/wallet-ui/package.json b/packages/wallet-ui/package.json index 7e470877..f686f0e3 100644 --- a/packages/wallet-ui/package.json +++ b/packages/wallet-ui/package.json @@ -1,6 +1,6 @@ { "name": "wallet-ui", - "version": "1.16.0", + "version": "1.17.0", "private": true, "license": "(Apache-2.0 OR MIT)", "homepage": "/starknet",