Skip to content

Commit

Permalink
release: version 0.12.1
Browse files Browse the repository at this point in the history
Co-Authored-by: Sébastien Délèze <sebastien.deleze@rero.ch>
  • Loading branch information
Sébastien Délèze committed Oct 21, 2020
1 parent 6e8510f commit dc11280
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v0.12.1](https://github.com/rero/ng-core/tree/v0.12.1) (2020-10-21)

[Full Changelog](https://github.com/rero/ng-core/compare/v0.12.0...v0.12.1)

**Merged pull requests:**

- record: fix type query with index on getRecord [\#286](https://github.com/rero/ng-core/pull/286) ([Garfield-fr](https://github.com/Garfield-fr))
- editor: fix toggle wrapper if multiple [\#285](https://github.com/rero/ng-core/pull/285) ([zannkukai](https://github.com/zannkukai))

## [v0.12.0](https://github.com/rero/ng-core/tree/v0.12.0) (2020-10-19)

[Full Changelog](https://github.com/rero/ng-core/compare/v0.11.1...v0.12.0)
Expand All @@ -24,6 +33,7 @@

**Merged pull requests:**

- editor: improve typeahead and add new date validators [\#279](https://github.com/rero/ng-core/pull/279) ([Garfield-fr](https://github.com/Garfield-fr))
- record search: implement ng-content on page [\#278](https://github.com/rero/ng-core/pull/278) ([Garfield-fr](https://github.com/Garfield-fr))
- Us1642 templates [\#273](https://github.com/rero/ng-core/pull/273) ([zannkukai](https://github.com/zannkukai))

Expand Down Expand Up @@ -182,7 +192,6 @@
**Merged pull requests:**

- editor: fix preprocessRecord calls [\#185](https://github.com/rero/ng-core/pull/185) ([zannkukai](https://github.com/zannkukai))
- translations: add http translations support [\#183](https://github.com/rero/ng-core/pull/183) ([jma](https://github.com/jma))
- editor: adapt editor according to UX chart [\#181](https://github.com/rero/ng-core/pull/181) ([zannkukai](https://github.com/zannkukai))
- utils : update extractIdOnRef if value is null. [\#180](https://github.com/rero/ng-core/pull/180) ([zannkukai](https://github.com/zannkukai))
- search input: set focus on search input by default [\#178](https://github.com/rero/ng-core/pull/178) ([AoNoOokami](https://github.com/AoNoOokami))
Expand Down Expand Up @@ -471,6 +480,7 @@

- editor: allow editor component inheritance [\#54](https://github.com/rero/ng-core/pull/54) ([jma](https://github.com/jma))
- project: modules definitions refactor [\#53](https://github.com/rero/ng-core/pull/53) ([sebastiendeleze](https://github.com/sebastiendeleze))
- routing: fix routing issues [\#52](https://github.com/rero/ng-core/pull/52) ([sebastiendeleze](https://github.com/sebastiendeleze))

## [v0.0.13](https://github.com/rero/ng-core/tree/v0.0.13) (2019-11-15)

Expand All @@ -490,7 +500,6 @@

**Merged pull requests:**

- routing: fix routing issues [\#52](https://github.com/rero/ng-core/pull/52) ([sebastiendeleze](https://github.com/sebastiendeleze))
- records: export RecordUiService [\#51](https://github.com/rero/ng-core/pull/51) ([sebastiendeleze](https://github.com/sebastiendeleze))
- pipe: create a new getRecord pipe [\#50](https://github.com/rero/ng-core/pull/50) ([Garfield-fr](https://github.com/Garfield-fr))
- git: add PR and issue template [\#49](https://github.com/rero/ng-core/pull/49) ([AoNoOokami](https://github.com/AoNoOokami))
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": "@rero/ng-core",
"version": "0.12.0",
"version": "0.12.1",
"scripts": {
"ng": "ng",
"serve": "ng serve --configuration mocklab",
Expand Down
2 changes: 1 addition & 1 deletion projects/rero/ng-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rero/ng-core",
"version": "0.12.0",
"version": "0.12.1",
"author": {
"name": "RERO",
"email": "software@rero.ch"
Expand Down

0 comments on commit dc11280

Please sign in to comment.