Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Feb 16, 2023
1 parent d89e67a commit 22e151e
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-eagles-happen.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/little-papayas-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-snakes-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-badgers-hug.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @clack/core

## 0.1.4

### Patch Changes

- ca77da1: Fix multiselect initial value logic
- 8aed606: Fix `MaxListenersExceededWarning` by detaching `stdin` listeners on close

## 0.1.3

### 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.1.3",
"version": "0.1.4",
"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.3.0

### Minor Changes

- 493c592: Improve types for select/multiselect prompts. Numbers and booleans are now supported as the `value` option.
- 15558e3: Improved Windows/non-unicode support

### Patch Changes

- ca77da1: Fix multiselect initial value logic
- Updated dependencies [ca77da1]
- Updated dependencies [8aed606]
- @clack/core@0.1.4

## 0.2.2

### 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.2.2",
"version": "0.3.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -52,7 +52,7 @@
"prepack": "unbuild"
},
"dependencies": {
"@clack/core": "workspace:^0.1.3",
"@clack/core": "workspace:^0.1.4",
"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 22e151e

Please sign in to comment.