Skip to content

Commit

Permalink
Prepare for 0.16.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed May 11, 2023
1 parent 8fbec5a commit e79d4ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"minify": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production ./node_modules/webpack/bin/webpack.js",
"watch": "NODE_OPTIONS=--openssl-legacy-provider ./node_modules/webpack/bin/webpack.js --watch"
},
"version": "0.15.3",
"version": "0.16.0",
"node": ">=18.0.0",
"dependencies": {
"@turf/turf": "^6.5.0",
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/changelog_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#### 0.16.0 (2023-05-11)

- Désactivation du zoom par sélection rectangulaire lors d'un changement de projection s'il est activé
- Désactivation du zoom par sélection rectangulaire lors d'un changement de projection s'il est activé.

- Amélioration de la gestion des positions des étiquettes en évitant de réinitialiser la position des étiquettes lors d'un changement de projection pour les étiquettes qui ont été déplacées manuellement.

Expand Down
2 changes: 1 addition & 1 deletion magrit_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.15.3'
__version__ = '0.16.0'

0 comments on commit e79d4ad

Please sign in to comment.