Skip to content

Commit

Permalink
Upgrade bootstrap to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed Jan 17, 2019
1 parent 56e7710 commit 716c75f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed
- Always show graph legend. Since there are no expenditure statuses, just show “Expenditure” by default ([#102](https://github.com/pwyf/iati-decipher/issues/102))
- Fix dataset search to search organisations (but note that it’s not currently possible to search organisation titles) ([#93](https://github.com/pwyf/iati-decipher/issues/93))
- Upgrade bootstrap to 3.4.0

### Fixed
- Use a custom proxy server for web service ([#103](https://github.com/pwyf/iati-decipher/issues/103))
Expand Down
6 changes: 3 additions & 3 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
Expand Up @@ -5,7 +5,7 @@
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.3.1",
"bootstrap": "^3.3.7",
"bootstrap": "^3.4.0",
"c3": "^0.6.8",
"d3-array": "^1.2.4",
"d3-format": "^1.3.2",
Expand Down

0 comments on commit 716c75f

Please sign in to comment.