Skip to content

Commit 56edf97

Browse files
[ci] release (#472)
Co-authored-by: bombshell-bot[bot] <187071675+bombshell-bot[bot]@users.noreply.github.com>
1 parent ba3df8e commit 56edf97

File tree

7 files changed

+21
-18
lines changed

7 files changed

+21
-18
lines changed

.changeset/cool-parrots-throw.md

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

.changeset/huge-items-throw.md

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

.changeset/quiet-experts-itch.md

Lines changed: 0 additions & 5 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+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- e3333fb: Replaces `picocolors` with Node.js built-in `styleText`.
8+
39
## 1.0.1
410

511
### Patch 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": "1.0.1",
3+
"version": "1.1.0",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",

packages/prompts/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- e3333fb: Replaces `picocolors` with Node.js built-in `styleText`.
8+
9+
### Patch Changes
10+
11+
- c3666e2: destruct `limitOption` param for better code readability, tweak types definitions
12+
- ba3df8e: Fixes withGuide support in intro, outro, and cancel messages.
13+
- Updated dependencies [e3333fb]
14+
- @clack/core@1.1.0
15+
316
## 1.0.1
417

518
### Patch Changes

packages/prompts/package.json

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

0 commit comments

Comments
 (0)