From 9e9ce4598dfec86596c993137e0e9a7711c57b9e Mon Sep 17 00:00:00 2001 From: Shane Earley Date: Wed, 22 Nov 2023 09:57:10 -0500 Subject: [PATCH] Release v1.0.0-beta.4 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dcb9b8b0..e0db364a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,26 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.0.0-beta.4](https://github.com/consensusnetworks/casimir/compare/v1.0.0-beta.3...v1.0.0-beta.4) + +- Promote develop to master [`#466`](https://github.com/consensusnetworks/casimir/pull/466) +- Minor changes to class names [`#465`](https://github.com/consensusnetworks/casimir/pull/465) +- Promote develop to master [`#451`](https://github.com/consensusnetworks/casimir/pull/451) +- Update/eslint rules [`#457`](https://github.com/consensusnetworks/casimir/pull/457) +- Fix rebalance bug and add sanity check [`#454`](https://github.com/consensusnetworks/casimir/pull/454) +- Fix undefined value in breakdown metrics [`#455`](https://github.com/consensusnetworks/casimir/pull/455) +- P.S. this closes #444 [`#456`](https://github.com/consensusnetworks/casimir/pull/456) +- UI Fixes to Operator Page and Stake/Withdraw Component [`#450`](https://github.com/consensusnetworks/casimir/pull/450) +- Merge pull request #456 from consensusnetworks/enhancement/no-dup-addresses [`#444`](https://github.com/consensusnetworks/casimir/issues/444) +- Merge pull request #463 from consensusnetworks/bug/build [`84aef1a`](https://github.com/consensusnetworks/casimir/commit/84aef1a2d185d513adc48b4f7c41675a0bd36493) +- Merge pull request #464 from consensusnetworks/bug/mobile-view [`b975a26`](https://github.com/consensusnetworks/casimir/commit/b975a26c9f82304cf76b3262b9173b59a2c5a46d) +- Enforce eslint rules while ignoring appropriate files && update Connect Wallet dropdown [`26ff60a`](https://github.com/consensusnetworks/casimir/commit/26ff60a3a3ad2c2128287287219b8e4f403fa20e) + #### [v1.0.0-beta.3](https://github.com/consensusnetworks/casimir/compare/v1.0.0-beta.2...v1.0.0-beta.3) +> 31 October 2023 + +- Release v1.0.0-beta.3 [`338c1a7`](https://github.com/consensusnetworks/casimir/commit/338c1a77e5a91f53d5c0824f58ae7ef7584fb60b) - Fix nodes and blog cdk providers [`ff8a73a`](https://github.com/consensusnetworks/casimir/commit/ff8a73aff189602910ee53c4af742f18c27d3a13) #### [v1.0.0-beta.2](https://github.com/consensusnetworks/casimir/compare/v1.0.0-beta.1...v1.0.0-beta.2) diff --git a/package-lock.json b/package-lock.json index 2d6a6798a..838a057be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "casimir", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "casimir", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "hasInstallScript": true, "license": "Apache", "workspaces": [ diff --git a/package.json b/package.json index 91fa09d86..3e5a15e02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casimir", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "description": "Decentralized staking and asset management", "workspaces": [ "apps/*",