Skip to content

Commit bd724e3

Browse files
committed
bump versions and add changelog entry
1 parent 4e4b5fe commit bd724e3

File tree

8 files changed

+16
-9
lines changed

8 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ MAGE adheres to [Semantic Versioning](http://semver.org/).
55
---
66
## Pending on [`develop`](https://github.com/ngageoint/mage-server/tree/develop)
77
##### Features
8-
##### Bug Fixes
8+
9+
## [6.2.4](https://github.com/ngageoint/mage-server/releases/tag/6.2.4)
10+
#### Features
11+
* The Degrees-Minutes-Seconds (DMS) location form fields on the Observation Edit view now use an input mask for more natural manual entry.
12+
#### Bug Fixes
13+
* The DMS location form allows typing leading zeros in akk the coordinate parts.
14+
* The DMS form parses both latitude and longitude from pasted text if available.
15+
* Eliminate inconsistencies between DMS parsing and validation.
916

1017
## [6.2.3](https://github.com/ngageoint/mage-server/releases/tag/6.2.3)
1118
##### Features

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.3",
3+
"version": "6.2.4",
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.3",
5+
"version": "6.2.4",
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.3",
3+
"version": "6.2.4",
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.3",
4+
"version": "6.2.4",
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.3",
3+
"version": "6.2.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ngageoint/mage-server.git"

0 commit comments

Comments
 (0)