From 575c56b962ced5e1e0c8abd85f40db73a48475b0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Jun 2023 14:30:55 +0000 Subject: [PATCH] release: Ledgity DeFi v1.31.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 c8afc3a2..28c576ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.31.0](https://github.com/ledgity-labs/dapp/compare/v1.30.0...v1.31.0) (2023-06-01) + + +### Features + +* adjust animation + make it appears correctly on devices smaller than 900px width ([9500c22](https://github.com/ledgity-labs/dapp/commit/9500c22f0413c5cd966115d39c152daf815967f0)) + ## [1.30.0](https://github.com/ledgity-labs/dapp/compare/v1.29.0...v1.30.0) (2023-06-01) diff --git a/package.json b/package.json index 7d6f6c01..e4daec08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ledgity-defi", - "version": "1.30.0", + "version": "1.31.0", "scripts": { "dev": "next dev", "build": "next build",