Skip to content

Commit f44c104

Browse files
authored
[ci] release (#100)
2 parents ba6294e + df13828 commit f44c104

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed

.changeset/purple-lions-doubt.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.3.2
4+
5+
### Patch Changes
6+
7+
- c96eda5: Enable hard line-wrapping behavior for long words without spaces
8+
39
## 0.3.1
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.3.1",
3+
"version": "0.3.2",
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.6.3
4+
5+
### Patch Changes
6+
7+
- c96eda5: Enable hard line-wrapping behavior for long words without spaces
8+
- Updated dependencies [c96eda5]
9+
- @clack/core@0.3.2
10+
311
## 0.6.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.6.2",
3+
"version": "0.6.3",
44
"type": "module",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",
@@ -53,7 +53,7 @@
5353
"prepack": "pnpm build"
5454
},
5555
"dependencies": {
56-
"@clack/core": "^0.3.1",
56+
"@clack/core": "^0.3.2",
5757
"picocolors": "^1.0.0",
5858
"sisteransi": "^1.0.5"
5959
},

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)