Skip to content

Commit

Permalink
Merge pull request #1132 from vector-im/sdk-release/0.1.5
Browse files Browse the repository at this point in the history
Changes for SDK relase v0.1.5
  • Loading branch information
MidhunSureshR authored Aug 10, 2023
2 parents 1dfcbe8 + 9807cdc commit f6690cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions doc/SDK-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [v0.1.5] - 2023-08-10

### Added

- Export classes MemberList, MemberListView, MemberListViewModel and avatar functions.

### Fixed

- Fixed an issue where `FilteredMap` was not emitting when setting a new filter.


## [v0.1.4] - 2023-07-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion scripts/sdk/base-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hydrogen-view-sdk",
"description": "Embeddable matrix client library, including view components",
"version": "0.1.4",
"version": "0.1.5",
"main": "./lib-build/hydrogen.cjs.js",
"exports": {
".": {
Expand Down

0 comments on commit f6690cb

Please sign in to comment.