Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Feb 13, 2023
1 parent fa09bf5 commit af4a668
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-parents-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-masks-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-elephants-film.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.1

### Patch Changes

- 4be7dbf: Ensure raw mode is unset on submit
- b480679: Preserve value if validation fails

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
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

## 0.1.1

### Patch Changes

- fa09bf5: Use circle for radio, square for checkbox
- Updated dependencies [4be7dbf]
- Updated dependencies [b480679]
- @clack/core@0.1.1

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"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.0",
"@clack/core": "workspace:^0.1.1",
"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 af4a668

Please sign in to comment.