Skip to content

Commit 9d0db97

Browse files
chore: release main (#53)
Co-authored-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com>
1 parent b3b26ae commit 9d0db97

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"owl-api": "1.6.3",
3-
"lark-ui": "1.9.0"
2+
"owl-api": "1.6.4",
3+
"lark-ui": "1.9.1"
44
}

lark-ui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.9.1](https://github.com/hackclub/midnight/compare/lark-ui-v1.9.0...lark-ui-v1.9.1) (2025-12-07)
4+
5+
6+
### Bug Fixes
7+
8+
* change midnight dates ([9ea1478](https://github.com/hackclub/midnight/commit/9ea1478891d02f3666539a92350ebc9aa3f782db))
9+
310
## [1.9.0](https://github.com/hackclub/midnight/compare/lark-ui-v1.8.0...lark-ui-v1.9.0) (2025-12-05)
411

512

lark-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lark-ui",
33
"private": true,
4-
"version": "1.9.0",
4+
"version": "1.9.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev --clearScreen false",

owl-api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.6.4](https://github.com/hackclub/midnight/compare/owl-api-v1.6.3...owl-api-v1.6.4) (2025-12-07)
4+
5+
6+
### Bug Fixes
7+
8+
* use crypto random for otp ([b3b26ae](https://github.com/hackclub/midnight/commit/b3b26aec6f4dc0a8d58d339f17de9c0ac322208c))
9+
310
## [1.6.3](https://github.com/hackclub/midnight/compare/owl-api-v1.6.2...owl-api-v1.6.3) (2025-12-03)
411

512

owl-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unified-service",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "",
55
"author": "",
66
"private": true,

0 commit comments

Comments
 (0)