Skip to content

Commit

Permalink
first release candidate for version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Gadsden committed Dec 2, 2021
1 parent db6d027 commit fb6e2b4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "threat-dragon",
"version": "1.5.8",
"version": "1.6.0-RC1",
"private": false,
"scripts": {
"start": "npm-run-all build start:server",
Expand Down
4 changes: 2 additions & 2 deletions td.server/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 td.server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "threat-dragon-server",
"version": "1.5.8",
"version": "1.6.0-RC1",
"private": false,
"scripts": {
"start": "echo 'Please run the start command from the root of this repository' && exit 1",
Expand Down
4 changes: 2 additions & 2 deletions td.site/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 td.site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "threat-dragon-site",
"version": "1.5.8",
"version": "1.6.0-RC1",
"private": false,
"scripts": {
"build": "npm-run-all clean build:css build:min build:fonts build:core bundle",
Expand Down

0 comments on commit fb6e2b4

Please sign in to comment.