Skip to content

Commit

Permalink
chore(release): 1.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jul 4, 2024
1 parent baa0361 commit 058c4e6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.27](https://github.com/halfnelson/svelte-native/compare/v1.0.26...v1.0.27) (2024-07-04)


### Bug Fixes

* agnostic `resolveComponentElement` and typings to fit all cases ([e642093](https://github.com/halfnelson/svelte-native/commit/e6420938d2f56c4c70b5b8e13261edfd172796bd))
* call `initializeDom` in dom file because some users might not use top level index ([baa0361](https://github.com/halfnelson/svelte-native/commit/baa036136a53dcbf088bd04dc93569559f5a4522))
* use window.document in all cases ([184475d](https://github.com/halfnelson/svelte-native/commit/184475d827bcb20bd7be06be1f7ec38bd5c595b3))

### [1.0.26](https://github.com/halfnelson/svelte-native/compare/v1.0.25...v1.0.26) (2024-07-02)


Expand Down
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": "svelte-native",
"version": "1.0.26",
"version": "1.0.27",
"description": "Svelte integration for NativeScript",
"sideEffects": false,
"private": true,
Expand Down

0 comments on commit 058c4e6

Please sign in to comment.