Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Oct 23, 2024
1 parent 0046f16 commit 3a93a39
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/quick-spoons-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-cougars-refuse.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/carbon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @buape/carbon

## 0.6.1

### Patch Changes

- fix: invalid url for hono server
- 5d43f99: refactor: change env vars and options requirements

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/carbon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buape/carbon",
"version": "0.6.0",
"version": "0.6.1",
"type": "module",
"main": "./dist/src/index.js",
"repository": "github:buape/carbon",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-carbon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-carbon

## 0.2.1

### Patch Changes

- 5d43f99: fix: trying to use `__dirname` in es module

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-carbon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-carbon",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"main": "./dist/src/index.js",
"scripts": {
Expand Down

0 comments on commit 3a93a39

Please sign in to comment.