Skip to content

Commit 7c11749

Browse files
[ci] release (alpha)
1 parent f9db1bd commit 7c11749

File tree

5 files changed

+34
-5
lines changed

5 files changed

+34
-5
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
"@clack/core": "0.4.1",
88
"@clack/prompts": "0.10.0"
99
},
10-
"changesets": []
10+
"changesets": [
11+
"legal-bags-tie"
12+
]
1113
}

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @clack/core
22

3+
## 1.0.0-alpha.0
4+
5+
### Major Changes
6+
7+
- c713fd5: The package is now distributed as ESM-only. In `v0` releases, the package was dual-published as CJS and ESM.
8+
9+
For existing CJS projects using Node v20+, please see Node's guide on [Loading ECMAScript modules using `require()`](https://nodejs.org/docs/latest-v20.x/api/modules.html#loading-ecmascript-modules-using-require).
10+
311
## 0.4.1
412

513
### Patch Changes

packages/core/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clack/core",
3-
"version": "0.4.1",
3+
"version": "1.0.0-alpha.0",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",
@@ -21,7 +21,10 @@
2121
"url": "https://github.com/bombshell-dev/clack/issues"
2222
},
2323
"homepage": "https://github.com/bombshell-dev/clack/tree/main/packages/core#readme",
24-
"files": ["dist", "CHANGELOG.md"],
24+
"files": [
25+
"dist",
26+
"CHANGELOG.md"
27+
],
2528
"keywords": [
2629
"ask",
2730
"clack",

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+
## 1.0.0-alpha.0
4+
5+
### Major Changes
6+
7+
- c713fd5: The package is now distributed as ESM-only. In `v0` releases, the package was dual-published as CJS and ESM.
8+
9+
For existing CJS projects using Node v20+, please see Node's guide on [Loading ECMAScript modules using `require()`](https://nodejs.org/docs/latest-v20.x/api/modules.html#loading-ecmascript-modules-using-require).
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [c713fd5]
14+
- @clack/core@1.0.0-alpha.0
15+
316
## 0.10.0
417

518
### Minor Changes

packages/prompts/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clack/prompts",
3-
"version": "0.10.0",
3+
"version": "1.0.0-alpha.0",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",
@@ -21,7 +21,10 @@
2121
"url": "https://github.com/bombshell-dev/clack/issues"
2222
},
2323
"homepage": "https://github.com/bombshell-dev/clack/tree/main/packages/prompts#readme",
24-
"files": ["dist", "CHANGELOG.md"],
24+
"files": [
25+
"dist",
26+
"CHANGELOG.md"
27+
],
2528
"author": {
2629
"name": "Nate Moore",
2730
"email": "[email protected]",

0 commit comments

Comments
 (0)