Skip to content

Commit

Permalink
fix(omi): ts type
Browse files Browse the repository at this point in the history
  • Loading branch information
dntzhang committed Jul 3, 2024
1 parent 32d4813 commit 47a67b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/omi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omi",
"version": "7.6.8",
"version": "7.6.9",
"scripts": {
"start": "vite",
"dev-vite": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/omi/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export { Signal } from 'reactive-signal'
export { css } from './css-tag'
export { mixin, globalCSS } from './options'
export { registerDirective } from './directive'
export const version = '7.6.8'
export const version = '7.6.9'

0 comments on commit 47a67b1

Please sign in to comment.