From f656f36579c68ea5e08c5015d8bcaf8eb7db5b8e Mon Sep 17 00:00:00 2001 From: MohamedHamou Date: Fri, 4 Jun 2021 15:54:41 +0200 Subject: [PATCH] Release prod version 17.1.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99e04f3d..d84eae89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,22 @@ # Change Log +## [v17.1.0](https://github.com/gisaia/ARLAS-web-components/tree/v17.1.0) (2021-06-04) + +[Full Changelog](https://github.com/gisaia/ARLAS-web-components/compare/v17.0.0...v17.1.0) + +**New stuff:** + +- Apply value precision for short value metrics [\#549](https://github.com/gisaia/ARLAS-web-components/issues/549) + ## [v17.0.0](https://github.com/gisaia/ARLAS-web-components/tree/v17.0.0) (2021-05-19) [Full Changelog](https://github.com/gisaia/ARLAS-web-components/compare/v17.0.0-beta.0...v17.0.0) +**Fixed bugs:** + +- Map layer Icon doesn't handle cricle strokes and dasharrays [\#546](https://github.com/gisaia/ARLAS-web-components/issues/546) [[MAP](https://github.com/gisaia/ARLAS-web-components/labels/MAP)] +- Text appears behind the rightband [\#545](https://github.com/gisaia/ARLAS-web-components/issues/545) [[POWERBARS](https://github.com/gisaia/ARLAS-web-components/labels/POWERBARS)] + ## [v17.0.0-beta.0](https://github.com/gisaia/ARLAS-web-components/tree/v17.0.0-beta.0) (2021-05-10) [Full Changelog](https://github.com/gisaia/ARLAS-web-components/compare/v16.1.0...v17.0.0-beta.0) diff --git a/package-lock.json b/package-lock.json index 05e0cefd..6a98ff19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "arlas-web-components", - "version": "17.1.0-dev0", + "version": "17.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4f4002db..7635ab42 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "./node_modules/ng-packagr/package.schema.json", "name": "arlas-web-components", - "version": "17.1.0-dev0", + "version": "17.1.0", "license": "Apache-2.0", "scripts": { "ng": "ng",