Skip to content

Commit

Permalink
chore(release): 2.3.0
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.21...v2.3.0) (2023-04-26)

### Bug Fixes

* break word instead of break all in hubmenu ([ecec1fb](ecec1fb))
* fetch hubs, links and linkgroups by id order ([6afd1ec](6afd1ec))
* fix logo size ([49d410e](49d410e))
* hub menu alignment ([d1c4ec9](d1c4ec9))
* remove footer link updating when edit modal opened ([1b4b747](1b4b747))
* update the correct hub in edit hub modal ([10ca5a8](10ca5a8))
* use the same create modal across the app ([d7d59fd](d7d59fd))

### Features

* add Hub Menu ([a70e8a4](a70e8a4))
* add hubmenu and fetch hubs ([1f35d8b](1f35d8b))
* improve hubmenu ui ([0074d9f](0074d9f))
  • Loading branch information
semantic-release-bot committed Apr 26, 2023
1 parent 525010e commit 4c134de
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hub-one",
"version": "2.2.21",
"version": "2.3.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

1 comment on commit 4c134de

@vercel
Copy link

@vercel vercel bot commented on 4c134de Apr 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hub-one – ./

hub-one-ihsen.vercel.app
hubone.vercel.app
hub-one-git-main-ihsen.vercel.app

Please sign in to comment.