Skip to content

Commit eaf9696

Browse files
authored
Merge pull request #17 from vanducng/release-please--branches--main--components--miu-studio
chore( miu-studio): release 1.0.1
2 parents 9691bbe + 23e4f3a commit eaf9696

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"packages/core": "1.0.0",
33
"packages/code": "1.0.2",
44
"packages/examples": "1.0.0",
5-
"packages/studio": "1.0.0",
5+
"packages/studio": "1.0.1",
66
"packages/miu": "2.0.0"
77
}

packages/studio/CHANGELOG.md

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

3+
## [1.0.1](https://github.com/vanducng/miu-mono/compare/miu-studio-v1.0.0...miu-studio-v1.0.1) (2026-01-01)
4+
5+
6+
### Bug Fixes
7+
8+
* code quality improvements (Phase 02) ([55eacc8](https://github.com/vanducng/miu-mono/commit/55eacc8909298156a33c82e27e18f0eb627859ef))
9+
* **docs:** update schema format, rename to MIU, increase logo size ([427de92](https://github.com/vanducng/miu-mono/commit/427de92d111cc78e369fd804cd1c09d4cd725bab))
10+
311
## [1.0.0](https://github.com/vanducng/miu-mono/compare/miu-studio-v0.2.0...miu-studio-v1.0.0) (2025-12-31)
412

513

packages/studio/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "miu-studio"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Web server for miu AI agent"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)