Skip to content

Commit

Permalink
fix(omi): computed fn should run only once
Browse files Browse the repository at this point in the history
  • Loading branch information
dntzhang committed Feb 29, 2024
1 parent 76246c1 commit 32f64e5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions packages/omi/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 packages/omi/package.json
@@ -1,6 +1,6 @@
{
"name": "omi",
"version": "7.6.5",
"version": "7.6.6",
"scripts": {
"start": "vite",
"dev-vite": "vite",
Expand Down Expand Up @@ -53,7 +53,7 @@
"license": "MIT",
"dependencies": {
"construct-style-sheets-polyfill": "3.0.1",
"reactive-signal": "^1.0.2",
"reactive-signal": "^1.0.3",
"weakmap-polyfill": "2.0.4"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/omi/src/index.ts
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.5'
export const version = '7.6.6'

0 comments on commit 32f64e5

Please sign in to comment.