diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b8b99243..10ec732e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,17 @@ MAGE adheres to [Semantic Versioning](http://semver.org/). ## Pending on [`develop`](https://github.com/ngageoint/mage-server/tree/develop) ##### Features +## [6.2.8](https://github.com/ngageoint/mage-server/releases/tag/6.2.8) +#### Features +#### Bug Fixes +* Numeric form field validation failed when the field was required and the + field value was zero. + ## [6.2.7](https://github.com/ngageoint/mage-server/releases/tag/6.2.7) #### Features #### Bug Fixes * In Node 18, GeoPackage operations threw an error, `Error: Unable to initialize canvas`. -The library was updated to version 4.2.4 to resolve the error. + The library was updated to version 4.2.4 to resolve the error. ## [6.2.6](https://github.com/ngageoint/mage-server/releases/tag/6.2.6) #### Features diff --git a/instance/package.json b/instance/package.json index 12edeb097..4cbb97aa0 100644 --- a/instance/package.json +++ b/instance/package.json @@ -1,6 +1,6 @@ { "name": "@ngageoint/mage.dev-instance", - "version": "6.2.7", + "version": "6.2.8", "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.", "scripts": { "start": "npm run start:dev-env", diff --git a/package.json b/package.json index b79334ab1..f6837fafd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@ngageoint/mage.project", "description": "This is the root package definition for the mage-server monorepo.", "private": true, - "version": "6.2.7", + "version": "6.2.8", "files": [], "scripts": { "postinstall": "npm-run-all service:ci web-app:ci image.service:ci nga-msi:ci", diff --git a/service/package-lock.json b/service/package-lock.json index d97b4206b..3864faffe 100644 --- a/service/package-lock.json +++ b/service/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ngageoint/mage.service", - "version": "6.2.7", + "version": "6.2.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ngageoint/mage.service", - "version": "6.2.7", + "version": "6.2.8", "dependencies": { "@mapbox/togeojson": "0.16.0", "@ngageoint/geopackage": "^4.2.4", diff --git a/service/package.json b/service/package.json index 1f6ec4e91..42a0bbeb6 100644 --- a/service/package.json +++ b/service/package.json @@ -1,6 +1,6 @@ { "name": "@ngageoint/mage.service", - "version": "6.2.7", + "version": "6.2.8", "displayName": "MAGE Service", "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.", "keywords": [ diff --git a/web-app/package-lock.json b/web-app/package-lock.json index a6b05336c..f46e00bde 100644 --- a/web-app/package-lock.json +++ b/web-app/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ngageoint/mage.web-app", - "version": "6.2.7", + "version": "6.2.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/web-app/package.json b/web-app/package.json index ce8cebabe..377fbdde0 100644 --- a/web-app/package.json +++ b/web-app/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@ngageoint/mage.web-app", - "version": "6.2.7", + "version": "6.2.8", "description": "The MAGE web-app is the UI for interacting with the MAGE service in a web browser.", "keywords": [ "NGA", diff --git a/web-app/projects/core-lib/package.json b/web-app/projects/core-lib/package.json index f789633f4..fdd051b33 100644 --- a/web-app/projects/core-lib/package.json +++ b/web-app/projects/core-lib/package.json @@ -1,6 +1,6 @@ { "name": "@ngageoint/mage.web-core-lib", - "version": "6.2.7", + "version": "6.2.8", "repository": { "type": "git", "url": "https://github.com/ngageoint/mage-server.git"