From 6cbe2e4270001b37fd597288b9791f6f31d693b5 Mon Sep 17 00:00:00 2001 From: agoralabs-bot Date: Tue, 15 Oct 2024 16:50:16 +0000 Subject: [PATCH] chore(release): 2.0.0 # [2.0.0](https://github.com/agoralabs-sh/kibisis-website/compare/v1.29.0...v2.0.0) (2024-10-15) ### Features * new website style ([#59](https://github.com/agoralabs-sh/kibisis-website/issues/59)) ([ebbcffa](https://github.com/agoralabs-sh/kibisis-website/commit/ebbcffa6ec5cb14d831ffe82defc5f19a28b059c)) ### BREAKING CHANGES * update to docusaurus v3 * build: add chakra ui * chore: squash * feat: revert to chakra ui 2.x.x * feat: use chakra ui styles for button and link button * chore: squash * feat: add hooks and add tabs to the download site * feat: add android and ios download sections * feat: change download based on platform * chore: squash * feat: add featrures section and removed concepts section * refactor: use new themed versions of feature images and create attribution component * refactor: remove stylesheet from section title and use chakra * refactor: fix feature responsiveness * feat: add translation files * feat: add headings to the download section * feat: add header scrolling text animation * refactor: remove react carousel * feat: truncate blog posts --- CHANGELOG.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 49 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f55ef4b..ccb44dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,51 @@ +# [2.0.0](https://github.com/agoralabs-sh/kibisis-website/compare/v1.29.0...v2.0.0) (2024-10-15) + + +### Features + +* new website style ([#59](https://github.com/agoralabs-sh/kibisis-website/issues/59)) ([ebbcffa](https://github.com/agoralabs-sh/kibisis-website/commit/ebbcffa6ec5cb14d831ffe82defc5f19a28b059c)) + + +### BREAKING CHANGES + +* update to docusaurus v3 + +* build: add chakra ui + +* chore: squash + +* feat: revert to chakra ui 2.x.x + +* feat: use chakra ui styles for button and link button + +* chore: squash + +* feat: add hooks and add tabs to the download site + +* feat: add android and ios download sections + +* feat: change download based on platform + +* chore: squash + +* feat: add featrures section and removed concepts section + +* refactor: use new themed versions of feature images and create attribution component + +* refactor: remove stylesheet from section title and use chakra + +* refactor: fix feature responsiveness + +* feat: add translation files + +* feat: add headings to the download section + +* feat: add header scrolling text animation + +* refactor: remove react carousel + +* feat: truncate blog posts + # [1.29.0](https://github.com/agoralabs-sh/kibisis-website/compare/v1.28.0...v1.29.0) (2024-08-27) diff --git a/package.json b/package.json index dfcd340..073bf00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agoralabs-sh/kibisis-website", - "version": "1.29.0", + "version": "2.0.0", "description": "The front facing website for the Kibisis wallet.", "repository": { "type": "git",