From b1289938449c1e2979afdbc66a9a94c2189126fd Mon Sep 17 00:00:00 2001 From: Alexandre Caron Date: Wed, 25 Sep 2024 16:15:32 -0400 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 16 ++++++++++++++++ src/environments/version.ts | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43dcd5461..20471cdda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,29 @@ +## [17.0.1](https://github.com/infra-geo-ouverte/igo2/compare/v17.0.0...v17.0.1) (2024-09-25) + + +### Bug Fixes + +* add changelog ([7df1387](https://github.com/infra-geo-ouverte/igo2/commit/7df13874f0f5783ae3965c548388e7b48527f421)) +* missing imports and async theme ([c32336f](https://github.com/infra-geo-ouverte/igo2/commit/c32336fca02f1020eeee9cd0d86aed82ade4fd0e)) + + + # [17.0.0](https://github.com/infra-geo-ouverte/igo2/compare/v16.3.0...v17.0.0) (2024-08-22) ### Bug Fixes * add google font symbols ([fb7af4a](https://github.com/infra-geo-ouverte/igo2/commit/fb7af4ac24d5b6c1d521f1e9aa840ee2b177fb74)) +* adjust @igo2/auth path ([#1153](https://github.com/infra-geo-ouverte/igo2/issues/1153)) ([03b8848](https://github.com/infra-geo-ouverte/igo2/commit/03b88485777947f3f93100c859be1cddeb2be85c)) * **core:** use provideConfig ([6a93da4](https://github.com/infra-geo-ouverte/igo2/commit/6a93da431052db3b9053d793994a3215b3298eae)) +* don't include all icon variants ([e1e9fbc](https://github.com/infra-geo-ouverte/igo2/commit/e1e9fbcb8a1292e2a2d5486123473f314600fa84)) * double head in index ([7626f6c](https://github.com/infra-geo-ouverte/igo2/commit/7626f6c07b55636a1fdd4dd641f6d9a907f9ff2a)) * **environment:** add testgeoegl in trusted host ([e400086](https://github.com/infra-geo-ouverte/igo2/commit/e400086c0dfe4835f3b83856e9121c11bd1cdca0)) * ol version to 9.1.0 ([9c66af3](https://github.com/infra-geo-ouverte/igo2/commit/9c66af336373e56df01da15d86b0ba1582868112)) +* provide icon ([6cfb3cd](https://github.com/infra-geo-ouverte/igo2/commit/6cfb3cda88faf7c16a46770147bab67f2bf45ad2)) +* **test:** add polyfill ([93572a3](https://github.com/infra-geo-ouverte/igo2/commit/93572a303af966d39c6cbf513507f202c9633567)) +* **toast:** find alternative icons in google font icons ([#1159](https://github.com/infra-geo-ouverte/igo2/issues/1159)) ([87f9b8c](https://github.com/infra-geo-ouverte/igo2/commit/87f9b8cdb73f2201a777ee64edff1f68b49063b5)) +* update lib to v17 ([c3c0102](https://github.com/infra-geo-ouverte/igo2/commit/c3c0102e37d9577f0ab7bb60a2590355f5d6b14c)) ### Features diff --git a/src/environments/version.ts b/src/environments/version.ts index 6581c0dc2..922e957af 100644 --- a/src/environments/version.ts +++ b/src/environments/version.ts @@ -7,6 +7,6 @@ import { Version, version as libVersion } from '@igo2/core/config'; export const version: Version = { ...libVersion, - app: '17.0.0', - releaseDateApp: 1724351668053 + app: '17.0.1', + releaseDateApp: 1727294951910 };