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 Dec 13, 2024
1 parent 93d8735 commit 3060ee7
Show file tree
Hide file tree
Showing 18 changed files with 117 additions and 32 deletions.
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/dart-board": "5.0.19",
"packages/header": "1.1.2",
"packages/layer-selector": "6.2.10",
"packages/mouse-trap": "2.0.17",
"packages/popover": "1.1.0",
"packages/sherlock": "4.0.9",
"packages/dart-board": "5.0.20",
"packages/header": "1.1.3",
"packages/layer-selector": "6.2.11",
"packages/mouse-trap": "2.0.18",
"packages/popover": "1.1.1",
"packages/sherlock": "4.0.10",
"packages/tailwind-preset": "1.1.0",
"packages/utah-design-system": "1.17.0",
"packages/utilities": "2.4.2"
"packages/utah-design-system": "1.17.1",
"packages/utilities": "2.4.3"
}
24 changes: 12 additions & 12 deletions package-lock.json

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

14 changes: 14 additions & 0 deletions packages/dart-board/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

## [5.0.20](https://github.com/agrc/kitchen-sink/compare/dart-board-v5.0.19...dart-board-v5.0.20) (2024-12-13)


### Bug Fixes

* make exports match build artifact names ([93d8735](https://github.com/agrc/kitchen-sink/commit/93d87352e81e4af59189b131ef5574f52dbde018))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ugrc/utilities bumped from ^2.4.2 to ^2.4.3

## [5.0.19](https://github.com/agrc/kitchen-sink/compare/dart-board-v5.0.18...dart-board-v5.0.19) (2024-12-05)


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.19",
"version": "5.0.20",
"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.4.2",
"@ugrc/utilities": "^2.4.3",
"clsx": "^2.1.1",
"reactstrap": "^9.2.3"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.1.3](https://github.com/agrc/kitchen-sink/compare/header-v1.1.2...header-v1.1.3) (2024-12-13)


### Bug Fixes

* make exports match build artifact names ([93d8735](https://github.com/agrc/kitchen-sink/commit/93d87352e81e4af59189b131ef5574f52dbde018))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ugrc/popover bumped from ^1.1.0 to ^1.1.1

## [1.1.2](https://github.com/agrc/kitchen-sink/compare/header-v1.1.1...header-v1.1.2) (2024-05-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ugrc/header",
"version": "1.1.2",
"version": "1.1.3",
"private": false,
"description": "This is a react component that implements the Utah Design System standard header.",
"keywords": [
Expand Down Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@heroicons/react": "^2.1.5",
"@radix-ui/react-collapsible": "^1.1.1",
"@ugrc/popover": "^1.1.0"
"@ugrc/popover": "^1.1.1"
},
"peerDependencies": {
"react": ">=16.8.0"
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.11](https://github.com/agrc/kitchen-sink/compare/layer-selector-v6.2.10...layer-selector-v6.2.11) (2024-12-13)


### Bug Fixes

* make exports match build artifact names ([93d8735](https://github.com/agrc/kitchen-sink/commit/93d87352e81e4af59189b131ef5574f52dbde018))

## [6.2.10](https://github.com/agrc/kitchen-sink/compare/layer-selector-v6.2.9...layer-selector-v6.2.10) (2024-11-21)


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.10",
"version": "6.2.11",
"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.18](https://github.com/agrc/kitchen-sink/compare/mouse-trap-v2.0.17...mouse-trap-v2.0.18) (2024-12-13)


### Bug Fixes

* make exports match build artifact names ([93d8735](https://github.com/agrc/kitchen-sink/commit/93d87352e81e4af59189b131ef5574f52dbde018))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ugrc/utilities bumped from ^2.4.2 to ^2.4.3

## [2.0.17](https://github.com/agrc/kitchen-sink/compare/mouse-trap-v2.0.16...mouse-trap-v2.0.17) (2024-12-05)


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.17",
"version": "2.0.18",
"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.4.2",
"@ugrc/utilities": "^2.4.3",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/agrc/kitchen-sink/compare/popover-v1.1.0...popover-v1.1.1) (2024-12-13)


### Bug Fixes

* make exports match build artifact names ([93d8735](https://github.com/agrc/kitchen-sink/commit/93d87352e81e4af59189b131ef5574f52dbde018))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ugrc/popover",
"version": "1.1.0",
"version": "1.1.1",
"private": false,
"description": "This is a react component that implements the Utah Design System popover.",
"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.10](https://github.com/agrc/kitchen-sink/compare/sherlock-v4.0.9...sherlock-v4.0.10) (2024-12-13)


### Bug Fixes

* make exports match build artifact names ([93d8735](https://github.com/agrc/kitchen-sink/commit/93d87352e81e4af59189b131ef5574f52dbde018))

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


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.9",
"version": "4.0.10",
"private": false,
"description": "A React component for searching for data and zooming to it on an arcgis map.",
"keywords": [
Expand Down
15 changes: 15 additions & 0 deletions packages/utah-design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.17.1](https://github.com/agrc/kitchen-sink/compare/utah-design-system-v1.17.0...utah-design-system-v1.17.1) (2024-12-13)


### Bug Fixes

* **uds:** fix sidebar toggle button alignment ([c64f6e3](https://github.com/agrc/kitchen-sink/commit/c64f6e3e2ff1ec62d1f966c9044c3d3aafc7b30b))
* **uds:** fix typescript check errors after applying new tsconfig ([afc8703](https://github.com/agrc/kitchen-sink/commit/afc8703c2d5924e163b380f3a0b54fb131d438af))


### Dependencies

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

## [1.17.0](https://github.com/agrc/kitchen-sink/compare/utah-design-system-v1.16.1...utah-design-system-v1.17.0) (2024-12-05)


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.17.0",
"version": "1.17.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 @@ -49,7 +49,7 @@
"@esri/arcgis-rest-geocoding": "^4.0.3",
"@esri/arcgis-rest-request": "^4.2.3",
"@types/lodash-es": "^4.17.12",
"@ugrc/utilities": "2.4.2",
"@ugrc/utilities": "2.4.3",
"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.4.3](https://github.com/agrc/kitchen-sink/compare/utilities-v2.4.2...utilities-v2.4.3) (2024-12-13)


### Bug Fixes

* **utilities:** fix typescript check errors after applying new tsconfig ([f943fab](https://github.com/agrc/kitchen-sink/commit/f943fab6a5c6d35d6dfa9728e78998e1c89236cd))

## [2.4.2](https://github.com/agrc/kitchen-sink/compare/utilities-v2.4.1...utilities-v2.4.2) (2024-12-05)


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

0 comments on commit 3060ee7

Please sign in to comment.