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

chore: release v1.0.0-0 #85

Closed
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
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Changelog

## [1.0.0-0](https://github.com/agrc/raster/compare/v2.2.6...v1.0.0-0) (2022-09-29)


### 🎨 Design Improvements

* format markdown ([29f7fb4](https://github.com/agrc/raster/commit/29f7fb4c07949e2e01fb72d2ec93c80106aa78d6))


### 📖 Documentation Improvements

* clarify ([d77f63a](https://github.com/agrc/raster/commit/d77f63a0f4c3db59af33093def51267d77477b93))
* fix markdown linting errors ([4682413](https://github.com/agrc/raster/commit/4682413b478bea8021dfc0a88301d1b23600512f))
* make it more clear that this is py3 env ([a7e566b](https://github.com/agrc/raster/commit/a7e566ba8ad96233dc7733b29e0903bcda240bc1))


### 🚀 Features

* add 2020 lidar layers ([013efa3](https://github.com/agrc/raster/commit/013efa3817e1968b18f22d47ade9e1fcdf2a63f7))
* add security headers to firebase ([579a573](https://github.com/agrc/raster/commit/579a573e72f7882529878f1305f810959c88cdbc))
* doesn't attempt project if there's an existing dataset ([9ef7808](https://github.com/agrc/raster/commit/9ef7808957fe2558e45c6c35e78bfcf5be068e44))
* upgrade script for py3/pro ([18601c0](https://github.com/agrc/raster/commit/18601c022f43329d11fe2c78fbcd772243d47ed1))


### 🐛 Bug Fixes

* AGRC -> UGRC ([f615cac](https://github.com/agrc/raster/commit/f615cacbea6f5cb9579dc837f05709b50806ba60)), closes [#52](https://github.com/agrc/raster/issues/52)
* correct key assignment ([#51](https://github.com/agrc/raster/issues/51)) ([6ea4ab6](https://github.com/agrc/raster/commit/6ea4ab689f8241de3e74b2a7fe870994eb9a35b9))
* fix feature class name and clean up ([9244b73](https://github.com/agrc/raster/commit/9244b73370c3c3526c9602334fdc8c0d5c4d15fb))
* handle strict mode dojo issue with inherited calls ([e72545e](https://github.com/agrc/raster/commit/e72545e1e339679a5041d97bf3542e5900af44bc))
* layer connect props update ([99bc9ec](https://github.com/agrc/raster/commit/99bc9ec10ef56c1730f295827d4fb47ebaeb3b3a))
* remove async/await that uglify was choking on ([9bc512a](https://github.com/agrc/raster/commit/9bc512aae560274ba248773455beeda576b6cdb4)), closes [#72](https://github.com/agrc/raster/issues/72)
* update connection file name ([5841d0f](https://github.com/agrc/raster/commit/5841d0f09f1d1e23be54ccaca353a9972a94e5ed))
* update def queries for 2019 kane lidar layers ([2231624](https://github.com/agrc/raster/commit/2231624d9c1d4571404d06f7256d9bf149175fce))
* update SEO markup ([89e1864](https://github.com/agrc/raster/commit/89e18643a6bd1f427f0b4008cdff1c57c157b8d2)), closes [#55](https://github.com/agrc/raster/issues/55)
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": "raster",
"version": "2.2.7",
"version": "1.0.0-0",
"description": "Raster Discovery App",
"main": "src/index.html",
"repository": {
Expand Down