Skip to content

Commit

Permalink
chore(omi): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dntzhang committed Jul 8, 2024
1 parent e816963 commit 0385045
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.10",
"version": "7.6.11",
"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.10'
export const version = '7.6.11'

0 comments on commit 0385045

Please sign in to comment.