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 Jan 22, 2025
1 parent 4b8d474 commit f639d99
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-207.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/little-donkeys-rhyme.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tender-shirts-attend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tricky-gifts-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-pants-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-gifts-yawn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-wombats-flow.md

This file was deleted.

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

## 0.7.0

### Minor Changes

- 4b8d474: feat: webhook events
- 626f3c3: refactor: replace creating handle with new adapters

### Patch Changes

- 6d91c08: chore(deps): update dependency @types/bun to v1.1.18
- 137a2d9: chore: update dependencies
- e20d29c: fix: move base url option back
- c6c60a6: chore: remove beta tag for integrationTypes and contexts on commands
- d5d1488: fix: send allowedMentions to discord in correct format

## 0.6.1

### Patch 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.1",
"version": "0.7.0",
"type": "module",
"main": "./dist/src/index.js",
"repository": "github:buape/carbon",
Expand Down
12 changes: 12 additions & 0 deletions packages/create-carbon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# create-carbon

## 0.3.0

### Minor Changes

- 4b8d474: feat: webhook events
- 626f3c3: refactor: replace creating handle with new adapters

### Patch Changes

- 137a2d9: chore: update dependencies
- e20d29c: fix: move base url option back

## 0.2.1

### Patch 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.1",
"version": "0.3.0",
"type": "module",
"main": "./dist/src/index.js",
"scripts": {
Expand Down

0 comments on commit f639d99

Please sign in to comment.