Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.10.0 #179

Merged
merged 4 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@
"presets": [
"@babel/preset-env",
"@babel/preset-typescript",
"@babel/preset-react",
"@babel/preset-flow"
"@babel/preset-react"
],
"plugins": [
[
"root-import"
],
[
"@babel/plugin-transform-flow-strip-types"
],
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-syntax-import-meta",
"@babel/plugin-proposal-class-properties",
Expand Down Expand Up @@ -44,8 +40,7 @@
"presets": [
"@babel/preset-env",
"@babel/preset-typescript",
"@babel/preset-react",
"@babel/preset-flow"
"@babel/preset-react"
]
},
"production": {
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.10.0] - 2024-02-07

### Changed
- Remodel the landing page [#170](https://github.com/IN-CORE/incore-ui/issues/170)
- Hazard viewer previewing hazard datasets [#172](https://github.com/IN-CORE/incore-ui/pull/172)

## [1.9.1] - 2023-12-14

Expand Down
13 changes: 1 addition & 12 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "incore",
"version": "1.9.1",
"version": "1.10.0",
"description": "The Interdependent Networked Community Resilience Modeling Environment (IN-CORE) has the capability of computing resiliency measures at the user-desired community level. The methodologies and algorithms have been developed by different research groups within the Center of Excellence.",
"engines": {
"npm": ">=3.10",
Expand Down Expand Up @@ -69,11 +69,9 @@
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
"@babel/plugin-transform-react-constant-elements": "^7.14.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.14.5",
"@babel/preset-flow": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.14.5",
Expand Down
Loading
Loading