Skip to content

Commit ab75db0

Browse files
[ci] release
1 parent a0cb382 commit ab75db0

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/popular-swans-laugh.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.0.10
4+
5+
### Patch Changes
6+
7+
- a0cb382: Add `main` entrypoint
8+
39
## 0.0.9
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.0.9",
3+
"version": "0.0.10",
44
"type": "module",
55
"main": "./dist/index.js",
66
"exports": {

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.0.3
4+
5+
### Patch Changes
6+
7+
- a0cb382: Add `main` entrypoint
8+
- Updated dependencies [a0cb382]
9+
- @clack/core@0.0.10
10+
311
## 0.0.2
412

513
### 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.0.2",
3+
"version": "0.0.3",
44
"type": "module",
55
"main": "./dist/index.js",
66
"exports": {
@@ -37,7 +37,7 @@
3737
"build:types": "tsc -p ."
3838
},
3939
"dependencies": {
40-
"@clack/core": "workspace:^0.0.9",
40+
"@clack/core": "workspace:^0.0.10",
4141
"add": "^2.0.6",
4242
"picocolors": "^1.0.0",
4343
"sisteransi": "^1.0.5"

0 commit comments

Comments
 (0)