Skip to content

Commit 22a1fe5

Browse files
committed
update changelog and bump versions to 6.2.5
1 parent c2377e6 commit 22a1fe5

File tree

8 files changed

+13
-8
lines changed

8 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ MAGE adheres to [Semantic Versioning](http://semver.org/).
66
## Pending on [`develop`](https://github.com/ngageoint/mage-server/tree/develop)
77
##### Features
88

9+
## [6.2.5](https://github.com/ngageoint/mage-server/releases/tag/6.2.5)
10+
#### Features
11+
#### Bug Fixes
12+
* The observation download API incorrectly imported a library function causing a bad reference.
13+
914
## [6.2.4](https://github.com/ngageoint/mage-server/releases/tag/6.2.4)
1015
#### Features
1116
* The Degrees-Minutes-Seconds (DMS) location form fields on the Observation Edit view now use an input mask for more natural manual entry.

instance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngageoint/mage.dev-instance",
3-
"version": "6.2.4",
3+
"version": "6.2.5",
44
"description": "Assemble a MAGE Server deployment from the core service, the web-app, and selected plugins. This is primarily a development tool because the dependencies point to relative directories instead of production packages. This can however serve as a starting point to create a production MAGE instance package.json.",
55
"scripts": {
66
"start": "npm run start:dev-env",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ngageoint/mage.project",
33
"description": "This is the root package definition for the mage-server monorepo.",
44
"private": true,
5-
"version": "6.2.4",
5+
"version": "6.2.5",
66
"files": [],
77
"scripts": {
88
"postinstall": "npm-run-all service:ci web-app:ci image.service:ci nga-msi:ci",

service/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngageoint/mage.service",
3-
"version": "6.2.4",
3+
"version": "6.2.5",
44
"displayName": "MAGE Service",
55
"description": "MAGE is a geospatial situational awareness and data collection platform. The MAGE Service is the ReST service API that the MAGE client apps use to interact with MAGE data.",
66
"keywords": [

web-app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@ngageoint/mage.web-app",
4-
"version": "6.2.4",
4+
"version": "6.2.5",
55
"description": "The MAGE web-app is the UI for interacting with the MAGE service in a web browser.",
66
"keywords": [
77
"NGA",

web-app/projects/core-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngageoint/mage.web-core-lib",
3-
"version": "6.2.4",
3+
"version": "6.2.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ngageoint/mage-server.git"

0 commit comments

Comments
 (0)