Skip to content

Commit 3e3eb8f

Browse files
[ci] release
1 parent d611766 commit 3e3eb8f

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed

.changeset/good-islands-provide.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @clack/core
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- 58a1df1: Fix line duplication bug by automatically wrapping prompts to `process.stdout.columns`
8+
39
## 0.3.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clack/core",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"type": "module",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",

packages/prompts/CHANGELOG.md

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

3+
## 0.6.2
4+
5+
### Patch Changes
6+
7+
- 58a1df1: Fix line duplication bug by automatically wrapping prompts to `process.stdout.columns`
8+
- Updated dependencies [58a1df1]
9+
- @clack/core@0.3.1
10+
311
## 0.6.1
412

513
### Patch Changes

packages/prompts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clack/prompts",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"type": "module",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",
@@ -53,7 +53,7 @@
5353
"prepack": "pnpm build"
5454
},
5555
"dependencies": {
56-
"@clack/core": "^0.3.0",
56+
"@clack/core": "^0.3.1",
5757
"picocolors": "^1.0.0",
5858
"sisteransi": "^1.0.5"
5959
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)