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 11, 2023
1 parent 500ff07 commit 1160fae
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/dart-board": "5.0.6",
"packages/layer-selector": "6.2.1",
"packages/dart-board": "5.0.7",
"packages/layer-selector": "6.2.2",
"packages/mouse-trap": "2.0.6",
"packages/sherlock": "4.0.3",
"packages/sherlock": "4.0.4",
"packages/utilities": "2.2.1"
}
7 changes: 7 additions & 0 deletions packages/dart-board/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @ugrc/utilities bumped from ^2.2.0 to ^2.2.1

## [5.0.7](https://github.com/agrc/kitchen-sink/compare/dart-board-v5.0.6...dart-board-v5.0.7) (2023-10-10)


### Bug Fixes

* fix storybook/vite errors ([500ff07](https://github.com/agrc/kitchen-sink/commit/500ff07e586e0edac63e2289e0e0878b52d0b38f))

## [5.0.6](https://github.com/agrc/kitchen-sink/compare/dart-board-v5.0.5...dart-board-v5.0.6) (2023-07-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/dart-board/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 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.6",
"version": "5.0.7",
"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
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.2](https://github.com/agrc/kitchen-sink/compare/layer-selector-v6.2.1...layer-selector-v6.2.2) (2023-10-10)


### Bug Fixes

* fix storybook/vite errors ([500ff07](https://github.com/agrc/kitchen-sink/commit/500ff07e586e0edac63e2289e0e0878b52d0b38f))

## [6.2.1](https://github.com/agrc/kitchen-sink/compare/layer-selector-v6.2.0...layer-selector-v6.2.1) (2023-09-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/layer-selector/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 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.1",
"version": "6.2.2",
"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
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.4](https://github.com/agrc/kitchen-sink/compare/sherlock-v4.0.3...sherlock-v4.0.4) (2023-10-10)


### Bug Fixes

* fix storybook/vite errors ([500ff07](https://github.com/agrc/kitchen-sink/commit/500ff07e586e0edac63e2289e0e0878b52d0b38f))

## [4.0.3](https://github.com/agrc/kitchen-sink/compare/sherlock-v4.0.2...sherlock-v4.0.3) (2023-07-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/sherlock/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 packages/sherlock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ugrc/sherlock",
"version": "4.0.3",
"version": "4.0.4",
"private": false,
"description": "A React component for searching for data and zooming to it on an arcgis map.",
"keywords": [
Expand Down

0 comments on commit 1160fae

Please sign in to comment.