Skip to content

Commit

Permalink
chore(omi): new version
Browse files Browse the repository at this point in the history
  • Loading branch information
dnzhang committed Nov 16, 2024
1 parent ab48b62 commit aee9864
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/omi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<h2 align="center">Omi - Web Components Framework</h2>

- 📶 **Signal**-driven reactive programming by [reactive-signal](https://github.com/Tencent/omi/tree/master/packages/reactive-signal)
- 🧱 [TDesign Web Components](https://github.com/TDesignOteam/tdesign-web-components)
- 💗 [100+ OMI Templates](https://omi.cdn-go.cn/templates/latest/) & [OMI Templates Source Code](https://github.com/Tencent/omi/tree/master/packages/omi-templates)
- 🐲 [OMI Form](https://omi.cdn-go.cn/form/latest/docs/) & [OMI Form Playground](https://omi.cdn-go.cn/form/latest/play/) & [Lucide Omi Icons](https://github.com/omijs/lucide-omi)
-**Tiny** size, **Fast** performance
Expand Down Expand Up @@ -206,8 +207,6 @@ class TodoList extends Component {
render(<todo-list />, document.body)
```

We won't discuss which method is good or bad here. You can choose either method using omi.

## Auto Import h

vite.config.js:
Expand Down
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.1",
"version": "7.7.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 @@ -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.1'
export const version = '7.7.2'

0 comments on commit aee9864

Please sign in to comment.