Skip to content

Commit

Permalink
release v2.45.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Dec 6, 2024
1 parent cc61632 commit 1d9a109
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 14 deletions.
19 changes: 19 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<a name="2.45.3"></a>
## [2.45.3](https://github.com/iTowns/itowns/compare/v2.45.0...v2.45.3) (2024-12-06)


### Bug Fixes

* **deploy:** latest error tag try add provenance ([f8d2705](https://github.com/iTowns/itowns/commit/f8d2705))
* **deploy:** wrong dist path folder ([259ee01](https://github.com/iTowns/itowns/commit/259ee01))


### Workflow and chores

* release v2.45.3 ([d53ca41](https://github.com/iTowns/itowns/commit/d53ca41))
* release v2.45.2 ([cc61632](https://github.com/iTowns/itowns/commit/cc61632))
* release v2.45.1 ([46ce67f](https://github.com/iTowns/itowns/commit/46ce67f))
* remove provenance publish latest ([07d6d35](https://github.com/iTowns/itowns/commit/07d6d35))



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

Expand Down
14 changes: 7 additions & 7 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.2",
"version": "2.45.3",
"description": "A JS/WebGL framework for 3D geospatial data visualization",
"type": "module",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/Debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.45.2",
"version": "2.45.3",
"type": "module",
"main": "lib/Main.js",
"exports": {
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.2",
"version": "2.45.3",
"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.2",
"version": "2.45.3",
"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/iTowns/itowns/issues"
},
"dependencies": {
"@gchoqueux/geographic": "^2.45.2",
"@gchoqueux/geographic": "^2.45.3",
"@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.2',
version: '2.45.3',
};

export const REVISION = conf.version;
Expand Down
2 changes: 1 addition & 1 deletion packages/Widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.45.2",
"version": "2.45.3",
"description": "Widgets",
"type": "module",
"main": "lib/Main.js",
Expand Down

0 comments on commit 1d9a109

Please sign in to comment.