Skip to content

Commit 45e4715

Browse files
committed
v0.16.0
1 parent b0bf09c commit 45e4715

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dist/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ export * from './decorators/index.js';
33
export * from './css.js';
44
export { identityTemplateTag, camelCaseToDash, dashCaseToCamelCase, type CamelCasedProps, type DashCasedProps, } from './utils.js';
55
export type { JSX } from './jsx-runtime.js';
6-
export declare const version = "0.15.0";
6+
export declare const version = "0.16.0";
77
//# sourceMappingURL=index.d.ts.map

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lume/element",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "Create Custom Elements with reactivity and automatic re-rendering.",
55
"author": "Joe Pea <joe@trusktr.io>",
66
"license": "MIT",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export {
1010
} from './utils.js'
1111
export type {JSX} from './jsx-runtime.js'
1212

13-
export const version = '0.15.0'
13+
export const version = '0.16.0'

0 commit comments

Comments
 (0)