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 31, 2024
1 parent c7c0fd2 commit 57458db
Show file tree
Hide file tree
Showing 10 changed files with 63 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.10",
"packages/dart-board": "5.0.11",
"packages/header": "1.1.2",
"packages/layer-selector": "6.2.7",
"packages/mouse-trap": "2.0.8",
"packages/mouse-trap": "2.0.9",
"packages/popover": "1.1.0",
"packages/sherlock": "4.0.7",
"packages/utilities": "2.2.3",
"packages/utah-design-system": "1.1.0"
"packages/utilities": "2.2.4",
"packages/utah-design-system": "1.2.0"
}
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.11](https://github.com/agrc/kitchen-sink/compare/dart-board-v5.0.10...dart-board-v5.0.11) (2024-07-31)


### Dependencies

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

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


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.10",
"version": "5.0.11",
"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.3",
"@ugrc/utilities": "^2.2.4",
"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.9](https://github.com/agrc/kitchen-sink/compare/mouse-trap-v2.0.8...mouse-trap-v2.0.9) (2024-07-31)


### Dependencies

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

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


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

## [1.2.0](https://github.com/agrc/kitchen-sink/compare/utah-design-system-v1.1.0...utah-design-system-v1.2.0) (2024-07-31)


### Features

* **design:** Geocode - improve popup template for address geocodes ([652cd58](https://github.com/agrc/kitchen-sink/commit/652cd58daae513e4a6bff8a7ddd41f885c007b13))


### Bug Fixes

* **design:** don't set text colors for drawer ([9fd4c5d](https://github.com/agrc/kitchen-sink/commit/9fd4c5d66363f54a460455391948f2aaac824f05))
* **design:** fix hover on drawer trigger butoon ([eef1594](https://github.com/agrc/kitchen-sink/commit/eef1594f7a03ed83295802d877b5566e91a5b6ec))


### Dependencies

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

## [1.1.0](https://github.com/agrc/kitchen-sink/compare/utah-design-system-v1.0.0...utah-design-system-v1.1.0) (2024-07-30)


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.1.0",
"version": "1.2.0",
"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 @@ -53,7 +53,7 @@
"dependencies": {
"@arcgis/core": "^4.30.9",
"@heroicons/react": "^2.1.5",
"@ugrc/utilities": "*",
"@ugrc/utilities": "2.2.4",
"lodash-es": "^4.17.21",
"react-aria": "^3.34.1",
"react-aria-components": "^1.3.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.4](https://github.com/agrc/kitchen-sink/compare/utilities-v2.2.3...utilities-v2.2.4) (2024-07-31)


### Bug Fixes

* **utilities:** useGraphicsManager no longer accepts a ref ([c26546a](https://github.com/agrc/kitchen-sink/commit/c26546a7f9323f42e43ac385db1cbe7625d11ec8)), closes [#166](https://github.com/agrc/kitchen-sink/issues/166)

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


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

0 comments on commit 57458db

Please sign in to comment.