Skip to content

Commit

Permalink
chore: [WIP] up version
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Jan 27, 2025
1 parent 7f35dd6 commit 3736a8b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
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.44.2",
"version": "2.45.7",
"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.44.2",
"version": "2.45.7",
"type": "module",
"main": "lib/Main.js",
"exports": {
Expand Down Expand Up @@ -28,10 +28,10 @@
},
"homepage": "https://itowns.github.io/",
"dependencies": {
"@gchoqueux//geographic": "^2.44.2",
"@gchoqueux//geographic": "^2.45.7",
"chart.js": "^4.4.4",
"dat.gui": "^0.7.9",
"@gchoqueux/itowns": "^2.44.2",
"@gchoqueux/itowns": "^2.45.7",
"@tweenjs/tween.js": "^25.0.0"
},
"peerDependencies": {
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.44.2",
"version": "2.45.7",
"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.44.2",
"version": "2.45.7",
"description": "A JS/WebGL framework for 3D geospatial data visualization",
"type": "module",
"main": "lib/Main.js",
Expand All @@ -22,7 +22,7 @@
"publish-latest": "npm publish --access public --tag=latest --provenance",
"prerelease-next": "npm version prerelease --preid next && npm run update-package",
"publish-next": "npm publish --access public --tag=next",
"update-package": "npm remove @itowns/geographic && npm install @itowns/geographic@$npm_package_version --save"
"update-package": "npm remove @gchoqueux/geographic && npm install @gchoqueux/geographic@$npm_package_version --save"
},
"c8": {
"exclude": [
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.44.2",
"version": "2.45.7",
"description": "Widgets",
"type": "module",
"main": "lib/Main.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"url": "https://github.com/gchoqueux/itowns/issues"
},
"dependencies": {
"@gchoqueux/geographic": "^2.45.4",
"@gchoqueux/itowns": "^2.45.4"
"@gchoqueux/geographic": "^2.45.7",
"@gchoqueux/itowns": "^2.45.7"
},
"homepage": "https://itowns.github.io/"
}
2 changes: 1 addition & 1 deletion publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publiccodeYmlVersion: '0.2'
name: itowns
url: 'https://github.com/iTowns/itowns.git'
landingURL: 'https://github.com/iTowns/itowns'
softwareVersion: 2.44.2
softwareVersion: 2.45.7
releaseDate: '2024-09-17'
softwareType: library
logo: 'https://raw.githubusercontent.com/iTowns/itowns/refs/heads/master/examples/images/itowns_logo.png'
Expand Down

0 comments on commit 3736a8b

Please sign in to comment.