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 Jun 30, 2022
1 parent fbd9464 commit f9bf632
Show file tree
Hide file tree
Showing 16 changed files with 85 additions and 21 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/dart-board": "4.0.0",
"packages/layer-selector": "5.0.0",
"packages/mouse-trap": "2.0.0",
"packages/sherlock": "3.0.0",
"packages/utilities": "2.0.0"
"packages/dart-board": "4.0.1",
"packages/layer-selector": "5.0.1",
"packages/mouse-trap": "2.0.1",
"packages/sherlock": "3.0.1",
"packages/utilities": "2.1.0"
}
15 changes: 15 additions & 0 deletions packages/dart-board/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.1](https://github.com/agrc/kitchen-sink/compare/dart-board-v4.0.0...dart-board-v4.0.1) (2022-06-30)


### Bug Fixes

* **dart-board:** improve importing and publishing ([a3910b3](https://github.com/agrc/kitchen-sink/commit/a3910b34da569b00fb25679270e428704c20cca7))
* **utilities:** improve importing and publishing ([fbd9464](https://github.com/agrc/kitchen-sink/commit/fbd9464bab5912a317b8a8d42268c0716aab2ce9))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ugrc/utilities bumped from ^2.0.0 to ^2.1.0

## [4.0.0](https://github.com/agrc/kitchen-sink/compare/dart-board-v3.3.1...dart-board-v4.0.0) (2022-06-29)


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.

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": "4.0.0",
"version": "4.0.1",
"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 @@ -40,7 +40,7 @@
"test": "vitest --config ../../vite.config.js"
},
"dependencies": {
"@ugrc/utilities": "^2.0.0",
"@ugrc/utilities": "^2.1.0",
"clsx": "^1.1.1",
"reactstrap": "^9.1.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/layer-selector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.1](https://github.com/agrc/kitchen-sink/compare/layer-selector-v5.0.0...layer-selector-v5.0.1) (2022-06-30)


### Bug Fixes

* **layer-selector:** improve importing and publishing ([3f73acf](https://github.com/agrc/kitchen-sink/commit/3f73acf61dd876f341acfb3e059fd88570a51ebe))
* **utilities:** improve importing and publishing ([fbd9464](https://github.com/agrc/kitchen-sink/commit/fbd9464bab5912a317b8a8d42268c0716aab2ce9))

## [5.0.0](https://github.com/agrc/kitchen-sink/compare/layer-selector-v4.0.5...layer-selector-v5.0.0) (2022-06-29)


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": "5.0.0",
"version": "5.0.1",
"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
15 changes: 15 additions & 0 deletions packages/mouse-trap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/agrc/kitchen-sink/compare/mouse-trap-v2.0.0...mouse-trap-v2.0.1) (2022-06-30)


### Bug Fixes

* **mouse-trap:** improve importing and publishing ([e49bc26](https://github.com/agrc/kitchen-sink/commit/e49bc260bc61c73ce971b711283fb0229a62b449))
* **utilities:** improve importing and publishing ([fbd9464](https://github.com/agrc/kitchen-sink/commit/fbd9464bab5912a317b8a8d42268c0716aab2ce9))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ugrc/utilities bumped from ^2.0.0 to ^2.1.0

## [2.0.0](https://github.com/agrc/kitchen-sink/compare/mouse-trap-v1.1.3...mouse-trap-v2.0.0) (2022-06-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/mouse-trap/package-lock.json

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

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.0",
"version": "2.0.1",
"private": false,
"description": "A react component to display cursor coordinates while hovering over an arcgis map",
"keywords": [
Expand Down Expand Up @@ -40,7 +40,7 @@
"test": "vitest --config ../../vite.config.js"
},
"dependencies": {
"@ugrc/utilities": "^2.0.0",
"@ugrc/utilities": "^2.1.0",
"lodash.throttle": "^4.1.1"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/sherlock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ 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))

## [3.0.1](https://github.com/agrc/kitchen-sink/compare/sherlock-v3.0.0...sherlock-v3.0.1) (2022-06-30)


### Bug Fixes

* **sherlock:** improve importing and publishing ([17760df](https://github.com/agrc/kitchen-sink/commit/17760df509216e9c3b289a7f2e9f99f1f6ef4982))
* **utilities:** improve importing and publishing ([fbd9464](https://github.com/agrc/kitchen-sink/commit/fbd9464bab5912a317b8a8d42268c0716aab2ce9))

## [3.0.0](https://github.com/agrc/kitchen-sink/compare/sherlock-v2.3.0...sherlock-v3.0.0) (2022-06-29)


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": "3.0.0",
"version": "3.0.1",
"private": false,
"description": "A React component for searching for data and zooming to it on an arcgis map.",
"keywords": [
Expand Down
18 changes: 18 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.0](https://github.com/agrc/kitchen-sink/compare/utilities-v2.0.0...utilities-v2.1.0) (2022-06-30)


### Features

* **utilities:** add interval hook ([0a35bcd](https://github.com/agrc/kitchen-sink/commit/0a35bcd2e303c818251aaab9b6fe601a05c4e8b6))
* **utilities:** add view loading hook ([af9ae0a](https://github.com/agrc/kitchen-sink/commit/af9ae0ad0ed01c54404c7f543f7114a713dd96fd))
* **utilities:** add view ui position hook ([78cb569](https://github.com/agrc/kitchen-sink/commit/78cb569c28af9e6b9cb149c8a7b2af80db888d4d))
* **utilities:** add web map hook ([4d9f45b](https://github.com/agrc/kitchen-sink/commit/4d9f45b981e45401fa4acda12dcc4d378ca33ad5))
* **utilities:** graphic management hook ([78e1d07](https://github.com/agrc/kitchen-sink/commit/78e1d079a679831db4a8231de1fd9f0d89417fd2))
* **utilities:** track open/closed state hook ([a155b03](https://github.com/agrc/kitchen-sink/commit/a155b0372d06c6adbda875c13a67997d9c70dfbd))
* **utilities:** zoom to a point hook ([1dcd822](https://github.com/agrc/kitchen-sink/commit/1dcd82238fb5ce5f5955891c25088972adeea91f))


### Bug Fixes

* **utilities:** improve importing and publishing ([fbd9464](https://github.com/agrc/kitchen-sink/commit/fbd9464bab5912a317b8a8d42268c0716aab2ce9))

## [2.0.0](https://github.com/agrc/kitchen-sink/compare/utilities-v1.3.1...utilities-v2.0.0) (2022-06-29)


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

0 comments on commit f9bf632

Please sign in to comment.