Skip to content

Commit

Permalink
Merge pull request #6 from natemoo-re/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
natemoo-re authored Feb 12, 2023
2 parents a4b5e13 + 6113516 commit 8857aa8
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-ghosts-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-experts-help.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.8

### Patch Changes

- a4b5e13: Bug fixes, exposes `block` utility

## 0.0.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.0.7",
"version": "0.0.8",
"type": "module",
"exports": {
".": {
Expand Down
9 changes: 9 additions & 0 deletions packages/prompts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @clack/prompts

## 0.0.1

### Patch Changes

- a4b5e13: Initial release
- Updated dependencies [a4b5e13]
- @clack/core@0.0.8
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.0",
"version": "0.0.1",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"build:types": "tsc -p ."
},
"dependencies": {
"@clack/core": "workspace:^0.0.7",
"@clack/core": "workspace:^0.0.8",
"add": "^2.0.6",
"picocolors": "^1.0.0",
"sisteransi": "^1.0.5"
Expand Down

0 comments on commit 8857aa8

Please sign in to comment.