Skip to content

Commit 9e6a382

Browse files
committed
changelog and bump patch version to 6.2.8
1 parent ff69c43 commit 9e6a382

File tree

8 files changed

+15
-9
lines changed

8 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ 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.8](https://github.com/ngageoint/mage-server/releases/tag/6.2.8)
10+
#### Features
11+
#### Bug Fixes
12+
* Numeric form field validation failed when the field was required and the
13+
field value was zero.
14+
915
## [6.2.7](https://github.com/ngageoint/mage-server/releases/tag/6.2.7)
1016
#### Features
1117
#### Bug Fixes
1218
* In Node 18, GeoPackage operations threw an error, `Error: Unable to initialize canvas`.
13-
The library was updated to version 4.2.4 to resolve the error.
19+
The library was updated to version 4.2.4 to resolve the error.
1420

1521
## [6.2.6](https://github.com/ngageoint/mage-server/releases/tag/6.2.6)
1622
#### 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.7",
3+
"version": "6.2.8",
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.7",
5+
"version": "6.2.8",
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.7",
3+
"version": "6.2.8",
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.7",
4+
"version": "6.2.8",
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.7",
3+
"version": "6.2.8",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ngageoint/mage-server.git"

0 commit comments

Comments
 (0)