Skip to content

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

Diff for: CHANGELOG.md

+9
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

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-1
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)