Skip to content

Commit

Permalink
release: v1.6.0
Browse files Browse the repository at this point in the history
* Uses ng-core `v^1.16.0`.

Co-Authored-by: Pascal Repond <[email protected]>
  • Loading branch information
PascalRepond committed Sep 1, 2022
1 parent 621dea1 commit cae31cb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [v1.6.0](https://github.com/rero/sonar-ui/tree/v1.6.0) (2022-08-25)

[Full Changelog](https://github.com/rero/sonar-ui/compare/v1.5.0...v1.6.0)

**Implemented enhancements:**

* documents: add search link on the author's name [\#318](https://github.com/rero/sonar-ui/pull/318) (by @Garfield-fr)
* record: add record statistics section in admin view [\#316](https://github.com/rero/sonar-ui/pull/316) (by @vgranata)
* document: add related to field on the detailed view [\#307](https://github.com/rero/sonar-ui/pull/307) (by @Garfield-fr)

**Fixed bugs:**

* editors: fix ng-core compatibility [\#320](https://github.com/rero/sonar-ui/pull/320) (by @PascalRepond)
* deposit editor: remove preview display [\#319](https://github.com/rero/sonar-ui/pull/319) (by @PascalRepond)

## [v1.5.0](https://github.com/rero/sonar-ui/tree/v1.5.0) (2022-05-05)

[Full Changelog](https://github.com/rero/sonar-ui/compare/v1.4.3...v1.5.0)
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rero/sonar-ui",
"version": "1.5.0",
"version": "1.6.0",
"description": "User interface for SONAR.",
"keywords": [
"rero",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@ngx-formly/bootstrap": "^5.12.4",
"@ngx-formly/core": "^5.12.4",
"@ngx-translate/core": "^13.0.0",
"@rero/ng-core": "^1.14.6",
"@rero/ng-core": "^1.16.0",
"acorn": ">=6.4.1",
"bootstrap": "^4.6.0",
"browserslist": ">=4.16.5",
Expand Down

0 comments on commit cae31cb

Please sign in to comment.