Skip to content

Commit

Permalink
chore: release v3.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
ugrc-release-bot[bot] authored Dec 15, 2022
1 parent c6a0b09 commit d5199db
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.0"
".": "3.0.0-0"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

* add support for black and white imagery base map ([7493d4a](https://github.com/agrc/wfrc-rtp-projects/commit/7493d4aa269647fe58b293b551abd302b3fed19e)), closes [#110](https://github.com/agrc/wfrc-rtp-projects/issues/110)
* use separate configs for viewing existing and submitting new comments ([d424eba](https://github.com/agrc/wfrc-rtp-projects/commit/d424ebaaaaf0db8fe12259cc8335b0447a10feed)), closes [#124](https://github.com/agrc/wfrc-rtp-projects/issues/124)

## [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)


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": "wfrc-rtp-projects",
"version": "2.1.0",
"version": "3.0.0-0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit d5199db

Please sign in to comment.