Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Oct 1, 2023
1 parent 909b454 commit 8d8eaaf
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 10 deletions.
4 changes: 0 additions & 4 deletions dist/babel-preset.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion dist/global/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/global/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export * from './attribute.js';
export * from './element.js';
export * from './css.js';
export type { JSX } from './jsx-runtime.js';
export declare const version = "0.8.1";
export declare const version = "0.9.0";
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion dist/index.js

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": "@lume/element",
"version": "0.8.1",
"version": "0.9.0",
"description": "Create Custom Elements with reactivity and automatic re-rendering.",
"author": "Joe Pea <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export * from './element.js'
export * from './css.js'
export type {JSX} from './jsx-runtime.js'

export const version = '0.8.1'
export const version = '0.9.0'

0 comments on commit 8d8eaaf

Please sign in to comment.