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 Oct 29, 2024
1 parent a9ef67d commit f6a2b4e
Show file tree
Hide file tree
Showing 14 changed files with 82 additions and 24 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/dart-board": "5.0.13",
"packages/dart-board": "5.0.14",
"packages/header": "1.1.2",
"packages/layer-selector": "6.2.8",
"packages/mouse-trap": "2.0.11",
"packages/layer-selector": "6.2.9",
"packages/mouse-trap": "2.0.12",
"packages/popover": "1.1.0",
"packages/sherlock": "4.0.8",
"packages/utilities": "2.2.6",
"packages/utah-design-system": "1.12.0"
"packages/sherlock": "4.0.9",
"packages/utilities": "2.2.7",
"packages/utah-design-system": "1.12.1"
}
18 changes: 9 additions & 9 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.14](https://github.com/agrc/kitchen-sink/compare/dart-board-v5.0.13...dart-board-v5.0.14) (2024-10-29)


### Dependencies

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

## [5.0.13](https://github.com/agrc/kitchen-sink/compare/dart-board-v5.0.12...dart-board-v5.0.13) (2024-09-30)


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.13",
"version": "5.0.14",
"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.6",
"@ugrc/utilities": "^2.2.7",
"clsx": "^2.1.1",
"reactstrap": "^9.2.2"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/layer-selector/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.

## [6.2.9](https://github.com/agrc/kitchen-sink/compare/layer-selector-v6.2.8...layer-selector-v6.2.9) (2024-10-29)


### Bug Fixes

* **layer-selector:** add extensions to [@arcgis](https://github.com/arcgis) imports ([f56c6ef](https://github.com/agrc/kitchen-sink/commit/f56c6efa9473b0fb3db9c4b5a19367f61666229f))

## [6.2.8](https://github.com/agrc/kitchen-sink/compare/layer-selector-v6.2.7...layer-selector-v6.2.8) (2024-08-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/layer-selector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ugrc/layer-selector",
"version": "6.2.8",
"version": "6.2.9",
"private": false,
"description": "This is a react component for adding a quick base map selector with a happy path for using [UGRC's Discover Service](https://gis.utah.gov/discover).",
"keywords": [
Expand Down
14 changes: 14 additions & 0 deletions packages/mouse-trap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @ugrc/utilities bumped from ^2.2.0 to ^2.2.1

## [2.0.12](https://github.com/agrc/kitchen-sink/compare/mouse-trap-v2.0.11...mouse-trap-v2.0.12) (2024-10-29)


### Bug Fixes

* **mouse-trap:** add extensions to [@arcgis](https://github.com/arcgis) imports ([707644e](https://github.com/agrc/kitchen-sink/commit/707644e7933d2863c593509a1ed1f91cb9af13ef))


### Dependencies

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

## [2.0.11](https://github.com/agrc/kitchen-sink/compare/mouse-trap-v2.0.10...mouse-trap-v2.0.11) (2024-09-30)


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.11",
"version": "2.0.12",
"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.6",
"@ugrc/utilities": "^2.2.7",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/sherlock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
- **sherlock:** add extent ([a01e94f](https://github.com/agrc/kitchen-sink/commit/a01e94fcdc62c64fa385e0fd2f984357102fbab9))
- add LocatorSuggestProvider to sherlock ([0bd35a7](https://github.com/agrc/kitchen-sink/commit/0bd35a7ac9a06a580482f1e18a63da53cdeac820))

## [4.0.9](https://github.com/agrc/kitchen-sink/compare/sherlock-v4.0.8...sherlock-v4.0.9) (2024-10-29)


### Bug Fixes

* **sherlock:** add extensions to [@arcgis](https://github.com/arcgis) imports ([59e4f8f](https://github.com/agrc/kitchen-sink/commit/59e4f8fe7723859099a12cca1b1371172e49cae7))

## [4.0.8](https://github.com/agrc/kitchen-sink/compare/sherlock-v4.0.7...sherlock-v4.0.8) (2024-08-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/sherlock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ugrc/sherlock",
"version": "4.0.8",
"version": "4.0.9",
"private": false,
"description": "A React component for searching for data and zooming to it on an arcgis map.",
"keywords": [
Expand Down
14 changes: 14 additions & 0 deletions packages/utah-design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.12.1](https://github.com/agrc/kitchen-sink/compare/utah-design-system-v1.12.0...utah-design-system-v1.12.1) (2024-10-29)


### Bug Fixes

* **sherlock:** add extensions to [@arcgis](https://github.com/arcgis) imports ([f3d03a4](https://github.com/agrc/kitchen-sink/commit/f3d03a40b3f6407f9d7024ee37dda751121aea35))


### Dependencies

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

## [1.12.0](https://github.com/agrc/kitchen-sink/compare/utah-design-system-v1.11.3...utah-design-system-v1.12.0) (2024-10-24)


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.12.0",
"version": "1.12.1",
"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 @@ -55,7 +55,7 @@
},
"dependencies": {
"@arcgis/core": "4.x",
"@ugrc/utilities": "2.2.6",
"@ugrc/utilities": "2.2.7",
"firebase": ">=10.x",
"ky": "^1.7.2",
"lodash-es": "^4.17.21",
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.7](https://github.com/agrc/kitchen-sink/compare/utilities-v2.2.6...utilities-v2.2.7) (2024-10-29)


### Bug Fixes

* **hooks:** add extensions to [@arcgis](https://github.com/arcgis) imports ([94e2e13](https://github.com/agrc/kitchen-sink/commit/94e2e13a2a2530de5bd9b6ce94e629162cdbe94e))

## [2.2.6](https://github.com/agrc/kitchen-sink/compare/utilities-v2.2.5...utilities-v2.2.6) (2024-09-30)


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

0 comments on commit f6a2b4e

Please sign in to comment.