From cdc1a4137638987279113de406f6fe7b40feeed7 Mon Sep 17 00:00:00 2001 From: "ugrc-release-bot[bot]" <113075024+ugrc-release-bot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 22:28:08 +0000 Subject: [PATCH] chore: release v1.0.0-0 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dfbb752 --- /dev/null +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index e86bb75..4827a2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "raster", - "version": "2.2.7", + "version": "1.0.0-0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "raster", - "version": "2.2.7", + "version": "1.0.0-0", "license": "MIT", "devDependencies": { "@babel/core": "^7.18.13", diff --git a/package.json b/package.json index 854932b..0e308df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raster", - "version": "2.2.7", + "version": "1.0.0-0", "description": "Raster Discovery App", "main": "src/index.html", "repository": {