Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 13, 2023
1 parent 73f8046 commit 74e2f58
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-brooms-admire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mean-books-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-oranges-march.md

This file was deleted.

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

## 0.0.11

### Patch Changes

- 441d5b7: fix select return undefined
- d20ef2a: Update keywords, URLs
- fe13c2f: fix cursor missing after submit

## 0.0.10

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

## 0.0.6

### Patch Changes

- d20ef2a: Update keywords, URLs
- Updated dependencies [441d5b7]
- Updated dependencies [d20ef2a]
- Updated dependencies [fe13c2f]
- @clack/core@0.0.11

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.10",
"@clack/core": "workspace:^0.0.11",
"picocolors": "^1.0.0",
"sisteransi": "^1.0.5"
},
Expand Down

0 comments on commit 74e2f58

Please sign in to comment.