Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhauck committed Jan 18, 2024
1 parent 19e68fd commit b7177f3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.7.27] - Jan 18th 2024
Error occured on previous publish

## [0.7.26] - Jan 18th 2024
Toggle reporter panel and fix manager filter issue

Expand Down Expand Up @@ -394,4 +397,5 @@ Recover from test releases
[0.7.24]: https://github.com/Esri/solution.js/compare/v0.7.23...v0.7.24 "v0.7.24"
[0.7.25]: https://github.com/Esri/solution.js/compare/v0.7.24...v0.7.25 "v0.7.25"
[0.7.26]: https://github.com/Esri/solution.js/compare/v0.7.25...v0.7.26 "v0.7.26"
[Unreleased]: https://github.com/Esri/solution.js/compare/v0.7.26...HEAD "Unreleased Changes"
[0.7.27]: https://github.com/Esri/solution.js/compare/v0.7.26...v0.7.27 "v0.7.27"
[Unreleased]: https://github.com/Esri/solution.js/compare/v0.7.27...HEAD "Unreleased Changes"
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/solutions-components",
"version": "0.7.26",
"version": "0.7.27",
"description": "Web Components for Esri's Solutions Applications",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions src/components/crowdsource-reporter/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
| `theme` | `theme` | theme: "light" \| "dark" theme to be used | `"dark" \| "light"` | `"light"` |


## Events

| Event | Description | Type |
| ------------- | ------------------------------------------------------- | ---------------------- |
| `togglePanel` | Emitted when toggle panel button is clicked in reporter | `CustomEvent<boolean>` |


## Dependencies

### Depends on
Expand Down

0 comments on commit b7177f3

Please sign in to comment.