Skip to content

Commit 737f172

Browse files
[ci] release (#325)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 07ca32d commit 737f172

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

.changeset/afraid-ladybugs-drive.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.5.0
4+
5+
### Minor Changes
6+
7+
- 07ca32d: Reverted a change where placeholders were being set as values on return.
8+
39
## 0.4.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.4.2",
3+
"version": "0.5.0",
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.11.0
4+
5+
### Minor Changes
6+
7+
- 07ca32d: Reverted a change where placeholders were being set as values on return.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [07ca32d]
12+
- @clack/core@0.5.0
13+
314
## 0.10.1
415

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

0 commit comments

Comments
 (0)