Skip to content

Commit 3e330d5

Browse files
committed
bump core packages versions to 6.3.0-beta.6
1 parent 4d626df commit 3e330d5

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

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.3.0-beta.5",
3+
"version": "6.3.0-beta.6",
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-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.

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.3.0-beta.5",
5+
"version": "6.3.0-beta.6",
66
"files": [],
77
"scripts": {
88
"postinstall": "npm-run-all service:ci web-app:ci image.service:ci nga-msi:ci",

service/npm-shrinkwrap.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.3.0-beta.5",
3+
"version": "6.3.0-beta.6",
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: 2 additions & 2 deletions
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.3.0-beta.5",
4+
"version": "6.3.0-beta.6",
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.3.0-beta.5",
3+
"version": "6.3.0-beta.6",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ngageoint/mage-server.git"

0 commit comments

Comments
 (0)