Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and steveoh committed Jul 25, 2024
1 parent 69c9b0b commit cf3f63c
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/dart-board": "5.0.9",
"packages/dart-board": "5.0.10",
"packages/header": "1.1.2",
"packages/layer-selector": "6.2.5",
"packages/mouse-trap": "2.0.7",
"packages/mouse-trap": "2.0.8",
"packages/popover": "1.1.0",
"packages/sherlock": "4.0.7",
"packages/utilities": "2.2.2"
"packages/utilities": "2.2.3"
}
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/dart-board/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @ugrc/utilities bumped from ^2.2.0 to ^2.2.1

## [5.0.10](https://github.com/agrc/kitchen-sink/compare/dart-board-v5.0.9...dart-board-v5.0.10) (2024-07-25)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ugrc/utilities bumped from ^2.2.2 to ^2.2.3

## [5.0.9](https://github.com/agrc/kitchen-sink/compare/dart-board-v5.0.8...dart-board-v5.0.9) (2024-05-13)


Expand Down
4 changes: 2 additions & 2 deletions packages/dart-board/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ugrc/dart-board",
"version": "5.0.9",
"version": "5.0.10",
"private": false,
"description": "This is a react component for geocoding addresses and route/mileposts using [UGRC's API](https://api.mapserv.utah.gov).",
"keywords": [
Expand Down Expand Up @@ -51,7 +51,7 @@
"test": "vitest --config ../../vite.config.js"
},
"dependencies": {
"@ugrc/utilities": "^2.2.2",
"@ugrc/utilities": "^2.2.3",
"clsx": "^2.1.1",
"reactstrap": "^9.2.2"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/mouse-trap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @ugrc/utilities bumped from ^2.2.0 to ^2.2.1

## [2.0.8](https://github.com/agrc/kitchen-sink/compare/mouse-trap-v2.0.7...mouse-trap-v2.0.8) (2024-07-25)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ugrc/utilities bumped from ^2.2.2 to ^2.2.3

## [2.0.7](https://github.com/agrc/kitchen-sink/compare/mouse-trap-v2.0.6...mouse-trap-v2.0.7) (2024-05-13)


Expand Down
4 changes: 2 additions & 2 deletions packages/mouse-trap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ugrc/mouse-trap",
"version": "2.0.7",
"version": "2.0.8",
"private": false,
"description": "A react component to display cursor coordinates while hovering over an arcgis map",
"keywords": [
Expand Down Expand Up @@ -51,7 +51,7 @@
"test": "vitest --config ../../vite.config.js"
},
"dependencies": {
"@ugrc/utilities": "^2.2.2",
"@ugrc/utilities": "^2.2.3",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.3](https://github.com/agrc/kitchen-sink/compare/utilities-v2.2.2...utilities-v2.2.3) (2024-07-25)


### Bug Fixes

* **utilities:** for historical changes ([69c9b0b](https://github.com/agrc/kitchen-sink/commit/69c9b0ba772a5b68d9e6cc1fdd6c25fc628cd512))

## [2.2.2](https://github.com/agrc/kitchen-sink/compare/utilities-v2.2.1...utilities-v2.2.2) (2024-05-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ugrc/utilities",
"version": "2.2.2",
"version": "2.2.3",
"private": false,
"description": "Shared helpers for [UGRC React Components](https://github.com/agrc/kitchen-sink).",
"keywords": [
Expand Down

0 comments on commit cf3f63c

Please sign in to comment.