Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and natemoo-re committed Feb 21, 2023
1 parent 623a322 commit be5d56f
Show file tree
Hide file tree
Showing 6 changed files with 684 additions and 1,892 deletions.
8 changes: 0 additions & 8 deletions .changeset/tough-plums-greet.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.1.8

### Patch Changes

- d96071c: Don't mutate `initialValue` in `multiselect`, fix parameter type for `validate()`.

Credits to @banjo for the bug report and initial PR!

## 0.1.7

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

## 0.4.4

### Patch Changes

- d96071c: Don't mutate `initialValue` in `multiselect`, fix parameter type for `validate()`.

Credits to @banjo for the bug report and initial PR!

- Updated dependencies [d96071c]
- @clack/core@0.1.8

## 0.4.3

### 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.4.3",
"version": "0.4.4",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -52,7 +52,7 @@
"build": "unbuild"
},
"dependencies": {
"@clack/core": "^0.1.6",
"@clack/core": "^0.1.8",
"picocolors": "^1.0.0",
"sisteransi": "^1.0.5"
},
Expand Down
Loading

0 comments on commit be5d56f

Please sign in to comment.