diff --git a/changelog.md b/changelog.md
index 0f97390f21..8cbd8352a1 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,29 @@
+
+## [2.45.7](https://github.com/gchoqueux/itowns/compare/v2.45.4...v2.45.7) (2024-12-11)
+
+
+### Bug Fixes
+
+* **Crs:** typo ([001cac9](https://github.com/gchoqueux/itowns/commit/001cac9))
+* **npm:** clean lock ([646355b](https://github.com/gchoqueux/itowns/commit/646355b))
+* **publish:** add commit ([383b227](https://github.com/gchoqueux/itowns/commit/383b227))
+* **publish:** refactor publish-next ([a3395f7](https://github.com/gchoqueux/itowns/commit/a3395f7))
+* **publish:** revert all latest publish script ([956a611](https://github.com/gchoqueux/itowns/commit/956a611))
+* **publish:** update all next packages ([5a2947d](https://github.com/gchoqueux/itowns/commit/5a2947d))
+* **publish:** wrong next dependencies ([f17024b](https://github.com/gchoqueux/itowns/commit/f17024b))
+* **publish:** wrong update package ([eb7518f](https://github.com/gchoqueux/itowns/commit/eb7518f))
+* **publish:** wrong url ([3a07ffd](https://github.com/gchoqueux/itowns/commit/3a07ffd))
+* **release:** wrong package ([a5e4284](https://github.com/gchoqueux/itowns/commit/a5e4284))
+
+
+### Workflow and chores
+
+* release v2.45.7 ([d57f125](https://github.com/gchoqueux/itowns/commit/d57f125))
+* release v2.45.6 ([e778b4b](https://github.com/gchoqueux/itowns/commit/e778b4b))
+* release v2.45.5 ([ee22f8d](https://github.com/gchoqueux/itowns/commit/ee22f8d))
+
+
+
## [2.45.6](https://github.com/gchoqueux/itowns/compare/v2.45.4...v2.45.6) (2024-12-11)
diff --git a/package-lock.json b/package-lock.json
index 0c70c170a2..6ba4954391 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
"name": "itowns",
- "version": "2.45.6",
+ "version": "2.45.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
- "version": "2.45.6",
+ "version": "2.45.7",
"license": "(CECILL-B OR MIT)",
"workspaces": [
"packages/Geographic",
@@ -15801,11 +15801,11 @@
}
},
"packages/Debug": {
- "version": "2.45.6",
+ "version": "2.45.7",
"license": "(CECILL-B OR MIT)",
"dependencies": {
- "@gchoqueux/geographic": "^2.45.6",
- "@gchoqueux/itowns": "^2.45.6",
+ "@gchoqueux/geographic": "^2.45.7",
+ "@gchoqueux/itowns": "^2.45.7",
"@tweenjs/tween.js": "^25.0.0",
"chart.js": "^4.4.4",
"dat.gui": "^0.7.9"
@@ -15816,7 +15816,7 @@
},
"packages/Geographic": {
"name": "@gchoqueux/geographic",
- "version": "2.45.6",
+ "version": "2.45.7",
"license": "(CECILL-B OR MIT)",
"peerDependencies": {
"proj4": "^2.12.1",
@@ -15825,11 +15825,11 @@
},
"packages/Main": {
"name": "@gchoqueux/itowns",
- "version": "2.45.6",
+ "version": "2.45.7",
"hasInstallScript": true,
"license": "(CECILL-B OR MIT)",
"dependencies": {
- "@gchoqueux/geographic": "^2.45.6",
+ "@gchoqueux/geographic": "^2.45.7",
"@mapbox/mapbox-gl-style-spec": "^13.28.0",
"@mapbox/vector-tile": "^2.0.3",
"@tmcw/togeojson": "^5.8.1",
@@ -15853,11 +15853,11 @@
}
},
"packages/Widgets": {
- "version": "2.45.6",
+ "version": "2.45.7",
"license": "(CECILL-B OR MIT)",
"dependencies": {
- "@gchoqueux/geographic": "^2.45.6",
- "@gchoqueux/itowns": "^2.45.6"
+ "@gchoqueux/geographic": "^2.45.7",
+ "@gchoqueux/itowns": "^2.45.7"
}
}
}
diff --git a/package.json b/package.json
index 9f69a5cc87..93f728c9c5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"private": true,
- "version": "2.45.6",
+ "version": "2.45.7",
"description": "A JS/WebGL framework for 3D geospatial data visualization",
"type": "module",
"workspaces": [
diff --git a/packages/Debug/package.json b/packages/Debug/package.json
index dbbb30b337..acc6570cfa 100644
--- a/packages/Debug/package.json
+++ b/packages/Debug/package.json
@@ -1,6 +1,6 @@
{
"private": true,
- "version": "2.45.6",
+ "version": "2.45.7",
"type": "module",
"main": "lib/Main.js",
"exports": {
@@ -28,8 +28,8 @@
},
"homepage": "https://itowns.github.io/",
"dependencies": {
- "@gchoqueux/geographic": "^2.45.6",
- "@gchoqueux/itowns": "^2.45.6",
+ "@gchoqueux/geographic": "^2.45.7",
+ "@gchoqueux/itowns": "^2.45.7",
"@tweenjs/tween.js": "^25.0.0",
"chart.js": "^4.4.4",
"dat.gui": "^0.7.9"
diff --git a/packages/Geographic/package.json b/packages/Geographic/package.json
index d822e280ec..df8194f15c 100644
--- a/packages/Geographic/package.json
+++ b/packages/Geographic/package.json
@@ -1,6 +1,6 @@
{
"name": "@gchoqueux/geographic",
- "version": "2.45.6",
+ "version": "2.45.7",
"description": "Geodesy",
"type": "module",
"main": "lib/Main.js",
diff --git a/packages/Main/package.json b/packages/Main/package.json
index b2df4b1d91..22c9a58c6f 100644
--- a/packages/Main/package.json
+++ b/packages/Main/package.json
@@ -1,6 +1,6 @@
{
"name": "@gchoqueux/itowns",
- "version": "2.45.6",
+ "version": "2.45.7",
"description": "A JS/WebGL framework for 3D geospatial data visualization",
"type": "module",
"main": "lib/Main.js",
@@ -49,7 +49,7 @@
"url": "https://github.com/gchoqueux/itowns/issues"
},
"dependencies": {
- "@gchoqueux/geographic": "^2.45.6",
+ "@gchoqueux/geographic": "^2.45.7",
"@mapbox/mapbox-gl-style-spec": "^13.28.0",
"@mapbox/vector-tile": "^2.0.3",
"@tmcw/togeojson": "^5.8.1",
diff --git a/packages/Main/src/Main.js b/packages/Main/src/Main.js
index f15c75491a..ca1d79ddbe 100644
--- a/packages/Main/src/Main.js
+++ b/packages/Main/src/Main.js
@@ -1,5 +1,5 @@
const conf = {
- version: '2.45.6',
+ version: '2.45.7',
};
export const REVISION = conf.version;
diff --git a/packages/Widgets/package.json b/packages/Widgets/package.json
index e97c90a142..f517570721 100644
--- a/packages/Widgets/package.json
+++ b/packages/Widgets/package.json
@@ -1,6 +1,6 @@
{
"private": true,
- "version": "2.45.6",
+ "version": "2.45.7",
"description": "Widgets",
"type": "module",
"main": "lib/Main.js",
@@ -31,7 +31,7 @@
},
"homepage": "https://itowns.github.io/",
"dependencies": {
- "@gchoqueux/geographic": "^2.45.6",
- "@gchoqueux/itowns": "^2.45.6"
+ "@gchoqueux/geographic": "^2.45.7",
+ "@gchoqueux/itowns": "^2.45.7"
}
}