From 1f934b077ec97f6348d92ca81483219b9e62ec66 Mon Sep 17 00:00:00 2001 From: mace Date: Wed, 28 Feb 2024 15:08:00 +0100 Subject: [PATCH] chore(main): release 1.3.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ca153..1386424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.3.0](https://github.com/sygmaprotocol/explorer-ui/compare/v1.2.2...v1.3.0) (2024-02-28) + + +### Features + +* direct link ([#161](https://github.com/sygmaprotocol/explorer-ui/issues/161)) ([e6fa560](https://github.com/sygmaprotocol/explorer-ui/commit/e6fa560878251f0416054361560b075fac77f6bc)) +* query param base impl ([#153](https://github.com/sygmaprotocol/explorer-ui/issues/153)) ([aa60682](https://github.com/sygmaprotocol/explorer-ui/commit/aa6068228b1eb2cec442295471d683cd2f2b012d)) + + +### Bug Fixes + +* non fungible label ([#160](https://github.com/sygmaprotocol/explorer-ui/issues/160)) ([2056a92](https://github.com/sygmaprotocol/explorer-ui/commit/2056a92cf32ab9c2d14c5c4eefbc30281e5901e8)) +* remove unsupported networks from ui ([#156](https://github.com/sygmaprotocol/explorer-ui/issues/156)) ([b3267ae](https://github.com/sygmaprotocol/explorer-ui/commit/b3267ae3e2b985c993bf2484b620d1ff07fae34e)) + ## [1.2.2](https://github.com/sygmaprotocol/explorer-ui/compare/v1.2.1...v1.2.2) (2024-02-12) diff --git a/package.json b/package.json index 5ba7f29..e35592d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@buildwithsygma/explorer-ui", - "version": "1.2.2", + "version": "1.3.0", "publishConfig": { "access": "restricted" },