Skip to content

Commit 386134c

Browse files
authored
[ci] release (#66)
2 parents 623a322 + be5d56f commit 386134c

File tree

6 files changed

+684
-1892
lines changed

6 files changed

+684
-1892
lines changed

.changeset/tough-plums-greet.md

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

packages/core/CHANGELOG.md

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

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- d96071c: Don't mutate `initialValue` in `multiselect`, fix parameter type for `validate()`.
8+
9+
Credits to @banjo for the bug report and initial PR!
10+
311
## 0.1.7
412

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

packages/prompts/CHANGELOG.md

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

3+
## 0.4.4
4+
5+
### Patch Changes
6+
7+
- d96071c: Don't mutate `initialValue` in `multiselect`, fix parameter type for `validate()`.
8+
9+
Credits to @banjo for the bug report and initial PR!
10+
11+
- Updated dependencies [d96071c]
12+
- @clack/core@0.1.8
13+
314
## 0.4.3
415

516
### 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.4.3",
3+
"version": "0.4.4",
44
"type": "module",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",
@@ -52,7 +52,7 @@
5252
"build": "unbuild"
5353
},
5454
"dependencies": {
55-
"@clack/core": "^0.1.6",
55+
"@clack/core": "^0.1.8",
5656
"picocolors": "^1.0.0",
5757
"sisteransi": "^1.0.5"
5858
},

0 commit comments

Comments
 (0)