Skip to content

Commit da9e841

Browse files
authored
Merge pull request #1013 from dacadeorg/release-please--branches--main--components--dacade
chore(main): release 1.5.0
2 parents dd3feb3 + 3ec46eb commit da9e841

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/dacadeorg/dacade-frontend-app/compare/v1.4.0...v1.5.0) (2024-01-18)
4+
5+
6+
### Features
7+
8+
* add branch name check ([9701469](https://github.com/dacadeorg/dacade-frontend-app/commit/9701469b5e339a361b8ca41a8673bc079c948393))
9+
10+
11+
### Bug Fixes
12+
13+
* improve the error message ([6f1702c](https://github.com/dacadeorg/dacade-frontend-app/commit/6f1702c1626c428fc676eaf6126f5ab2540c7c97))
14+
* install husky in the prepare command ([1cbeaa7](https://github.com/dacadeorg/dacade-frontend-app/commit/1cbeaa73a265d061bf973d06a18fb5b1e317e91e))
15+
* load profile in profile/community_slug page ([e3c02ac](https://github.com/dacadeorg/dacade-frontend-app/commit/e3c02ac7abdbf07c8645760edbe5c3934ec9f7a9))
16+
* referral alignment on small screen ([f709026](https://github.com/dacadeorg/dacade-frontend-app/commit/f709026b46f64d723387d2bae4d2c8937c5826a0))
17+
* remove the link to the CONTRIBUTING ([9cf404b](https://github.com/dacadeorg/dacade-frontend-app/commit/9cf404b9c498d6bd3d486c0ad7c511673a66222e))
18+
* update the readme ([6e8e95d](https://github.com/dacadeorg/dacade-frontend-app/commit/6e8e95d183c1fb1301c722463ddfc285f98ed3d7))
19+
* update the reward message for hackathon ([627cb1d](https://github.com/dacadeorg/dacade-frontend-app/commit/627cb1d09d113a85f2e9863986658040d133f3c2))
20+
321
## [1.4.0](https://github.com/dacadeorg/dacade-frontend-app/compare/v1.3.1...v1.4.0) (2024-01-12)
422

523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dacade",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)