Skip to content

Commit

Permalink
Merge branch 'update-docs'
Browse files Browse the repository at this point in the history
* update-docs:
  update lume/cli
  v0.12.3
  • Loading branch information
trusktr committed Sep 17, 2024
2 parents 67d410e + 0b31743 commit 81f5043
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.12.2";
export declare const version = "0.12.3";
//# 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.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lume/element",
"version": "0.12.2",
"version": "0.12.3",
"description": "Create Custom Elements with reactivity and automatic re-rendering.",
"author": "Joe Pea <joe@trusktr.io>",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
"solid-js": "^1.0.0"
},
"devDependencies": {
"@lume/cli": "^0.11.2",
"@lume/cli": "^0.13.0",
"@types/react": "^17.0.0",
"ncp": "^2.0.0",
"prettier": "3.0.3",
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.12.2'
export const version = '0.12.3'

0 comments on commit 81f5043

Please sign in to comment.