Skip to content

Commit

Permalink
chore: rebuild & publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dntzhang committed Oct 18, 2023
1 parent 080157b commit 48a0915
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.1.1",
"version": "7.1.2",
"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 @@ -7,6 +7,6 @@ export { createRef, bind } from './utils'
export { signal, computed, effect, batch, setActiveComponent, getActiveComponent } from './reactivity'
export { Signal } from './signal'
export { css } from './css-tag'
export const version = '7.1.0'
export const version = '7.1.2'


0 comments on commit 48a0915

Please sign in to comment.