Skip to content

Commit

Permalink
Upgrade version to 1.0.1-beta and updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Brend-Smits committed Jan 31, 2021
1 parent 9952f7e commit e477905
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
34 changes: 20 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added SEO & performance check when pushing new code to develop branch [#285](https://github.com/DigitalExcellence/dex-frontend/issues/285)
- Added a DeX preview with title, description and image for more user-friendliness [#347](https://github.com/DigitalExcellence/dex-frontend/issues/347)
- Added functionality to like projects [#389](https://github.com/DigitalExcellence/dex-frontend/issues/389)
### Changed

### Deprecated


### Removed


### Fixed

### Security

## Release v.1.0.1-beta - 31-01-2021

### Added

- Added SEO & performance check when pushing new code to develop branch - [#285](https://github.com/DigitalExcellence/dex-frontend/issues/285)
- Added a DeX preview with title, description and image for more user-friendliness - [#347](https://github.com/DigitalExcellence/dex-frontend/issues/347)
- Added functionality to like projects - [#389](https://github.com/DigitalExcellence/dex-frontend/issues/389)
- Added update highlight functionality - [#294](https://github.com/DigitalExcellence/dex-frontend/issues/294)
- Added animations on clickable items and while project pages are loading - [#321](https://github.com/DigitalExcellence/dex-frontend/issues/321)
- Added animations when user likes (or unlikes) a project - [#414](https://github.com/DigitalExcellence/dex-frontend/issues/414)
Expand All @@ -22,13 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Changed the open graph tags in order to show a more appealing website preview - [#405](https://github.com/DigitalExcellence/dex-frontend/issues/405)
- Changed it so you can now clear query paramters like pagination or search by clicking on 'projects' again - [#401](https://github.com/DigitalExcellence/dex-frontend/issues/401)
- Changed the design of the filtermenu on project overview page- [#287](https://github.com/DigitalExcellence/dex-frontend/issues/287)

### Deprecated


### Removed

- Changed the design of the filtermenu on project overview page - [#287](https://github.com/DigitalExcellence/dex-frontend/issues/287)

### Fixed

Expand All @@ -38,10 +48,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed issue where in some cases the alert banner would not disapear automatically - [#392](https://github.com/DigitalExcellence/dex-frontend/issues/392)
- Fixed issue where opening a modal or long usernames would cause the page to get unaligned - [#400](https://github.com/DigitalExcellence/dex-frontend/issues/400)

### Security



## Release v.0.9.0-beta - 09-12-2020

### Added
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dex-frontend",
"version": "0.9.0-beta",
"version": "1.0.1-beta",
"scripts": {
"ng": "ng",
"config": "ts-node set-env.ts",
Expand Down

0 comments on commit e477905

Please sign in to comment.