Skip to content

Commit

Permalink
bump beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
restjohn committed Jul 6, 2022
1 parent 842688f commit 4038385
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
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.0-beta.5",
"version": "6.2.0-beta.6",
"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.0-beta.5",
"version": "6.2.0-beta.6",
"files": [],
"scripts": {
"postinstall": "npm-run-all service:ci web-app: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.0-beta.5",
"version": "6.2.0-beta.6",
"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.0-beta.5",
"version": "6.2.0-beta.6",
"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.0-beta.5",
"version": "6.2.0-beta.6",
"peerDependencies": {
"@angular/animations": "~9.1.13",
"@angular/cdk": "^9.2.4",
Expand Down

0 comments on commit 4038385

Please sign in to comment.