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 4ab65ec commit 3715e2a
Show file tree
Hide file tree
Showing 4 changed files with 30 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"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

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 new configs
* `projectInformation` config changes

### 📖 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 ([8809317](https://github.com/agrc/wfrc-rtp-projects/commit/8809317c1fd2a1e37bdb731322a376d4b751fb7f)), closes [#110](https://github.com/agrc/wfrc-rtp-projects/issues/110)
* use separate configs for viewing existing and submitting new comments ([f0dc719](https://github.com/agrc/wfrc-rtp-projects/commit/f0dc719aaea76c9f9258579982000a2af1810ea6)), 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 3715e2a

Please sign in to comment.