Skip to content

Commit

Permalink
updated version numbers and changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
niraymak committed Jun 7, 2021
1 parent fd39aae commit 6b9a957
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,28 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Security

## Release v.1.4.0-beta - 07-06-2021

### Added

- Implemented categories - [#475](https://github.com/DigitalExcellence/dex-frontend/issues/475)
- Added filter parameters to the url, so a user can share their search settings - [#493](https://github.com/DigitalExcellence/dex-frontend/issues/493)
- Added search bar inside navbar with autocomplete suggested results. - [#403](https://github.com/DigitalExcellence/dex-frontend/issues/403)
- Refactored the home page. [#380](https://github.com/DigitalExcellence/dex-frontend/issues/380)
- Added project recommendations on the home page. [#497](https://github.com/DigitalExcellence/dex-frontend/issues/497)

### Changed

- Clicking to the next step in the wizard step-header will now skip the step & removed orange progress bar [#460](https://github.com/DigitalExcellence/dex-frontend/issues/460)
- Made Project URI optional - [#492](https://github.com/DigitalExcellence/dex-frontend/issues/492)

### Fixed

- Fixed issue where collaborator roles would always get set to developer - [#462](https://github.com/DigitalExcellence/dex-frontend/issues/462)
- Fixed issue where the same project could be added multiple times by spamming the finish
button [#490](https://github.com/DigitalExcellence/dex-frontend/issues/490)
- Fixed issue where alerts would never get dismissed - [#441](https://github.com/DigitalExcellence/dex-frontend/issues/441)

## Release v.1.3.0-beta - 05-05-2021

### 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": "1.3.0-beta",
"version": "1.4.0-beta",
"scripts": {
"ng": "ng",
"config": "ts-node set-env.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/app/error-handler/sentry.error-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {environment} from 'src/environments/environment';

Sentry.init({
dsn: environment.sentryDsnUrl,
release: 'dex-frontend@1.3.0-beta'
release: 'dex-frontend@1.4.0-beta'
});

/**
Expand Down

0 comments on commit 6b9a957

Please sign in to comment.