Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhauck committed Jan 22, 2024
1 parent 696aed3 commit 9396ea8
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 11 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.28] - Jan 18th 2024
Manager init layer expressions on mapInfo change

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

Expand Down Expand Up @@ -398,4 +401,5 @@ Recover from test releases
[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"
[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"
[0.7.28]: https://github.com/Esri/solution.js/compare/v0.7.27...v0.7.28 "v0.7.28"
[Unreleased]: https://github.com/Esri/solution.js/compare/v0.7.28...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.27",
"version": "0.7.28",
"description": "Web Components for Esri's Solutions Applications",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/crowdsource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ graph TD;
layer-table --> delete-button
layer-table --> calcite-modal
layer-table --> instant-apps-filter-list
map-layer-picker --> calcite-tooltip
map-layer-picker --> calcite-notice
map-layer-picker --> calcite-tooltip
map-layer-picker --> calcite-icon
map-layer-picker --> calcite-label
map-layer-picker --> calcite-select
Expand Down
2 changes: 1 addition & 1 deletion src/components/layer-table/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ graph TD;
calcite-action-bar --> calcite-action-group
calcite-action-group --> calcite-action-menu
calcite-action-group --> calcite-action
map-layer-picker --> calcite-tooltip
map-layer-picker --> calcite-notice
map-layer-picker --> calcite-tooltip
map-layer-picker --> calcite-icon
map-layer-picker --> calcite-label
map-layer-picker --> calcite-select
Expand Down
4 changes: 2 additions & 2 deletions src/components/map-layer-picker/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@

### Depends on

- calcite-tooltip
- calcite-notice
- calcite-tooltip
- calcite-icon
- calcite-label
- calcite-select
Expand All @@ -62,8 +62,8 @@
### Graph
```mermaid
graph TD;
map-layer-picker --> calcite-tooltip
map-layer-picker --> calcite-notice
map-layer-picker --> calcite-tooltip
map-layer-picker --> calcite-icon
map-layer-picker --> calcite-label
map-layer-picker --> calcite-select
Expand Down
2 changes: 1 addition & 1 deletion src/components/map-select-tools/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ graph TD;
calcite-input --> calcite-icon
calcite-select --> calcite-icon
calcite-slider --> calcite-graph
map-layer-picker --> calcite-tooltip
map-layer-picker --> calcite-notice
map-layer-picker --> calcite-tooltip
map-layer-picker --> calcite-icon
map-layer-picker --> calcite-label
map-layer-picker --> calcite-select
Expand Down
2 changes: 1 addition & 1 deletion src/components/public-notification/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ graph TD;
buffer-tools --> calcite-slider
calcite-select --> calcite-icon
calcite-slider --> calcite-graph
map-layer-picker --> calcite-tooltip
map-layer-picker --> calcite-notice
map-layer-picker --> calcite-tooltip
map-layer-picker --> calcite-icon
map-layer-picker --> calcite-label
map-layer-picker --> calcite-select
Expand Down
2 changes: 1 addition & 1 deletion src/components/refine-selection/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ graph TD;
refine-selection --> map-draw-tools
refine-selection --> calcite-list
refine-selection --> calcite-list-item
map-layer-picker --> calcite-tooltip
map-layer-picker --> calcite-notice
map-layer-picker --> calcite-tooltip
map-layer-picker --> calcite-icon
map-layer-picker --> calcite-label
map-layer-picker --> calcite-select
Expand Down

0 comments on commit 9396ea8

Please sign in to comment.