Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit aaa2a3e

Browse files
author
farfromrefug
committed
chore(release): 1.0.28
1 parent acc7289 commit aaa2a3e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
### [1.0.28](https://github.com/halfnelson/svelte-native/compare/v1.0.27...v1.0.28) (2024-10-16)
6+
7+
8+
### Bug Fixes
9+
10+
* allow to extend `IntrinsicElements` ([45978dd](https://github.com/halfnelson/svelte-native/commit/45978ddfc0d0072081cbbc8f40c9e9e00073dac9))
11+
* expose `AsComponent` for custom Template classes ([c72688c](https://github.com/halfnelson/svelte-native/commit/c72688cf0130f8ba5c05e0a175ec53f78f927517))
12+
* expose ios / android components (wrapping #if __ANDROID__/__IOS__) ([acc7289](https://github.com/halfnelson/svelte-native/commit/acc72899471ad3760c05e4bb98138e678ebc971a))
13+
514
### [1.0.27](https://github.com/halfnelson/svelte-native/compare/v1.0.26...v1.0.27) (2024-07-04)
615

716

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-native",
3-
"version": "1.0.27",
3+
"version": "1.0.28",
44
"description": "Svelte integration for NativeScript",
55
"sideEffects": false,
66
"private": true,
@@ -14,6 +14,7 @@
1414
"svelte"
1515
],
1616
"scripts": {
17+
"release": "standard-version",
1718
"clean": "npx rimraf ./dist/*",
1819
"build": "npm run clean && rollup -c && node ./scripts/create-pkg.js",
1920
"watch": "rollup -cw",

0 commit comments

Comments
 (0)