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 Aug 22, 2022
1 parent 74c43af commit b5c33bc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/dart-board": "5.0.2",
"packages/layer-selector": "6.0.0",
"packages/layer-selector": "6.1.0",
"packages/mouse-trap": "2.0.5",
"packages/sherlock": "4.0.0",
"packages/utilities": "2.2.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/layer-selector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.1.0](https://github.com/agrc/kitchen-sink/compare/layer-selector-v6.0.0...layer-selector-v6.1.0) (2022-08-22)


### Features

* **layer-selector:** add optional opacity slider ([e5b8e71](https://github.com/agrc/kitchen-sink/commit/e5b8e71988bcddbd7d336d423853b98b9d3172a0))


### Bug Fixes

* **layer-selector:** clean up and simplify layout and styling ([c0fdc1f](https://github.com/agrc/kitchen-sink/commit/c0fdc1f33787d49e5e6e103fe1fb6ba218ae794d))
* **layer-selector:** disable invalid lint error ([c4bfff7](https://github.com/agrc/kitchen-sink/commit/c4bfff7c0acad909cea8123b4ff3bd130064d427))
* **layer-selector:** support strings as layer factory configs ([ab81290](https://github.com/agrc/kitchen-sink/commit/ab812901dab138c34934a8a74ce51da772a6cae5))

## [6.0.0](https://github.com/agrc/kitchen-sink/compare/layer-selector-v5.0.3...layer-selector-v6.0.0) (2022-07-21)


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.0.0",
"version": "6.1.0",
"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

0 comments on commit b5c33bc

Please sign in to comment.