Skip to content

Commit 1cbefdb

Browse files
committed
version
1 parent 666690d commit 1cbefdb

5 files changed

Lines changed: 17 additions & 9 deletions

File tree

.changeset/lazy-mirrors-kick.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+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- a99c458: Support `initialValue` option for text prompt
8+
39
## 0.1.2
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": "0.1.2",
3+
"version": "0.1.3",
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.2.1
4+
5+
### Patch Changes
6+
7+
- a99c458: Support `initialValue` option for text prompt
8+
- Updated dependencies [a99c458]
9+
- @clack/core@0.1.3
10+
311
## 0.2.0
412

513
### Minor 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.2.0",
3+
"version": "0.2.1",
44
"type": "module",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",
@@ -52,7 +52,7 @@
5252
"prepack": "unbuild"
5353
},
5454
"dependencies": {
55-
"@clack/core": "workspace:^0.1.2",
55+
"@clack/core": "workspace:^0.1.3",
5656
"ansi-regex": "^6.0.1",
5757
"picocolors": "^1.0.0",
5858
"sisteransi": "^1.0.5"

0 commit comments

Comments
 (0)