Skip to content

Commit

Permalink
chore: developer release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ugrc-release-bot[bot] authored and steveoh committed May 14, 2024
1 parent b70df06 commit 5c02b80
Show file tree
Hide file tree
Showing 4 changed files with 16 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,5 +1,5 @@
{
"src/api": "1.15.0",
"src/developer": "2.2.12",
"src/developer": "2.3.0",
"src/explorer": "2.2.1"
}
12 changes: 12 additions & 0 deletions src/developer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.3.0](https://github.com/agrc/api.mapserv.utah.gov/compare/developer-v2.2.12...developer-v2.3.0) (2024-05-14)


### Features

* **developer:** add play, pause, and delete buttons to key page ([431d7b9](https://github.com/agrc/api.mapserv.utah.gov/commit/431d7b96370e422b4fdfc0ff5cf0994ad7442a9f)), closes [#281](https://github.com/agrc/api.mapserv.utah.gov/issues/281)


### Bug Fixes

* **developer:** use correct key for query invalidation after key creation ([aa1a561](https://github.com/agrc/api.mapserv.utah.gov/commit/aa1a56186337fa0ec5ba19ba19dd28ea3e827b5e))

## [2.2.12](https://github.com/agrc/api.mapserv.utah.gov/compare/developer-v2.2.11...developer-v2.2.12) (2024-05-10)


Expand Down
4 changes: 2 additions & 2 deletions src/developer/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 src/developer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ugrc/developer",
"version": "2.2.12",
"version": "2.3.0",
"private": true,
"description": "The API key self service website for the UGRC API",
"type": "module",
Expand Down

0 comments on commit 5c02b80

Please sign in to comment.