From ef619efb76dfa172d9fdc00632968e8b8557a83d Mon Sep 17 00:00:00 2001 From: Jenkins <jenkins@jenkins.unige.ch> Date: Tue, 13 Jul 2021 17:22:17 +0200 Subject: [PATCH] chore(release): 1.5.2 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- projects/solidify-frontend/package.json | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b2a5590..04ff6c408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.5.2](https://gitlab.unige.ch///compare/v1.5.1...v1.5.2) (2021-07-13) + + +### Features + +* add upload state ([7116f25](https://gitlab.unige.ch///commit/7116f251b698f4b69fb07df71bb9643461b02d3d)) + + +### Bug Fixes + +* add typing on ngxs operator ([5dfbb9c](https://gitlab.unige.ch///commit/5dfbb9c1917a39edb6208d18f0965d9f86f04e5d)) +* allow to not provide second param parameter on notifier service method ([79321df](https://gitlab.unige.ch///commit/79321df8eb89d4b183bcb6b028b118b42d6e3895)) +* lint error ([c2e7389](https://gitlab.unige.ch///commit/c2e7389dd6fcf0c0bc509372ad280a3e63b5e9ca)) + ### [1.5.1](https://gitlab.unige.ch///compare/v1.5.0...v1.5.1) (2021-07-09) diff --git a/package-lock.json b/package-lock.json index f11b5492b..cd346cd16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "solidify-frontend", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e49c47385..f15879b14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solidify-frontend", - "version": "1.5.1", + "version": "1.5.2", "scripts": { "ng": "ng", "build": "ng build --prod && cd projects/solidify-frontend && npm run build --prod", diff --git a/projects/solidify-frontend/package.json b/projects/solidify-frontend/package.json index 605682efc..d5d78a07b 100644 --- a/projects/solidify-frontend/package.json +++ b/projects/solidify-frontend/package.json @@ -1,6 +1,6 @@ { "name": "solidify-frontend", - "version": "1.5.1", + "version": "1.5.2", "description": "Angular Shared Library", "repository": { "type": "git", -- GitLab