Skip to content

Commit b0bb112

Browse files
authored
[ci] release (#211)
2 parents b2984aa + 8e51a18 commit b0bb112

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.changeset/gold-dryers-bake.md

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

.changeset/plenty-days-study.md

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

packages/core/CHANGELOG.md

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

3+
## 0.3.5
4+
5+
### Patch Changes
6+
7+
- 4845f4f: Fixes a bug which kept the terminal cursor hidden after a prompt is cancelled
8+
- d7b2fb9: Adds missing `LICENSE` file. Since the `package.json` file has always included `"license": "MIT"`, please consider this a licensing clarification rather than a licensing change.
9+
310
## 0.3.4
411

512
### 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": "0.3.4",
3+
"version": "0.3.5",
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.8.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4845f4f]
8+
- Updated dependencies [d7b2fb9]
9+
- @clack/core@0.3.5
10+
311
## 0.8.1
412

513
### 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": "0.8.1",
3+
"version": "0.8.2",
44
"type": "module",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)