Skip to content

Commit b44a0b8

Browse files
committed
chore: bump to v0.7.5
1 parent f8d5f6b commit b44a0b8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.bmp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.7.4
1+
version: 0.7.5
22
commit: 'chore: bump to v%.%.%'
33
files:
44
README.md: Cell v%.%.%

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img src="https://kt3k.github.io/cell/cell-logo.svg" width="70" alt="cell" />
22

3-
# Cell v0.7.4
3+
# Cell v0.7.5
44

55
> A frontend UI tool, encourages local event handlers and signals
66

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kt3k/cell",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"exports": {
55
".": "./mod.ts"
66
},

docs/dist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,4 @@ export {
328328
register,
329329
unmount
330330
};
331-
/*! Cell v0.6.0 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
331+
/*! Cell v0.7.5 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */

docs/dist.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Cell v0.7.4 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
1+
/*! Cell v0.7.5 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
22
import type { GroupSignal, Signal } from "@kt3k/signal"
33
import { documentReady, logEvent } from "./util.ts"
44
export { GroupSignal, Signal } from "@kt3k/signal"

0 commit comments

Comments
 (0)