Skip to content

Commit

Permalink
chore: bump to v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Oct 15, 2024
1 parent f8d5f6b commit b44a0b8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bmp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.7.4
version: 0.7.5
commit: 'chore: bump to v%.%.%'
files:
README.md: Cell v%.%.%
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="https://kt3k.github.io/cell/cell-logo.svg" width="70" alt="cell" />

# Cell v0.7.4
# Cell v0.7.5

> A frontend UI tool, encourages local event handlers and signals
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kt3k/cell",
"version": "0.7.4",
"version": "0.7.5",
"exports": {
".": "./mod.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,4 @@ export {
register,
unmount
};
/*! Cell v0.6.0 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
/*! Cell v0.7.5 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
2 changes: 1 addition & 1 deletion docs/dist.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Cell v0.7.4 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
/*! Cell v0.7.5 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
import type { GroupSignal, Signal } from "@kt3k/signal"
import { documentReady, logEvent } from "./util.ts"
export { GroupSignal, Signal } from "@kt3k/signal"
Expand Down

0 comments on commit b44a0b8

Please sign in to comment.