Skip to content

Commit

Permalink
Release: version 1.13.3
Browse files Browse the repository at this point in the history
Co-Authored-by: Sébastien Délèze <[email protected]>
  • Loading branch information
Sébastien Délèze committed Aug 20, 2021
1 parent 2f0ba23 commit 5866e27
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
28 changes: 15 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# Changelog

## [v1.13.1](https://github.com/rero/ng-core/tree/v1.13.1) (2021-08-10)
## [v1.13.3](https://github.com/rero/ng-core/tree/v1.13.3) (2021-08-20)

[Full Changelog](https://github.com/rero/ng-core/compare/v1.13.0...v1.13.1)
[Full Changelog](https://github.com/rero/ng-core/compare/v1.13.2...v1.13.3)

**Implemented enhancements:**
**Merged pull requests:**

- resources: customize the delete message [\#429](https://github.com/rero/ng-core/pull/429) ([Garfield-fr](https://github.com/Garfield-fr))
- records: hide type in tabs [\#443](https://github.com/rero/ng-core/pull/443) ([sebastiendeleze](https://github.com/sebastiendeleze))
- dependencies: fix security issues [\#442](https://github.com/rero/ng-core/pull/442) ([sebastiendeleze](https://github.com/sebastiendeleze))

## [v1.13.2](https://github.com/rero/ng-core/tree/v1.13.2) (2021-08-11)

[Full Changelog](https://github.com/rero/ng-core/compare/v1.13.1...v1.13.2)

## [v1.13.1](https://github.com/rero/ng-core/tree/v1.13.1) (2021-08-10)

[Full Changelog](https://github.com/rero/ng-core/compare/v1.13.0...v1.13.1)

**Merged pull requests:**

Expand All @@ -18,8 +27,6 @@
- configuration: add action parameter on redirectUrl [\#434](https://github.com/rero/ng-core/pull/434) ([Garfield-fr](https://github.com/Garfield-fr))
- search: observable for aggregations order [\#433](https://github.com/rero/ng-core/pull/433) ([sebastiendeleze](https://github.com/sebastiendeleze))

# Changelog

## [v1.13.0](https://github.com/rero/ng-core/tree/v1.13.0) (2021-08-03)

[Full Changelog](https://github.com/rero/ng-core/compare/v1.12.2...v1.13.0)
Expand Down Expand Up @@ -213,6 +220,7 @@
- gh actions: set the stale workflow [\#345](https://github.com/rero/ng-core/pull/345) ([sebastiendeleze](https://github.com/sebastiendeleze))
- tests: fix cypress tests [\#344](https://github.com/rero/ng-core/pull/344) ([AoNoOokami](https://github.com/AoNoOokami))
- editor: add min/max keys validator on object [\#409](https://github.com/rero/ng-core/pull/409) ([zannkukai](https://github.com/zannkukai))
- Translations update from Weblate [\#401](https://github.com/rero/ng-core/pull/401) ([weblate](https://github.com/weblate))
- editor: add markdown editor field [\#398](https://github.com/rero/ng-core/pull/398) ([sebastiendeleze](https://github.com/sebastiendeleze))
- search: improve filter configuration [\#383](https://github.com/rero/ng-core/pull/383) ([Garfield-fr](https://github.com/Garfield-fr))

Expand Down Expand Up @@ -485,7 +493,6 @@
- editor: fix hidden field with value from the model [\#234](https://github.com/rero/ng-core/pull/234) ([jma](https://github.com/jma))
- template: add id html attribute for cypress usage [\#233](https://github.com/rero/ng-core/pull/233) ([AoNoOokami](https://github.com/AoNoOokami))
- editor: implement specific id attribute for formly fields [\#229](https://github.com/rero/ng-core/pull/229) ([AoNoOokami](https://github.com/AoNoOokami))
- records: handle errors [\#225](https://github.com/rero/ng-core/pull/225) ([sebastiendeleze](https://github.com/sebastiendeleze))

## [v0.7.0](https://github.com/rero/ng-core/tree/v0.7.0) (2020-07-30)

Expand All @@ -507,6 +514,7 @@

**Merged pull requests:**

- records: handle errors [\#225](https://github.com/rero/ng-core/pull/225) ([sebastiendeleze](https://github.com/sebastiendeleze))
- editor: fix async select translations [\#221](https://github.com/rero/ng-core/pull/221) ([jma](https://github.com/jma))
- project: update ngx-formly to v5.9.1 [\#220](https://github.com/rero/ng-core/pull/220) ([AoNoOokami](https://github.com/AoNoOokami))
- editor: fix toggle switch issue [\#219](https://github.com/rero/ng-core/pull/219) ([sebastiendeleze](https://github.com/sebastiendeleze))
Expand Down Expand Up @@ -974,10 +982,4 @@



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*


\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*


\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
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": "1.13.2",
"version": "1.13.3",
"private": true,
"scripts": {
"ng": "ng",
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": "1.13.2",
"version": "1.13.3",
"description": "RERO angular core library.",
"keywords": [
"rero",
Expand Down

0 comments on commit 5866e27

Please sign in to comment.