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 stdavis committed May 13, 2024
1 parent 97f18d3 commit 06b14fd
Show file tree
Hide file tree
Showing 14 changed files with 86 additions and 22 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/dart-board": "5.0.8",
"packages/header": "1.0.0",
"packages/layer-selector": "6.2.3",
"packages/mouse-trap": "2.0.6",
"packages/dart-board": "5.0.9",
"packages/header": "1.1.0",
"packages/layer-selector": "6.2.4",
"packages/mouse-trap": "2.0.7",
"packages/popover": "1.0.0",
"packages/sherlock": "4.0.5",
"packages/utilities": "2.2.1"
"packages/sherlock": "4.0.6",
"packages/utilities": "2.2.2"
}
16 changes: 8 additions & 8 deletions package-lock.json

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

15 changes: 15 additions & 0 deletions packages/dart-board/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @ugrc/utilities bumped from ^2.2.0 to ^2.2.1

## [5.0.9](https://github.com/agrc/kitchen-sink/compare/dart-board-v5.0.8...dart-board-v5.0.9) (2024-05-13)


### Bug Fixes

* **dart-board:** fix readme npm link ([ea75a90](https://github.com/agrc/kitchen-sink/commit/ea75a90f6d49c5606ae38b8ecc54782dccad3bdb))
* **monorepo:** fresh npm install ([7f7599b](https://github.com/agrc/kitchen-sink/commit/7f7599b6743b4e1c13d9617acafbb15d4b00f2c3))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ugrc/utilities bumped from ^2.2.1 to ^2.2.2

## [5.0.8](https://github.com/agrc/kitchen-sink/compare/dart-board-v5.0.7...dart-board-v5.0.8) (2024-03-06)


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.8",
"version": "5.0.9",
"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.1",
"@ugrc/utilities": "^2.2.2",
"clsx": "^2.1.0",
"reactstrap": "^9.2.2"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [1.1.0](https://github.com/agrc/kitchen-sink/compare/header-v1.0.0...header-v1.1.0) (2024-05-13)


### Features

* **header:** migrate header component from web api project ([bbc11a6](https://github.com/agrc/kitchen-sink/commit/bbc11a68bf6be27094028c6b24cf7ada56ad790e))


### Bug Fixes

* **header:** fix import ([b34f4c1](https://github.com/agrc/kitchen-sink/commit/b34f4c1bd2486fa1f85b7706e48f0049e220c6e2))
* **monorepo:** fresh npm install ([7f7599b](https://github.com/agrc/kitchen-sink/commit/7f7599b6743b4e1c13d9617acafbb15d4b00f2c3))
2 changes: 1 addition & 1 deletion packages/header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ugrc/header",
"version": "1.0.0",
"version": "1.1.0",
"private": false,
"description": "This is a react component that implements the Utah Design System standard header.",
"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.4](https://github.com/agrc/kitchen-sink/compare/layer-selector-v6.2.3...layer-selector-v6.2.4) (2024-05-13)


### Bug Fixes

* **monorepo:** fresh npm install ([7f7599b](https://github.com/agrc/kitchen-sink/commit/7f7599b6743b4e1c13d9617acafbb15d4b00f2c3))

## [6.2.3](https://github.com/agrc/kitchen-sink/compare/layer-selector-v6.2.2...layer-selector-v6.2.3) (2024-03-06)


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.3",
"version": "6.2.4",
"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.7](https://github.com/agrc/kitchen-sink/compare/mouse-trap-v2.0.6...mouse-trap-v2.0.7) (2024-05-13)


### Bug Fixes

* **monorepo:** fresh npm install ([7f7599b](https://github.com/agrc/kitchen-sink/commit/7f7599b6743b4e1c13d9617acafbb15d4b00f2c3))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ugrc/utilities bumped from ^2.2.1 to ^2.2.2

## [2.0.4](https://github.com/agrc/kitchen-sink/compare/mouse-trap-v2.0.3...mouse-trap-v2.0.4) (2022-07-21)


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.6",
"version": "2.0.7",
"private": false,
"description": "A react component to display cursor coordinates while hovering over an arcgis map",
"keywords": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"test": "vitest --config ../../vite.config.js"
},
"dependencies": {
"@ugrc/utilities": "^2.2.1",
"@ugrc/utilities": "^2.2.2",
"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.6](https://github.com/agrc/kitchen-sink/compare/sherlock-v4.0.5...sherlock-v4.0.6) (2024-05-13)


### Bug Fixes

* **monorepo:** fresh npm install ([7f7599b](https://github.com/agrc/kitchen-sink/commit/7f7599b6743b4e1c13d9617acafbb15d4b00f2c3))

## [4.0.5](https://github.com/agrc/kitchen-sink/compare/sherlock-v4.0.4...sherlock-v4.0.5) (2024-03-06)


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.5",
"version": "4.0.6",
"private": false,
"description": "A React component for searching for data and zooming to it on an arcgis map.",
"keywords": [
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.2](https://github.com/agrc/kitchen-sink/compare/utilities-v2.2.1...utilities-v2.2.2) (2024-05-13)


### Bug Fixes

* **monorepo:** fresh npm install ([7f7599b](https://github.com/agrc/kitchen-sink/commit/7f7599b6743b4e1c13d9617acafbb15d4b00f2c3))

## [2.2.1](https://github.com/agrc/kitchen-sink/compare/utilities-v2.2.0...utilities-v2.2.1) (2022-08-23)


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

0 comments on commit 06b14fd

Please sign in to comment.