Skip to content

Commit d21ee1f

Browse files
committed
Update to point at specific GeoPackage JS release
1 parent 84913be commit d21ee1f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ MAGE adheres to [Semantic Versioning](http://semver.org/).
77

88
##### Features
99

10+
##### Bug Fixes
11+
12+
## [5.2.2](https://github.com/ngageoint/mage-server/releases/tag/5.2.2) (10-30-2018)
13+
14+
##### Features
15+
1016
##### Bug Fixes
1117
* Fixed bug with date/time fields not saving.
1218

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@mapbox/togeojson": "0.16.0",
26-
"@ngageoint/geopackage": "https://github.com/ngageoint/geopackage-js.git",
26+
"@ngageoint/geopackage": "1.1.4",
2727
"@turf/centroid": "4.3.0",
2828
"@turf/kinks": "4.3.0",
2929
"adm-zip": "0.4.9",

public/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build": "webpack -p --config webpack.prod.js"
2929
},
3030
"dependencies": {
31-
"@ngageoint/geopackage": "1.1.3",
31+
"@ngageoint/geopackage": "1.1.4",
3232
"@turf/center": "4.3.0",
3333
"@turf/helpers": "4.3.0",
3434
"@turf/kinks": "4.3.0",

0 commit comments

Comments
 (0)