mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 11:05:03 +01:00
Changes for sdk release
This commit is contained in:
parent
eae0b1aa75
commit
d5a48cedd7
@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
|
||||
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.7] - 2023-10-08
|
||||
|
||||
### Added
|
||||
|
||||
- Export many view classes, see https://github.com/vector-im/hydrogen-web/pull/1124.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed an issue where some UI components were missing in AccountSetupView.
|
||||
|
||||
## [v0.1.6] - 2023-08-22
|
||||
|
||||
### Changed
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "hydrogen-view-sdk",
|
||||
"description": "Embeddable matrix client library, including view components",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"main": "./lib-build/hydrogen.cjs.js",
|
||||
"exports": {
|
||||
".": {
|
||||
|
Loading…
Reference in New Issue
Block a user