Skip to content

Commit

Permalink
chore(release): 18.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [18.0.0](v17.0.0...v18.0.0) (2025-02-12)

### Bug Fixes

* commit not detected in squash ([8737313](8737313))
* **core:** language add ability to define the default language ([a3c059e](a3c059e))
* **core:** language add static loader and options to ignores libs locale ([0bd0ab9](0bd0ab9))
* **core:** remove ngx-translate from deps ([94148a5](94148a5))
* **demo:** add node_modules in stylePreprocessorOptions for mat-datetimepicker ([409c512](409c512))
* **geo:** add saveable options for layers and datasources ([4363f69](4363f69))
* **geo:** circular dependencies and lint ([0df14c3](0df14c3))
* **geo:** hover directive undefined unsubscription ([68950da](68950da))
* **geo:** offline import dynamically ([4d7e630](4d7e630))
* **geo:** offline provider should return provider ([317f21a](317f21a))
* **geo:** use the new ngx-indexed-db API ([8fee5c4](8fee5c4))
* release breaking changes ([c3d17c4](c3d17c4))
* resync package-lock ([c7b16d0](c7b16d0))

### Features

* **core:** Allow to use secure cookies on https instances ([c06872d](c06872d))
* **geo:** export to Excel ([ade4ba2](ade4ba2))
* **geo:** highlight unavailable layer in map tool ([dcd75e5](dcd75e5))
* **geo:** manage layers and groups ([b1491b1](b1491b1))
* **geo:** refactored ui of directions component ([4ffa9d6](4ffa9d6))
* **utils:** add an util to handle excel file export ([5297425](5297425))

### BREAKING CHANGES

* Angular v18 update
* some argument of MANY methods has been removed for unused reason
* Overlay directive and service are remove since it's not functional
  • Loading branch information
semantic-release-bot committed Feb 12, 2025
1 parent 96c10f2 commit 8c3c6f0
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/*",
"projects/*"
],
"version": "18.0.0-next.10",
"version": "18.0.0",
"description": "IGO Library",
"author": "IGO Community",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/auth",
"version": "18.0.0-next.10",
"version": "18.0.0",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/common",
"version": "18.0.0-next.10",
"version": "18.0.0",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/context",
"version": "18.0.0-next.10",
"version": "18.0.0",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/core/config/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export interface Version {
}

export const version: Version = {
lib: '18.0.0-next.10',
releaseDate: 1739371425232
lib: '18.0.0',
releaseDate: 1739372054788
};
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/core",
"version": "18.0.0-next.10",
"version": "18.0.0",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/geo",
"version": "18.0.0-next.10",
"version": "18.0.0",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/integration",
"version": "18.0.0-next.10",
"version": "18.0.0",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/utils",
"version": "18.0.0-next.10",
"version": "18.0.0",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down

0 comments on commit 8c3c6f0

Please sign in to comment.