Skip to content

Commit

Permalink
Release v12.1.0 (#1115)
Browse files Browse the repository at this point in the history
* Release v12.1.0

* add browserify-sign to audit list

* update dependency for snyk

* update axios
  • Loading branch information
jennyhliu committed Oct 27, 2023
1 parent f1c036e commit 89bde85
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 53 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v12.1.0] - 2023-10-27

### Breaking Changes

This version of the dashboard requires Cumulus API >= v18.1.0
Expand Down Expand Up @@ -1347,7 +1349,8 @@ Fix for serving the dashboard through the Cumulus API.
### Added

- Versioning and changelog [CUMULUS-197] by @kkelly51
[Unreleased]: https://github.com/nasa/cumulus-dashboard/compare/v12.0.1...HEAD
[Unreleased]: https://github.com/nasa/cumulus-dashboard/compare/v12.1.0...HEAD
[v12.1.0]: https://github.com/nasa/cumulus-dashboard/compare/v12.0.1...v12.1.0
[v12.0.1]: https://github.com/nasa/cumulus-dashboard/compare/v12.0.0...v12.0.1
[v12.0.0]: https://github.com/nasa/cumulus-dashboard/compare/v11.0.0...v12.0.0
[v11.0.0]: https://github.com/nasa/cumulus-dashboard/compare/v10.0.0...v11.0.0
Expand Down
2 changes: 1 addition & 1 deletion audit-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"high": true,
"pass-enoaudit": true,
"retry-count": 20,
"allowlist": ["fast-xml-parser", "d3-color", "json5"]
"allowlist": ["d3-color"]
}
149 changes: 100 additions & 49 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cumulus-dashboard",
"version": "12.0.1",
"version": "12.1.0",
"description": "A dashboard for Cumulus API",
"repository": {
"type": "git",
Expand Down Expand Up @@ -141,9 +141,10 @@
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@reduxjs/toolkit": "^1.7.1",
"axios": "^0.24.0",
"axios": "^1.6.0",
"bootstrap": "^4.5.3",
"brace": "^0.11.1",
"browserify-sign": "^4.2.2",
"classnames": "^2.2.6",
"compare-versions": "^4.1.2",
"connected-react-router": "^6.9.2",
Expand Down

0 comments on commit 89bde85

Please sign in to comment.