Skip to content

Commit bfec1ec

Browse files
[ci] release
1 parent cf3ebaa commit bfec1ec

6 files changed

Lines changed: 21 additions & 13 deletions

File tree

.changeset/box-guide-colour.md

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

.changeset/export-cancel-symbol.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+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- [#592](https://github.com/bombshell-dev/clack/pull/592) [`caa32e8`](https://github.com/bombshell-dev/clack/commit/caa32e853cb65afad778f56f6bad8699d4b195bc) Thanks [@gameroman](https://github.com/gameroman)! - Export `CANCEL_SYMBOL` constant from `@clack/core` and `@clack/prompts`
8+
39
## 1.4.3
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.4.3",
3+
"version": "1.5.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.8.0
4+
5+
### Minor Changes
6+
7+
- [#592](https://github.com/bombshell-dev/clack/pull/592) [`caa32e8`](https://github.com/bombshell-dev/clack/commit/caa32e853cb65afad778f56f6bad8699d4b195bc) Thanks [@gameroman](https://github.com/gameroman)! - Export `CANCEL_SYMBOL` constant from `@clack/core` and `@clack/prompts`
8+
9+
### Patch Changes
10+
11+
- [#588](https://github.com/bombshell-dev/clack/pull/588) [`6506135`](https://github.com/bombshell-dev/clack/commit/65061353e65e468035d8d8c7de9359926774626d) Thanks [@danielroe](https://github.com/danielroe)! - Style the guide bar rendered by `box({ withGuide: true })` in grey so it matches the gutter drawn by `log`, `note` and the spinner
12+
13+
- Updated dependencies [[`caa32e8`](https://github.com/bombshell-dev/clack/commit/caa32e853cb65afad778f56f6bad8699d4b195bc)]:
14+
- @clack/core@1.5.0
15+
316
## 1.7.0
417

518
### Minor 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.7.0",
3+
"version": "1.8.0",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)