Skip to content

Commit

Permalink
chore: update changelog for version 18.0.0 and set app version to 18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Feb 12, 2025
1 parent 43d83d2 commit 1def670
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# [18.0.0](https://github.com/infra-geo-ouverte/igo2/compare/v17.0.1...v18.0.0) (2025-02-12)


### Bug Fixes

* **core:** language add static/async loader ([#1169](https://github.com/infra-geo-ouverte/igo2/issues/1169)) ([f0133f7](https://github.com/infra-geo-ouverte/igo2/commit/f0133f7d0378d96c373ca8f6311fcd8e868a3b33))
* missing imports and async theme ([265b761](https://github.com/infra-geo-ouverte/igo2/commit/265b761c5c9483611e06ebeff6a66cd0e805db2f))
* set the default environment configuration ([1aacde3](https://github.com/infra-geo-ouverte/igo2/commit/1aacde3c5752f814e8faf84f871e44c4bf2e119c))


### Code Refactoring

* update to angular v18 ([#1163](https://github.com/infra-geo-ouverte/igo2/issues/1163)) ([0d180dd](https://github.com/infra-geo-ouverte/igo2/commit/0d180dd83244a07d6e7ffe67b5ceb4e3158f457b))


### Features

* allow the new layer group ([#1165](https://github.com/infra-geo-ouverte/igo2/issues/1165)) ([542c6c6](https://github.com/infra-geo-ouverte/igo2/commit/542c6c6d69fc13c9b1cc2835a13b4ed2330f77b5))


### BREAKING CHANGES

* Update Angular to v18 and others libs

refactor: update Angular Material to v18

chore: update package-lock and test



## [17.0.1](https://github.com/infra-geo-ouverte/igo2/compare/v17.0.0...v17.0.1) (2024-09-25)


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.1',
releaseDateApp: 1727294951910
app: '18.0.0',
releaseDateApp: 1739379026194
};

0 comments on commit 1def670

Please sign in to comment.