Skip to content

Commit

Permalink
Merge pull request #287 from policy-design-lab/release-1.0.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
pengyin-shan authored Jul 3, 2024
2 parents a907a9b + d6e8b88 commit ae1a9d6
Show file tree
Hide file tree
Showing 22 changed files with 20,264 additions and 19,483 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2024-07-03

### Added
- Added the IRA page with the EQIP section to display 2023 data and predicted 2024-2031 data with total dollar amount and practice options [#268](https://github.com/policy-design-lab/pdl-frontend/issues/268)

## [0.20.0] - 2024-06-03

### Changed
Expand Down Expand Up @@ -241,6 +246,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Map data json [#12](https://github.com/policy-design-lab/pdl-frontend/issues/12)
- Final landing page changes for initial milestone [#15](https://github.com/policy-design-lab/pdl-frontend/issues/15)

[1.0.0]: https://github.com/policy-design-lab/pdl-frontend/compare/0.20.0...1.0.0
[0.20.0]: https://github.com/policy-design-lab/pdl-frontend/compare/0.19.0...0.20.0
[0.19.0]: https://github.com/policy-design-lab/pdl-frontend/compare/0.18.0...0.19.0
[0.18.0]: https://github.com/policy-design-lab/pdl-frontend/compare/0.17.0...0.18.0
Expand Down
35,782 changes: 16,369 additions & 19,413 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "policy-design-lab",
"version": "0.20.0",
"version": "1.0.0",
"description": "the front end of policy design lab",
"repository": "https://github.com/policy-design-lab/pdl-frontend",
"main": "src/app.tsx",
Expand Down Expand Up @@ -29,6 +29,8 @@
"d3-scale": "^4.0.2",
"react": "^17.0.2",
"react-apexcharts": "^1.4.0",
"react-bootstrap-icons": "^1.11.4",
"react-csv": "^2.2.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.1",
"react-horizontal-stacked-bar-chart": "^8.15.2",
Expand All @@ -46,6 +48,7 @@
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@svgr/webpack": "^8.1.0",
"@testing-library/react": "^11.2.6",
"@types/jest": "^26.0.24",
"@types/react": "^17.0.50",
Expand Down
1 change: 1 addition & 0 deletions src/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const drawerWidth = 240;
const navItems = [
{ title: "HOME", link: "/" },
{ title: "POLICY LAB".toUpperCase(), link: "/policy-lab" },
{ title: "INFLATION REDUCTION ACT".toUpperCase(), link: "/ira" },
{ title: "ISSUES & WHITE PAPERS", link: "/issues-whitepapers" },
{ title: "ABOUT PDL" }
];
Expand Down
Loading

0 comments on commit ae1a9d6

Please sign in to comment.