Skip to content

Commit

Permalink
release v2.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Jun 3, 2024
1 parent c55db83 commit 89a5bb9
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 12 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="2.48.0"></a>
# [2.48.0](https://github.com/iTowns/itowns/compare/v2.47.0...v2.48.0) (2024-06-03)


### Workflow and chores

* release v2.48.0 ([cf39d4c](https://github.com/iTowns/itowns/commit/cf39d4c))
* fix github releasing ([c55db83](https://github.com/iTowns/itowns/commit/c55db83))



<a name="2.47.0"></a>
# [2.47.0](https://github.com/iTowns/itowns/compare/v2.43.1...v2.47.0) (2024-06-03)

Expand Down
12 changes: 6 additions & 6 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.47.0",
"version": "2.48.0",
"description": "A JS/WebGL framework for 3D geospatial data visualization",
"type": "module",
"main": "./packages/lib/Main/Main.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/Geodesy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itowns_gc/geodesy",
"version": "2.47.0",
"version": "2.48.0",
"description": "Geodesy",
"type": "module",
"main": "lib/Main.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/Gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itowns_gc/gui",
"version": "2.47.0",
"version": "2.48.0",
"description": "Gui",
"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": "itowns_gc",
"version": "2.47.0",
"version": "2.48.0",
"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/iTowns/itowns/issues"
},
"dependencies": {
"@itowns_gc/geodesy": "^2.47.0",
"@itowns_gc/geodesy": "^2.48.0",
"@mapbox/mapbox-gl-style-spec": "^13.28.0",
"@mapbox/vector-tile": "^1.3.1",
"@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.47.0',
version: '2.48.0',
};

export const REVISION = conf.version;
Expand Down

0 comments on commit 89a5bb9

Please sign in to comment.