Skip to content

Commit 4605547

Browse files
authored
[ci] release (#69)
2 parents 463e8e7 + 214701c commit 4605547

File tree

7 files changed

+21
-16
lines changed

7 files changed

+21
-16
lines changed

.changeset/dull-tools-cry.md

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

.changeset/long-bees-turn.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.1.9
4+
5+
### Patch Changes
6+
7+
- 1251132: Multiselect: return `Value[]` instead of `Option[]`.
8+
- 8994382: Add a password prompt to `@clack/prompts`
9+
310
## 0.1.8
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.8",
3+
"version": "0.1.9",
44
"type": "module",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",

packages/prompts/CHANGELOG.md

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

3+
## 0.4.5
4+
5+
### Patch Changes
6+
7+
- 1251132: Multiselect: return `Value[]` instead of `Option[]`.
8+
- 8994382: Add a password prompt to `@clack/prompts`
9+
- Updated dependencies [1251132]
10+
- Updated dependencies [8994382]
11+
- @clack/core@0.1.9
12+
313
## 0.4.4
414

515
### 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.4",
3+
"version": "0.4.5",
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.8",
55+
"@clack/core": "^0.1.9",
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)