Skip to content

Commit 3979cfa

Browse files
committed
Merge branch 'dev' into stage
2 parents 849a0a9 + 96b21f3 commit 3979cfa

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/dacadeorg/dacade-frontend-app/compare/v1.0.0...v1.1.0) (2023-12-08)
4+
5+
6+
### Features
7+
8+
* adapt to the new isHachathin property from the backend ([318ce30](https://github.com/dacadeorg/dacade-frontend-app/commit/318ce3063af3ed50e3f7b0ba3559f27ddfc86add))
9+
* add isHackathon property on the challenge object after fetching ([6686ada](https://github.com/dacadeorg/dacade-frontend-app/commit/6686ada8d3cb2dac6ef7b9eacedfff313cc2b9dc))
10+
* add tag of hackathon on hackaton challenge ([eaf735d](https://github.com/dacadeorg/dacade-frontend-app/commit/eaf735de918c5a478bd2bd28525f0839e62bca5c))
11+
* add the hachathon tag on the challenge card on the community slug ([3eed0f2](https://github.com/dacadeorg/dacade-frontend-app/commit/3eed0f203d3a801cd6b91f3ea4ed43a8e98aa6ec))
12+
* stop propagation for when the user is accepting invites from the notification area ([e6f8694](https://github.com/dacadeorg/dacade-frontend-app/commit/e6f8694f9b107163ca881ae5e5a442d5d59a8eb0))
13+
14+
15+
### Bug Fixes
16+
17+
* add the challengeType where the header is called ([8e3f6a9](https://github.com/dacadeorg/dacade-frontend-app/commit/8e3f6a9b14674c4e0903d7a1e61f9bd1c55aba07))
18+
* change the way things was implement on the hackathon ([1264a5a](https://github.com/dacadeorg/dacade-frontend-app/commit/1264a5a836ae95e2501f16a36efae476f6851a65))
19+
* checking if the type is not null ([2318959](https://github.com/dacadeorg/dacade-frontend-app/commit/2318959d623b7badb32c4339544b8efd60047e10))
20+
* rename the prop to isHackathon ([61b98bc](https://github.com/dacadeorg/dacade-frontend-app/commit/61b98bc7deeee2a795985b6c9d32971e20a7cbef))
21+
* use isHackathon property from the challenge object ([62faebb](https://github.com/dacadeorg/dacade-frontend-app/commit/62faebb7412e617f6ccb1bf4b5bdc2aa6cbec7a7))
22+
323
## 1.0.0 (2023-12-01)
424

525

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.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)