Skip to content

Commit

Permalink
chore: update changelog and release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 23, 2024
1 parent c25cfac commit 6cbe552
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-tips-flash.md

This file was deleted.

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

## 0.5.1

### Patch Changes

- c25cfac: fix: make embed data not required to create embed class

## 0.5.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.5.0",
"version": "0.5.1",
"type": "module",
"main": "./dist/src/index.js",
"repository": "github:buape/carbon",
Expand Down
2 changes: 1 addition & 1 deletion packages/linked-roles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"license": "MIT",
"peerDependencies": {
"@buape/carbon": "workspace:^0.5.0"
"@buape/carbon": "workspace:^0.5.1"
},
"devDependencies": {
"@buape/carbon": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"path": "0.12.7"
},
"peerDependencies": {
"@buape/carbon": "workspace:^0.5.0"
"@buape/carbon": "workspace:^0.5.1"
},
"devDependencies": {
"@buape/carbon": "workspace:*"
Expand Down

0 comments on commit 6cbe552

Please sign in to comment.