From e47790556e3f23aebbde07905f87ceaf061f94b1 Mon Sep 17 00:00:00 2001 From: Brend Smits Date: Sun, 31 Jan 2021 10:52:05 +0100 Subject: [PATCH] Upgrade version to 1.0.1-beta and updated Changelog --- CHANGELOG.md | 34 ++++++++++++++++++++-------------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd66aeaf..c0cb5e4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index abfe4ba8..a8cfe31f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dex-frontend", - "version": "0.9.0-beta", + "version": "1.0.1-beta", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0c6b5287..e7f4bb40 100644 --- a/package.json +++ b/package.json @@ -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",