Skip to content

Commit

Permalink
chore(omi): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dntzhang committed Jan 13, 2025
1 parent 3fe356f commit ae6d17b
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.7.4",
"version": "7.7.5",
"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 @@ -22,4 +22,4 @@ export type { Signal, SignalObject, Signal as SignalValue } from 'reactive-signa
export { css } from './css-tag'
export { mixin, globalCSS } from './options'
export { registerDirective } from './directive'
export const version = '7.7.4'
export const version = '7.7.5'

0 comments on commit ae6d17b

Please sign in to comment.