From d8e3c62afaef0030084a2b423f741cbaa54c7976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81bastien=20De=CC=81le=CC=80ze?= Date: Wed, 16 Dec 2020 17:09:29 +0100 Subject: [PATCH] release: version 1.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-by: Sébastien Délèze --- CHANGELOG.md | 5 +++-- package-lock.json | 2 +- package.json | 2 +- projects/rero/ng-core/package.json | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5051f098..39330590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [v1.1.1](https://github.com/rero/ng-core/tree/v1.1.1) (2020-12-16) +## [v1.1.2](https://github.com/rero/ng-core/tree/v1.1.2) (2020-12-16) -[Full Changelog](https://github.com/rero/ng-core/compare/v1.1.0...v1.1.1) +[Full Changelog](https://github.com/rero/ng-core/compare/v1.1.0...v1.1.2) **Closed issues:** @@ -12,6 +12,7 @@ **Merged pull requests:** +- translations: update catalogs [\#334](https://github.com/rero/ng-core/pull/334) ([sebastiendeleze](https://github.com/sebastiendeleze)) - records: move back link in record detail [\#331](https://github.com/rero/ng-core/pull/331) ([sebastiendeleze](https://github.com/sebastiendeleze)) - editor: add issues in tester [\#324](https://github.com/rero/ng-core/pull/324) ([sebastiendeleze](https://github.com/sebastiendeleze)) diff --git a/package-lock.json b/package-lock.json index d05a70cd..fe5381d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@rero/ng-core", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 392b0100..d4dee748 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rero/ng-core", - "version": "1.1.1", + "version": "1.1.2", "scripts": { "ng": "ng", "serve": "ng serve --configuration mocklab", diff --git a/projects/rero/ng-core/package.json b/projects/rero/ng-core/package.json index 019424bd..4dd75f99 100644 --- a/projects/rero/ng-core/package.json +++ b/projects/rero/ng-core/package.json @@ -1,6 +1,6 @@ { "name": "@rero/ng-core", - "version": "1.1.1", + "version": "1.1.2", "author": { "name": "RERO", "email": "software@rero.ch"