Skip to content

Commit

Permalink
[ci] release (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpreston321 authored Aug 9, 2023
2 parents 6131328 + b9a96e8 commit e08e7b5
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-bikes-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-bugs-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-ravens-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-avocados-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-shrimps-report.md

This file was deleted.

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

## 0.3.3

### Patch Changes

- cd79076: fix: restore raw mode on unblock

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clack/core",
"version": "0.3.2",
"version": "0.3.3",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
14 changes: 14 additions & 0 deletions packages/prompts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @clack/prompts

## 0.7.0

### Minor Changes

- b27a701: add maxItems option to select prompt
- 89371be: added a new method called `spinner.message(msg: string)`

### Patch Changes

- 52183c4: Fix `spinner` conflict with terminal on error between `spinner.start()` and `spinner.stop()`
- ab51d29: Fixes cases where the note title length was miscalculated due to ansi characters
- Updated dependencies [cd79076]
- @clack/core@0.3.3

## 0.6.3

### Patch Changes
Expand Down
4 changes: 2 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": "0.6.3",
"version": "0.7.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -53,7 +53,7 @@
"prepack": "pnpm build"
},
"dependencies": {
"@clack/core": "^0.3.2",
"@clack/core": "^0.3.3",
"picocolors": "^1.0.0",
"sisteransi": "^1.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e08e7b5

Please sign in to comment.