From 4c134deb6b2e597d8068825c64759fab5509f33f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Apr 2023 13:15:49 +0000 Subject: [PATCH] chore(release): 2.3.0 # [2.3.0](https://github.com/IhsenBouallegue/HubOne/compare/v2.2.21...v2.3.0) (2023-04-26) ### Bug Fixes * break word instead of break all in hubmenu ([ecec1fb](https://github.com/IhsenBouallegue/HubOne/commit/ecec1fbd4488b812148f1756e5a6bb91b5b9d27f)) * fetch hubs, links and linkgroups by id order ([6afd1ec](https://github.com/IhsenBouallegue/HubOne/commit/6afd1ec58a15cb40a6b43f76770a68329dbcc6ba)) * fix logo size ([49d410e](https://github.com/IhsenBouallegue/HubOne/commit/49d410e7b73e076d2c710aff131b05f99cfb1a82)) * hub menu alignment ([d1c4ec9](https://github.com/IhsenBouallegue/HubOne/commit/d1c4ec9d6ae9799df513e7ca01b24e568a11c34a)) * remove footer link updating when edit modal opened ([1b4b747](https://github.com/IhsenBouallegue/HubOne/commit/1b4b7473632206d5144d9d1fc5b01fdf37cac3de)) * update the correct hub in edit hub modal ([10ca5a8](https://github.com/IhsenBouallegue/HubOne/commit/10ca5a85e4a3ba1454eaf3cb065128f501c99197)) * use the same create modal across the app ([d7d59fd](https://github.com/IhsenBouallegue/HubOne/commit/d7d59fd3a673ebb65b80e8d73f4fca8a73a6fae5)) ### Features * add Hub Menu ([a70e8a4](https://github.com/IhsenBouallegue/HubOne/commit/a70e8a4c18e62ba8955b8c0c1827ce79f9d402da)) * add hubmenu and fetch hubs ([1f35d8b](https://github.com/IhsenBouallegue/HubOne/commit/1f35d8b6998045a771ebf54e5c2eb36ef5513fd7)) * improve hubmenu ui ([0074d9f](https://github.com/IhsenBouallegue/HubOne/commit/0074d9fb147c2a5edc781adc64ce7b553a1ffea1)) --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca90fa5c..36a444fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [2.3.0](https://github.com/IhsenBouallegue/HubOne/compare/v2.2.21...v2.3.0) (2023-04-26) + + +### Bug Fixes + +* break word instead of break all in hubmenu ([ecec1fb](https://github.com/IhsenBouallegue/HubOne/commit/ecec1fbd4488b812148f1756e5a6bb91b5b9d27f)) +* fetch hubs, links and linkgroups by id order ([6afd1ec](https://github.com/IhsenBouallegue/HubOne/commit/6afd1ec58a15cb40a6b43f76770a68329dbcc6ba)) +* fix logo size ([49d410e](https://github.com/IhsenBouallegue/HubOne/commit/49d410e7b73e076d2c710aff131b05f99cfb1a82)) +* hub menu alignment ([d1c4ec9](https://github.com/IhsenBouallegue/HubOne/commit/d1c4ec9d6ae9799df513e7ca01b24e568a11c34a)) +* remove footer link updating when edit modal opened ([1b4b747](https://github.com/IhsenBouallegue/HubOne/commit/1b4b7473632206d5144d9d1fc5b01fdf37cac3de)) +* update the correct hub in edit hub modal ([10ca5a8](https://github.com/IhsenBouallegue/HubOne/commit/10ca5a85e4a3ba1454eaf3cb065128f501c99197)) +* use the same create modal across the app ([d7d59fd](https://github.com/IhsenBouallegue/HubOne/commit/d7d59fd3a673ebb65b80e8d73f4fca8a73a6fae5)) + + +### Features + +* add Hub Menu ([a70e8a4](https://github.com/IhsenBouallegue/HubOne/commit/a70e8a4c18e62ba8955b8c0c1827ce79f9d402da)) +* add hubmenu and fetch hubs ([1f35d8b](https://github.com/IhsenBouallegue/HubOne/commit/1f35d8b6998045a771ebf54e5c2eb36ef5513fd7)) +* improve hubmenu ui ([0074d9f](https://github.com/IhsenBouallegue/HubOne/commit/0074d9fb147c2a5edc781adc64ce7b553a1ffea1)) + ## [2.2.21](https://github.com/IhsenBouallegue/HubOne/compare/v2.2.20...v2.2.21) (2023-04-26) diff --git a/package.json b/package.json index ee392d9f..c37e2ad8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hub-one", - "version": "2.2.21", + "version": "2.3.0", "private": true, "scripts": { "dev": "next dev",