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 9d371c3 commit 7db9d8c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-guests-sin.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.0.12

### Patch Changes

- 9d371c3: Fix rendering bug when using y/n to confirm

## 0.0.11

### 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.0.11",
"version": "0.0.12",
"type": "module",
"main": "./dist/index.js",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/prompts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @clack/prompts

## 0.0.8

### Patch Changes

- Updated dependencies [9d371c3]
- @clack/core@0.0.12

## 0.0.7

### 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.0.7",
"version": "0.0.8",
"type": "module",
"main": "./dist/index.js",
"exports": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"build:types": "tsc -p ."
},
"dependencies": {
"@clack/core": "workspace:^0.0.11",
"@clack/core": "workspace:^0.0.12",
"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 7db9d8c

Please sign in to comment.