Skip to content

Commit ad2ea7b

Browse files
committed
fix(pos-make-findable): also update index when label index from multiple object was chosen
1 parent 681da25 commit ad2ea7b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

elements/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.24.1
8+
9+
### Fixed
10+
11+
- [pos-make-findable](../docs/elements/components/pos-make-findable)
12+
- also emits index update event, when one of multiple indexes is chosen
13+
714
## 0.24.0
815

916
### Changed

elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pod-os/elements",
3-
"version": "0.24.0",
3+
"version": "0.24.1",
44
"description": "Custom elements for usage with Solid Pods",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)