Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Sep 25, 2024
1 parent 6d58c73 commit b128993
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/environments/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

0 comments on commit b128993

Please sign in to comment.