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 a0cb382 commit ab75db0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/popular-swans-laugh.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.10

### Patch Changes

- a0cb382: Add `main` entrypoint

## 0.0.9

### 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.9",
"version": "0.0.10",
"type": "module",
"main": "./dist/index.js",
"exports": {
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.0.3

### Patch Changes

- a0cb382: Add `main` entrypoint
- Updated dependencies [a0cb382]
- @clack/core@0.0.10

## 0.0.2

### 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.2",
"version": "0.0.3",
"type": "module",
"main": "./dist/index.js",
"exports": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"build:types": "tsc -p ."
},
"dependencies": {
"@clack/core": "workspace:^0.0.9",
"@clack/core": "workspace:^0.0.10",
"add": "^2.0.6",
"picocolors": "^1.0.0",
"sisteransi": "^1.0.5"
Expand Down

0 comments on commit ab75db0

Please sign in to comment.