Skip to content

Commit

Permalink
release v2.46.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Jan 29, 2025
1 parent 48e33f0 commit 00288d9
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 22 deletions.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="2.46.10"></a>
## [2.46.10](https://github.com/gchoqueux/itowns/compare/v2.46.6...v2.46.10) (2025-01-29)


### Workflow and chores

* release v2.46.10 ([83bcbce](https://github.com/gchoqueux/itowns/commit/83bcbce))
* release v2.46.9 ([48e33f0](https://github.com/gchoqueux/itowns/commit/48e33f0))
* release v2.46.8 ([6e6d68c](https://github.com/gchoqueux/itowns/commit/6e6d68c))
* release v2.46.7 ([a9959e5](https://github.com/gchoqueux/itowns/commit/a9959e5))
* try to debug github ([9fd3404](https://github.com/gchoqueux/itowns/commit/9fd3404))
* try to debug github ([dfae920](https://github.com/gchoqueux/itowns/commit/dfae920))



<a name="2.46.9"></a>
## [2.46.9](https://github.com/gchoqueux/itowns/compare/v2.46.6...v2.46.9) (2025-01-29)

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.46.9",
"version": "2.46.10",
"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.46.9",
"version": "2.46.10",
"type": "module",
"main": "lib/Main.js",
"exports": {
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"homepage": "https://itowns.github.io/",
"dependencies": {
"@gchoqueux/geographic": "^2.46.9",
"@gchoqueux/itowns": "^2.46.9",
"@gchoqueux/geographic": "^2.46.10",
"@gchoqueux/itowns": "^2.46.10",
"@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.46.9",
"version": "2.46.10",
"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.46.9",
"version": "2.46.10",
"description": "A JS/WebGL framework for 3D geospatial data visualization",
"type": "module",
"main": "lib/Main.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"url": "https://github.com/gchoqueux/itowns/issues"
},
"dependencies": {
"@gchoqueux/geographic": "^2.46.9",
"@gchoqueux/geographic": "^2.46.10",
"@mapbox/vector-tile": "^2.0.3",
"@maplibre/maplibre-gl-style-spec": "^22.0.0",
"@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.46.9',
version: '2.46.10',
};

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.46.9",
"version": "2.46.10",
"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.46.9",
"@gchoqueux/itowns": "^2.46.9"
"@gchoqueux/geographic": "^2.46.10",
"@gchoqueux/itowns": "^2.46.10"
}
}

0 comments on commit 00288d9

Please sign in to comment.