diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b2a55909a58aa7bcc93fdcb3102b054073b7b7..04ff6c4083a9b0349e954bb21dc5cbf9a03d37c9 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 f11b5492b8d77dc03f4a09e7fdd31f32c4ecd978..cd346cd16c8e24952aacc736122c6a65e794ea8d 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 e49c47385bb42fe6e9228aaad3a862fea3178d77..f15879b14177d4a0261f3e3c2d5be46e418099f0 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 605682efc75d0c40138cc4b50ea086fbf3c6bec9..d5d78a07bd341f9d4f8b590e7bea8882c0f99c16 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",