From 86ee02f702351890cc5b6ed335583cedfea4e2e7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Aug 2024 14:37:00 +0000 Subject: [PATCH] chore(release): 17.0.0-next.17 [skip ci] # [17.0.0-next.17](https://github.com/infra-geo-ouverte/igo2-lib/compare/v17.0.0-next.16...v17.0.0-next.17) (2024-08-22) ### Bug Fixes * **feature-details:** fix depot url regex ([#1690](https://github.com/infra-geo-ouverte/igo2-lib/issues/1690)) ([57c425c](https://github.com/infra-geo-ouverte/igo2-lib/commit/57c425c7e321ad1970afd57817b65ce9f485c514)) --- 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 05e66fca9..00877382a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "igo2-lib", - "version": "17.0.0-next.16", + "version": "17.0.0-next.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "igo2-lib", - "version": "17.0.0-next.16", + "version": "17.0.0-next.17", "hasInstallScript": true, "license": "MIT", "workspaces": [ @@ -30248,7 +30248,7 @@ }, "packages/auth": { "name": "@igo2/auth", - "version": "17.0.0-next.16", + "version": "17.0.0-next.17", "license": "MIT", "dependencies": { "jwt-decode": "^4.0.0", @@ -30276,7 +30276,7 @@ }, "packages/common": { "name": "@igo2/common", - "version": "17.0.0-next.16", + "version": "17.0.0-next.17", "license": "MIT", "dependencies": { "tslib": "^2.6.0" @@ -30304,7 +30304,7 @@ }, "packages/context": { "name": "@igo2/context", - "version": "17.0.0-next.16", + "version": "17.0.0-next.17", "license": "MIT", "dependencies": { "tslib": "^2.6.0" @@ -30330,7 +30330,7 @@ }, "packages/core": { "name": "@igo2/core", - "version": "17.0.0-next.16", + "version": "17.0.0-next.17", "license": "MIT", "dependencies": { "@ngx-translate/core": "^15.0.0", @@ -30359,7 +30359,7 @@ }, "packages/geo": { "name": "@igo2/geo", - "version": "17.0.0-next.16", + "version": "17.0.0-next.17", "license": "MIT", "dependencies": { "@turf/helpers": "^6.5.0", @@ -30408,7 +30408,7 @@ }, "packages/integration": { "name": "@igo2/integration", - "version": "17.0.0-next.16", + "version": "17.0.0-next.17", "license": "MIT", "dependencies": { "tslib": "^2.6.0" @@ -30429,7 +30429,7 @@ }, "packages/utils": { "name": "@igo2/utils", - "version": "17.0.0-next.16", + "version": "17.0.0-next.17", "license": "MIT", "dependencies": { "bowser": "^2.10.0", diff --git a/package.json b/package.json index dfe667821..4e8fb9d51 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "packages/*", "projects/*" ], - "version": "17.0.0-next.16", + "version": "17.0.0-next.17", "description": "IGO Library", "author": "IGO Community", "license": "MIT", diff --git a/packages/auth/package.json b/packages/auth/package.json index 0bb9f551a..288d8800d 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/auth", - "version": "17.0.0-next.16", + "version": "17.0.0-next.17", "description": "IGO Library", "author": "IGO Community", "keywords": [ diff --git a/packages/common/package.json b/packages/common/package.json index 7611a698a..b193690ae 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/common", - "version": "17.0.0-next.16", + "version": "17.0.0-next.17", "description": "IGO Library", "author": "IGO Community", "keywords": [ diff --git a/packages/context/package.json b/packages/context/package.json index 9f208f860..21e7abd04 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/context", - "version": "17.0.0-next.16", + "version": "17.0.0-next.17", "description": "IGO Library", "author": "IGO Community", "keywords": [ diff --git a/packages/core/config/src/version.ts b/packages/core/config/src/version.ts index bc955c57f..32c617b46 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.0-next.16', - releaseDate: 1723641343444 + lib: '17.0.0-next.17', + releaseDate: 1724337330594 }; diff --git a/packages/core/package.json b/packages/core/package.json index bd05f0a65..e945827e9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/core", - "version": "17.0.0-next.16", + "version": "17.0.0-next.17", "description": "IGO Library", "author": "IGO Community", "keywords": [ diff --git a/packages/geo/package.json b/packages/geo/package.json index b07059a92..c86b0adfe 100644 --- a/packages/geo/package.json +++ b/packages/geo/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/geo", - "version": "17.0.0-next.16", + "version": "17.0.0-next.17", "description": "IGO Library", "author": "IGO Community", "keywords": [ diff --git a/packages/integration/package.json b/packages/integration/package.json index 262dac13c..b12667d0d 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/integration", - "version": "17.0.0-next.16", + "version": "17.0.0-next.17", "description": "IGO Library", "author": "IGO Community", "keywords": [ diff --git a/packages/utils/package.json b/packages/utils/package.json index 3727e315d..4a78237f4 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@igo2/utils", - "version": "17.0.0-next.16", + "version": "17.0.0-next.17", "description": "IGO Library", "author": "IGO Community", "keywords": [