Skip to content

Commit

Permalink
v0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Mar 1, 2024
1 parent a39cfac commit e8d6df1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 './element.js';
export * from './css.js';
export { identityTemplateTag, camelCaseToDash, dashCaseToCamelCase, type CamelCasedProps, type DashCasedProps, } from './_utils.js';
export type { JSX } from './jsx-runtime.js';
export declare const version = "0.11.6";
export declare const version = "0.11.7";
//# 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.11.6",
"version": "0.11.7",
"description": "Create Custom Elements with reactivity and automatic re-rendering.",
"author": "Joe Pea <joe@trusktr.io>",
"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 @@ -11,4 +11,4 @@ export {
} from './_utils.js'
export type {JSX} from './jsx-runtime.js'

export const version = '0.11.6'
export const version = '0.11.7'

0 comments on commit e8d6df1

Please sign in to comment.