From 99508234e08f6605569ba31796f88bffc0a490f1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 3 Sep 2024 15:55:19 +0000 Subject: [PATCH] chore(release): 18.0.0-next.1 [skip ci] # [18.0.0-next.1](https://github.com/infra-geo-ouverte/igo2-lib/compare/v17.0.1-next.2...v18.0.0-next.1) (2024-09-03) ### Bug Fixes * release breaking changes ([c3d17c4](https://github.com/infra-geo-ouverte/igo2-lib/commit/c3d17c4617644ded6de94ef634303a27e02482d3)) ### 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 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- packages/auth/package.json | 2 +- packages/common/package.json | 2 +- packages/context/package.json | 2 +- packages/core/config/src/version.ts | 4 ++-- packages/core/package.json | 2 +- packages/geo/package.json | 2 +- packages/integration/package.json | 2 +- packages/utils/package.json | 2 +- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ffd644d7..13dd658d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "igo2-lib", - "version": "17.0.1-next.2", + "version": "18.0.0-next.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "igo2-lib", - "version": "17.0.1-next.2", + "version": "18.0.0-next.1", "hasInstallScript": true, "license": "MIT", "workspaces": [ @@ -27493,7 +27493,7 @@ }, "packages/auth": { "name": "@igo2/auth", - "version": "17.0.1-next.2", + "version": "18.0.0-next.1", "license": "MIT", "dependencies": { "jwt-decode": "^4.0.0", @@ -27521,7 +27521,7 @@ }, "packages/common": { "name": "@igo2/common", - "version": "17.0.1-next.2", + "version": "18.0.0-next.1", "license": "MIT", "dependencies": { "tslib": "^2.6.0" @@ -27549,7 +27549,7 @@ }, "packages/context": { "name": "@igo2/context", - "version": "17.0.1-next.2", + "version": "18.0.0-next.1", "license": "MIT", "dependencies": { "tslib": "^2.6.0" @@ -27575,7 +27575,7 @@ }, "packages/core": { "name": "@igo2/core", - "version": "17.0.1-next.2", + "version": "18.0.0-next.1", "license": "MIT", "dependencies": { "@ngx-translate/core": "^15.0.0", @@ -27604,7 +27604,7 @@ }, "packages/geo": { "name": "@igo2/geo", - "version": "17.0.1-next.2", + "version": "18.0.0-next.1", "license": "MIT", "dependencies": { "@turf/helpers": "^6.5.0", @@ -27652,7 +27652,7 @@ }, "packages/integration": { "name": "@igo2/integration", - "version": "17.0.1-next.2", + "version": "18.0.0-next.1", "license": "MIT", "dependencies": { "tslib": "^2.6.0" @@ -27674,7 +27674,7 @@ }, "packages/utils": { "name": "@igo2/utils", - "version": "17.0.1-next.2", + "version": "18.0.0-next.1", "license": "MIT", "dependencies": { "bowser": "^2.11.0", diff --git a/package.json b/package.json index ca84a1755..43ca3b079 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "packages/*", "projects/*" ], - "version": "17.0.1-next.3", + "version": "18.0.0-next.1", "description": "IGO Library", "author": "IGO Community", "license": "MIT", diff --git a/packages/auth/package.json b/packages/auth/package.json index 1c0fc2338..f60874e72 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/auth", - "version": "17.0.1-next.2", + "version": "18.0.0-next.1", "description": "IGO Library", "author": "IGO Community", "keywords": [ diff --git a/packages/common/package.json b/packages/common/package.json index 82f3b0aea..3eb4b54de 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/common", - "version": "17.0.1-next.2", + "version": "18.0.0-next.1", "description": "IGO Library", "author": "IGO Community", "keywords": [ diff --git a/packages/context/package.json b/packages/context/package.json index ac9ba059b..54ce37826 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/context", - "version": "17.0.1-next.2", + "version": "18.0.0-next.1", "description": "IGO Library", "author": "IGO Community", "keywords": [ diff --git a/packages/core/config/src/version.ts b/packages/core/config/src/version.ts index 3d9e3c6dc..ec81d0047 100644 --- a/packages/core/config/src/version.ts +++ b/packages/core/config/src/version.ts @@ -6,6 +6,6 @@ export interface Version { } export const version: Version = { - lib: '17.0.1-next.2', - releaseDate: 1725377856816 + lib: '18.0.0-next.1', + releaseDate: 1725378824462 }; diff --git a/packages/core/package.json b/packages/core/package.json index e0929584d..7484cf242 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/core", - "version": "17.0.1-next.2", + "version": "18.0.0-next.1", "description": "IGO Library", "author": "IGO Community", "keywords": [ diff --git a/packages/geo/package.json b/packages/geo/package.json index 08860e632..fb6d955bb 100644 --- a/packages/geo/package.json +++ b/packages/geo/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/geo", - "version": "17.0.1-next.2", + "version": "18.0.0-next.1", "description": "IGO Library", "author": "IGO Community", "keywords": [ diff --git a/packages/integration/package.json b/packages/integration/package.json index bd5e0f67b..62bee7186 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/integration", - "version": "17.0.1-next.2", + "version": "18.0.0-next.1", "description": "IGO Library", "author": "IGO Community", "keywords": [ diff --git a/packages/utils/package.json b/packages/utils/package.json index 40f16c39d..93493e1f2 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/utils", - "version": "17.0.1-next.2", + "version": "18.0.0-next.1", "description": "IGO Library", "author": "IGO Community", "keywords": [