From 072467e7d742f757427cca9c06110389e2c4242f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 May 2023 10:18:14 +0000 Subject: [PATCH] release: Ledgity DeFi v1.6.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 6735c22c..20a8b9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.6.0](https://github.com/ledgity-labs/dapp/compare/v1.5.0...v1.6.0) (2023-05-15) + + +### Features + +* center a bit more home tagline + tiny improvements on redability and maintainability ([abaffae](https://github.com/ledgity-labs/dapp/commit/abaffae2f95ba56f483c25ed71bf02e897a5941d)) +* **home:** add a subtle top-right gradient effect to "real world assets" in tagline ([6a96b32](https://github.com/ledgity-labs/dapp/commit/6a96b323ff50454b74a35eb3f2fc66476bb2a2b2)) +* **home:** add repeated radial gradient effect + makes stats cards more blurry and visible ([fbcd236](https://github.com/ledgity-labs/dapp/commit/fbcd236c4a82bc242f7afea066fdd229cf071b8a)) + ## [1.5.0](https://github.com/ledgity-labs/dapp/compare/v1.4.0...v1.5.0) (2023-05-15) diff --git a/package.json b/package.json index 1c50c04a..d44c4e22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ledgity-defi", - "version": "1.5.0", + "version": "1.6.0", "scripts": { "dev": "next dev", "build": "next build",