Skip to content

Commit 91502dd

Browse files
committed
chore: release
1 parent e6cd49e commit 91502dd

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

packages/cli/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [0.0.16](https://github.com/vue-terminal/vue-termui/compare/@vue-termui/[email protected]...@vue-termui/[email protected]) (2022-10-21)
2+
3+
### Bug Fixes
4+
5+
- ci ([#12](https://github.com/vue-terminal/vue-termui/issues/12)) ([3c1d009](https://github.com/vue-terminal/vue-termui/commit/3c1d009a929cac0c786b0e31fd103824971489d1))
6+
- clear screen when swapScreens is true ([5ef1f9e](https://github.com/vue-terminal/vue-termui/commit/5ef1f9eebced1b1bbda919639bec0d451fc96aa3))
7+
- **focus:** correct traversal order ([5ce6381](https://github.com/vue-terminal/vue-termui/commit/5ce6381b1eb773685c187456d1cdcc44f281910e))
8+
9+
### Code Refactoring
10+
11+
- rewrite useStdout() ([7cfba52](https://github.com/vue-terminal/vue-termui/commit/7cfba5296a7728e2a5920ed85a41504c14f9c14c))
12+
13+
### Features
14+
15+
- allow passing auto import options ([7ab9a00](https://github.com/vue-terminal/vue-termui/commit/7ab9a001a61156264a480014ab8ccd734988b3b9))
16+
- allow swapping screens for fullscreen apps ([71e0cdc](https://github.com/vue-terminal/vue-termui/commit/71e0cdcc161a7c5531e36da9b6441d2e26bff895))
17+
- **box:** add basic title ([e5b488d](https://github.com/vue-terminal/vue-termui/commit/e5b488d6e7e18853e4ff5f2e9fa96742c87fcfd3))
18+
- improve debug log ([98a4e50](https://github.com/vue-terminal/vue-termui/commit/98a4e50dc7ed1d24f1537cb44dc582cb5e07b651))
19+
- useTitle ([a8b14ce](https://github.com/vue-terminal/vue-termui/commit/a8b14ce0c8b7aa3e31f1f963a650d672de261ef1))
20+
21+
### BREAKING CHANGES
22+
23+
- now it returns an object with `stdout` and a `write`
24+
method. `stdout` is just the stdout being used by the app while `write`
25+
lets you write to the output without messing up with the current output.
26+
Useful for debugging.
27+
128
## [0.0.15](https://github.com/vue-terminal/vue-termui/compare/@vue-termui/[email protected]...@vue-termui/[email protected]) (2022-10-21)
229

330
### Bug Fixes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"access": "public"
66
},
77
"type": "module",
8-
"version": "0.0.15",
8+
"version": "0.0.16",
99
"scripts": {
1010
"stub": "unbuild --stub",
1111
"build": "tsup",

0 commit comments

Comments
 (0)