Skip to content

Commit

Permalink
Merge pull request #139 from policy-design-lab/release-0.5.1
Browse files Browse the repository at this point in the history
Release 0.5.1
  • Loading branch information
pengyin-shan authored May 30, 2023
2 parents cbbe872 + 9eadf8a commit 0f8aee6
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 76 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ 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).

## [Unreleased]
## [0.5.1] - 2023-05-30

### Changed

- Change the format of negative values in landing page maps' tips and legend bar to fit client's request
- Modify the title of each map's tip to match each program

## [0.5.0] - 2023-05-26

Expand Down Expand Up @@ -90,6 +95,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)

[unreleased]: https://github.com/policy-design-lab/pdl-frontend/compare/0.5.0...HEAD
[0.5.1]: https://github.com/policy-design-lab/pdl-frontend/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/policy-design-lab/pdl-frontend/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/policy-design-lab/pdl-frontend/tag/0.4.0
[0.4.0]: https://github.com/policy-design-lab/pdl-frontend/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/policy-design-lab/pdl-api/releases/tag/0.3.0
2 changes: 1 addition & 1 deletion 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": "policy-design-lab",
"version": "0.5.0",
"version": "0.5.1",
"description": "the front end of policy design lab",
"repository": "https://github.com/policy-design-lab/pdl-frontend",
"main": "src/app.tsx",
Expand Down
Loading

0 comments on commit 0f8aee6

Please sign in to comment.