Skip to content

Commit

Permalink
Merge pull request #212 from Element84/pv/release-prep-3.0.0
Browse files Browse the repository at this point in the history
release prep for 3.0.0
  • Loading branch information
Phil Varner authored Jul 25, 2023
2 parents b5cec51 + a7f9899 commit 2d2f308
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ 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

### Added

- Added Hawaii DOQQ grid (for NAIP)

## 2.1.0
## 3.0.0

### Changed

Expand Down Expand Up @@ -42,6 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Load `config.json` into redux on app load once instead of direct imports
- Add pre-initialization page to handle and show error (and not render app) if config is missing
- Add `SHOW_BRAND_LOGO` config option to optionally hide brand logo
- Added Hawaii DOQQ grid (for NAIP)

### Removed

Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "filmdrop-ui",
"version": "2.0.2",
"version": "3.0.0",
"license": "Apache-2.0",
"dependencies": {
"@emotion/react": "^11.11.1",
Expand Down

0 comments on commit 2d2f308

Please sign in to comment.