Skip to content

Commit 7806ad2

Browse files
chore: release main (#42)
Co-authored-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com>
1 parent 5045c9f commit 7806ad2

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-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.1",
3-
"lark-ui": "1.6.1"
2+
"owl-api": "1.6.2",
3+
"lark-ui": "1.7.0"
44
}

lark-ui/CHANGELOG.md

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

3+
## [1.7.0](https://github.com/hackclub/midnight/compare/lark-ui-v1.6.1...lark-ui-v1.7.0) (2025-11-24)
4+
5+
6+
### Features
7+
8+
* add explore page ([#41](https://github.com/hackclub/midnight/issues/41)) ([035f99d](https://github.com/hackclub/midnight/commit/035f99d5a918dd62005187722eb23bd0f9704a01))
9+
10+
11+
### Bug Fixes
12+
13+
* connect explore page to backend ([5045c9f](https://github.com/hackclub/midnight/commit/5045c9f67e37a00c123d4ff103c4e5a9bbaf5f6a))
14+
315
## [1.6.1](https://github.com/hackclub/midnight/compare/lark-ui-v1.6.0...lark-ui-v1.6.1) (2025-11-20)
416

517

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.6.1",
4+
"version": "1.7.0",
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.2](https://github.com/hackclub/midnight/compare/owl-api-v1.6.1...owl-api-v1.6.2) (2025-11-24)
4+
5+
6+
### Bug Fixes
7+
8+
* connect explore page to backend ([5045c9f](https://github.com/hackclub/midnight/commit/5045c9f67e37a00c123d4ff103c4e5a9bbaf5f6a))
9+
310
## [1.6.1](https://github.com/hackclub/midnight/compare/owl-api-v1.6.0...owl-api-v1.6.1) (2025-11-20)
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.1",
3+
"version": "1.6.2",
44
"description": "",
55
"author": "",
66
"private": true,

0 commit comments

Comments
 (0)