Skip to content

Commit 6609d01

Browse files
authored
[ci] release (#75)
2 parents 0ef3dc1 + 86a9311 commit 6609d01

File tree

7 files changed

+24
-16
lines changed

7 files changed

+24
-16
lines changed

.changeset/four-guests-give.md

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

.changeset/tall-hairs-knock.md

Lines changed: 0 additions & 6 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.2.0
4+
5+
### Minor Changes
6+
7+
- d74dd05: Adds a `selectKey` prompt type
8+
- 54c1bc3: **Breaking Change** `multiselect` has renamed `initialValue` to `initialValues`
9+
310
## 0.1.9
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.1.9",
3+
"version": "0.2.0",
44
"type": "module",
55
"main": "./dist/index.cjs",
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+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- d74dd05: Adds a `selectKey` prompt type
8+
- 54c1bc3: **Breaking Change** `multiselect` has renamed `initialValue` to `initialValues`
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [d74dd05]
13+
- Updated dependencies [54c1bc3]
14+
- @clack/core@0.2.0
15+
316
## 0.4.5
417

518
### 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.5",
3+
"version": "0.5.0",
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.9",
55+
"@clack/core": "^0.2.0",
5656
"picocolors": "^1.0.0",
5757
"sisteransi": "^1.0.5"
5858
},

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)