Skip to content

Commit

Permalink
release v2.45.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Dec 11, 2024
1 parent 394d67d commit 20b157f
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 22 deletions.
24 changes: 24 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<a name="2.45.6"></a>
## [2.45.6](https://github.com/gchoqueux/itowns/compare/v2.45.4...v2.45.6) (2024-12-11)


### Bug Fixes

* **Crs:** typo ([001cac9](https://github.com/gchoqueux/itowns/commit/001cac9))
* **npm:** clean lock ([e2c4cd1](https://github.com/gchoqueux/itowns/commit/e2c4cd1))
* **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 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.6 ([168f4d5](https://github.com/gchoqueux/itowns/commit/168f4d5))
* release v2.45.5 ([394d67d](https://github.com/gchoqueux/itowns/commit/394d67d))



<a name="2.45.5"></a>
## [2.45.5](https://github.com/iTowns/itowns/compare/v2.45.4...v2.45.5) (2024-12-11)

Expand Down
22 changes: 11 additions & 11 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
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.45.5",
"version": "2.45.6",
"description": "A JS/WebGL framework for 3D geospatial data visualization",
"type": "module",
"workspaces": [
Expand Down
6 changes: 3 additions & 3 deletions packages/Debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.45.5",
"version": "2.45.6",
"type": "module",
"main": "lib/Main.js",
"exports": {
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"homepage": "https://itowns.github.io/",
"dependencies": {
"@gchoqueux/geographic": "^2.45.5",
"@gchoqueux/itowns": "^2.45.5",
"@gchoqueux/geographic": "^2.45.6",
"@gchoqueux/itowns": "^2.45.6",
"@tweenjs/tween.js": "^25.0.0",
"chart.js": "^4.4.4",
"dat.gui": "^0.7.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/Geographic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gchoqueux/geographic",
"version": "2.45.5",
"version": "2.45.6",
"description": "Geodesy",
"type": "module",
"main": "lib/Main.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/Main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gchoqueux/itowns",
"version": "2.45.5",
"version": "2.45.6",
"description": "A JS/WebGL framework for 3D geospatial data visualization",
"type": "module",
"main": "lib/Main.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"url": "https://github.com/gchoqueux/itowns/issues"
},
"dependencies": {
"@gchoqueux/geographic": "^2.45.5",
"@gchoqueux/geographic": "^2.45.6",
"@mapbox/mapbox-gl-style-spec": "^13.28.0",
"@mapbox/vector-tile": "^2.0.3",
"@tmcw/togeojson": "^5.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/Main/src/Main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const conf = {
version: '2.45.5',
version: '2.45.6',
};

export const REVISION = conf.version;
Expand Down
6 changes: 3 additions & 3 deletions packages/Widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.45.5",
"version": "2.45.6",
"description": "Widgets",
"type": "module",
"main": "lib/Main.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://itowns.github.io/",
"dependencies": {
"@gchoqueux/geographic": "^2.45.5",
"@gchoqueux/itowns": "^2.45.5"
"@gchoqueux/geographic": "^2.45.6",
"@gchoqueux/itowns": "^2.45.6"
}
}

0 comments on commit 20b157f

Please sign in to comment.