From 897bd75ceffb9c7eb9b3784892108abe37ff8568 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Jun 2023 11:08:32 +0000 Subject: [PATCH] release: Ledgity DeFi v1.29.0 [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d831b0ed..44507cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.29.0](https://github.com/ledgity-labs/dapp/compare/v1.28.0...v1.29.0) (2023-06-01) + + +### Features + +* make the "Learn more" button functional + install Framer Motion ([94f556c](https://github.com/ledgity-labs/dapp/commit/94f556c55d3155edab6fe13077206bba8a26f464)) + ## [1.28.0](https://github.com/ledgity-labs/dapp/compare/v1.27.0...v1.28.0) (2023-06-01) diff --git a/package.json b/package.json index b924566c..000fe3b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ledgity-defi", - "version": "1.28.0", + "version": "1.29.0", "scripts": { "dev": "next dev", "build": "next build",