Skip to content

[ci] release (alpha) #343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
"famous-turkeys-burn",
"five-chairs-poke",
"free-wasps-decide",
"giant-dryers-serve",
"happy-parents-explain",
"healthy-candles-admire",
"healthy-kings-play",
"honest-singers-cough",
"hot-turkeys-knock",
"legal-bags-tie",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @clack/core

## 1.0.0-alpha.2

### Patch Changes

- 7df841d: Removed all trailing space in prompt output and fixed various padding rendering bugs.

## 1.0.0-alpha.1

### Minor Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clack/core",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"type": "module",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand All @@ -21,7 +21,10 @@
"url": "https://github.com/bombshell-dev/clack/issues"
},
"homepage": "https://github.com/bombshell-dev/clack/tree/main/packages/core#readme",
"files": ["dist", "CHANGELOG.md"],
"files": [
"dist",
"CHANGELOG.md"
],
"keywords": [
"ask",
"clack",
Expand Down
9 changes: 9 additions & 0 deletions packages/prompts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @clack/prompts

## 1.0.0-alpha.2

### Patch Changes

- 7df841d: Removed all trailing space in prompt output and fixed various padding rendering bugs.
- 17d3650: Use a default import for picocolors to avoid run time errors in some environments.
- Updated dependencies [7df841d]
- @clack/[email protected]

## 1.0.0-alpha.1

### Minor Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/prompts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clack/prompts",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"type": "module",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand All @@ -21,7 +21,10 @@
"url": "https://github.com/bombshell-dev/clack/issues"
},
"homepage": "https://github.com/bombshell-dev/clack/tree/main/packages/prompts#readme",
"files": ["dist", "CHANGELOG.md"],
"files": [
"dist",
"CHANGELOG.md"
],
"author": {
"name": "Nate Moore",
"email": "[email protected]",
Expand Down