diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 969d3db..e7831e9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "3.0.0-0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9107b7b..2fe5514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ For versions >= `2.0.0` the changelog can be found in the [GitHub Releases](https://github.com/agrc/wfrc-rtp-projects/releases). +## [3.0.0-0](https://github.com/agrc/wfrc-rtp-projects/compare/v2.1.0...v3.0.0-0) (2022-12-15) + + +### ⚠ BREAKING CHANGES + +* Added the following config props under `layerSelector`: + - `BWName` + - `BWOpacity` +* `projectInformation` config changes: `commentsEnabled` and `commentsEnabledUntil` have been replaced with `showComments`, `newCommentsEnabled`, and `newCommentsEnabledUtil`. See the updated docs for details. + +### 📖 Documentation Improvements + +* update config docs ([ef6c8d1](https://github.com/agrc/wfrc-rtp-projects/commit/ef6c8d162a9f87d5605dde9a8ae80b4dd706bc37)) + + +### 🐛 Bug Fixes + +* December dependency bumps 🌲 ([aad330a](https://github.com/agrc/wfrc-rtp-projects/commit/aad330af59efe7d24facde80718c293e3c31e755)) +* November dependency bumps 🌲 ([4362500](https://github.com/agrc/wfrc-rtp-projects/commit/4362500ad58a0adf87d16e59ba397799d7cebda7)) +* October dependency bumps 🌲 ([25365f3](https://github.com/agrc/wfrc-rtp-projects/commit/25365f370b1d98d686f6b1aefe71abf80a4d5fb5)) +* once function parameter should be a function ([86f2d55](https://github.com/agrc/wfrc-rtp-projects/commit/86f2d55ad166d3c4d20a844d7aa544060666ee43)) + + +### 🚀 Features + +* : use separate configs for viewing existing and submitting new comments ([67c2c76](https://github.com/agrc/wfrc-rtp-projects/commit/67c2c764c7d960d6aef8cd1ec15f11f2a4c20bb9)), closes [#124](https://github.com/agrc/wfrc-rtp-projects/issues/124) +* add support for black and white imagery base map ([4661335](https://github.com/agrc/wfrc-rtp-projects/commit/46613356886f781fddd91e593c41dd2bd051a8b5)), closes [#110](https://github.com/agrc/wfrc-rtp-projects/issues/110) + ## [2.1.0](https://github.com/agrc/wfrc-rtp-projects/compare/wfrc-rtp-projects-v2.0.2...wfrc-rtp-projects-v2.1.0) (2022-09-09) diff --git a/package-lock.json b/package-lock.json index 21a7e9c..00ee95d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wfrc-rtp-projects", - "version": "2.1.0", + "version": "3.0.0-0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wfrc-rtp-projects", - "version": "2.1.0", + "version": "3.0.0-0", "dependencies": { "@arcgis/core": "^4.25.5", "@fortawesome/free-solid-svg-icons": "^6.2.1", diff --git a/package.json b/package.json index 8d83e04..480a44f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wfrc-rtp-projects", - "version": "2.1.0", + "version": "3.0.0-0", "private": true, "type": "module", "scripts": {