Skip to content

Commit

Permalink
changelog and bump patch version to 6.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
restjohn committed Jul 7, 2023
1 parent ff69c43 commit 9e6a382
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 9 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion instance/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion web-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web-app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion web-app/projects/core-lib/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9e6a382

Please sign in to comment.