From 949fb04480b8a77afa945aaa90a4b951e10a46ae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 May 2023 14:38:30 +0000 Subject: [PATCH] release: Ledgity DeFi v1.9.0 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7357059e..bc838201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.9.0](https://github.com/ledgity-labs/dapp/compare/v1.8.0...v1.9.0) (2023-05-16) + + +### Features + +* **components:** add Card component outline ([a6c1a7d](https://github.com/ledgity-labs/dapp/commit/a6c1a7da972b083fdb1f701435a3f40601bc99ea)) +* **home:** slightly reduce glow-light.png opacity ([6274619](https://github.com/ledgity-labs/dapp/commit/62746199feb0eac5e9fce750694bd0814211772b)) +* **ui:** add Card component to the ui kit page ([174718b](https://github.com/ledgity-labs/dapp/commit/174718bb95d92339bad4299120e136bd8d3a1b54)) + ## [1.8.0](https://github.com/ledgity-labs/dapp/compare/v1.7.0...v1.8.0) (2023-05-15) diff --git a/package.json b/package.json index 68295eb7..bf466064 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ledgity-defi", - "version": "1.8.0", + "version": "1.9.0", "scripts": { "dev": "next dev", "build": "next build",