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 Sep 30, 2024
1 parent 6da3d3a commit d994467
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/dart-board": "5.0.12",
"packages/dart-board": "5.0.13",
"packages/header": "1.1.2",
"packages/layer-selector": "6.2.8",
"packages/mouse-trap": "2.0.10",
"packages/mouse-trap": "2.0.11",
"packages/popover": "1.1.0",
"packages/sherlock": "4.0.8",
"packages/utilities": "2.2.5",
"packages/utah-design-system": "1.9.5"
"packages/utilities": "2.2.6",
"packages/utah-design-system": "1.9.6"
}
14 changes: 7 additions & 7 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.13](https://github.com/agrc/kitchen-sink/compare/dart-board-v5.0.12...dart-board-v5.0.13) (2024-09-30)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ugrc/utilities bumped from ^2.2.5 to ^2.2.6

## [5.0.12](https://github.com/agrc/kitchen-sink/compare/dart-board-v5.0.11...dart-board-v5.0.12) (2024-08-09)


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.12",
"version": "5.0.13",
"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.5",
"@ugrc/utilities": "^2.2.6",
"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.11](https://github.com/agrc/kitchen-sink/compare/mouse-trap-v2.0.10...mouse-trap-v2.0.11) (2024-09-30)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ugrc/utilities bumped from ^2.2.5 to ^2.2.6

## [2.0.10](https://github.com/agrc/kitchen-sink/compare/mouse-trap-v2.0.9...mouse-trap-v2.0.10) (2024-08-09)


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.10",
"version": "2.0.11",
"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.5",
"@ugrc/utilities": "^2.2.6",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/utah-design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.9.6](https://github.com/agrc/kitchen-sink/compare/utah-design-system-v1.9.5...utah-design-system-v1.9.6) (2024-09-30)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ugrc/utilities bumped from 2.2.5 to 2.2.6

## [1.9.5](https://github.com/agrc/kitchen-sink/compare/utah-design-system-v1.9.4...utah-design-system-v1.9.5) (2024-09-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/utah-design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ugrc/utah-design-system",
"version": "1.9.5",
"version": "1.9.6",
"private": false,
"description": "This is a collection of react components for implementing the [Utah Design System](https://designsystem.utah.gov).",
"keywords": [
Expand Down Expand Up @@ -54,7 +54,7 @@
"test": "vitest --config ../../vite.config.js"
},
"dependencies": {
"@ugrc/utilities": "2.2.5",
"@ugrc/utilities": "2.2.6",
"lodash-es": "^4.17.21",
"lucide-react": "^0.436.0",
"react-aria": "^3.34.1",
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.6](https://github.com/agrc/kitchen-sink/compare/utilities-v2.2.5...utilities-v2.2.6) (2024-09-30)


### Bug Fixes

* **url:** remove undefined values from the query string ([b96699d](https://github.com/agrc/kitchen-sink/commit/b96699d1dfdd4e63816f32850efd28d9e3a34cb1))

## [2.2.5](https://github.com/agrc/kitchen-sink/compare/utilities-v2.2.4...utilities-v2.2.5) (2024-08-09)


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.5",
"version": "2.2.6",
"private": false,
"description": "Shared helpers for [UGRC React Components](https://github.com/agrc/kitchen-sink).",
"keywords": [
Expand Down

0 comments on commit d994467

Please sign in to comment.