Skip to content

Commit

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


### Bug Fixes

* **Crs:** typo ([001cac9](https://github.com/iTowns/itowns/commit/001cac9))
* **publish:** add commit ([383b227](https://github.com/iTowns/itowns/commit/383b227))
* **publish:** refactor publish-next ([a3395f7](https://github.com/iTowns/itowns/commit/a3395f7))
* **publish:** revert all latest publish script ([956a611](https://github.com/iTowns/itowns/commit/956a611))
* **publish:** update all next packages ([5a2947d](https://github.com/iTowns/itowns/commit/5a2947d))
* **publish:** wrong next dependencies ([f17024b](https://github.com/iTowns/itowns/commit/f17024b))
* **release:** wrong package ([a5e4284](https://github.com/iTowns/itowns/commit/a5e4284))


### Workflow and chores

* release v2.45.5 ([3b6574c](https://github.com/iTowns/itowns/commit/3b6574c))



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

Expand Down
28 changes: 12 additions & 16 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.4",
"version": "2.45.5",
"description": "A JS/WebGL framework for 3D geospatial data visualization",
"type": "module",
"workspaces": [
Expand Down
10 changes: 5 additions & 5 deletions packages/Debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.45.4",
"version": "2.45.5",
"type": "module",
"main": "lib/Main.js",
"exports": {
Expand Down Expand Up @@ -28,11 +28,11 @@
},
"homepage": "https://itowns.github.io/",
"dependencies": {
"@gchoqueux/geographic": "^2.44.2",
"@gchoqueux/geographic": "^2.45.5",
"@gchoqueux/itowns": "^2.45.5",
"@tweenjs/tween.js": "^25.0.0",
"chart.js": "^4.4.4",
"dat.gui": "^0.7.9",
"itowns": "^2.44.2",
"@tweenjs/tween.js": "^25.0.0"
"dat.gui": "^0.7.9"
},
"peerDependencies": {
"three": "^0.168.0"
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.4",
"version": "2.45.5",
"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.4",
"version": "2.45.5",
"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.4",
"@gchoqueux/geographic": "^2.45.5",
"@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.4',
version: '2.45.5',
};

export const REVISION = conf.version;
Expand Down
8 changes: 6 additions & 2 deletions packages/Widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.45.4",
"version": "2.45.5",
"description": "Widgets",
"type": "module",
"main": "lib/Main.js",
Expand Down Expand Up @@ -29,5 +29,9 @@
"bugs": {
"url": "https://github.com/gchoqueux/itowns/issues"
},
"homepage": "https://itowns.github.io/"
"homepage": "https://itowns.github.io/",
"dependencies": {
"@gchoqueux/geographic": "^2.45.5",
"@gchoqueux/itowns": "^2.45.5"
}
}

0 comments on commit ee839f2

Please sign in to comment.