Skip to content

Commit

Permalink
[ci] release (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored Feb 23, 2023
2 parents 0c4c54d + ffe11fc commit ab1c7f6
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-pots-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-lies-do.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.2.1

### Patch Changes

- ec812b6: fix `readline` hang on Windows

## 0.2.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.2.0",
"version": "0.2.1",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/prompts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @clack/prompts

## 0.5.1

### Patch Changes

- cc11917: Update default `password` mask
- Updated dependencies [ec812b6]
- @clack/core@0.2.1

## 0.5.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.5.0",
"version": "0.5.1",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -52,7 +52,7 @@
"build": "unbuild"
},
"dependencies": {
"@clack/core": "^0.2.0",
"@clack/core": "^0.2.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 ab1c7f6

Please sign in to comment.