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 24, 2024
1 parent 049ed76 commit 6d17cac
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-tips-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-spiders-grin.md

This file was deleted.

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

## 0.6.0

### Minor Changes

- 6ab721f: refactor: move linked roles to core package

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

## 0.1.2

### Patch Changes

- Updated dependencies [c25cfac]
- Updated dependencies [6ab721f]
- @buape/carbon@0.6.0
- @buape/carbon-nodejs@1.0.0

## 0.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/create-carbon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-carbon",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"main": "./dist/src/index.js",
"scripts": {
Expand All @@ -15,8 +15,8 @@
"LICENSE"
],
"dependencies": {
"@buape/carbon": "workspace:^0.5.0",
"@buape/carbon-nodejs": "workspace:^0.2.2",
"@buape/carbon": "workspace:^0.6.0",
"@buape/carbon-nodejs": "workspace:^1.0.0",
"@clack/prompts": "0.7.0",
"yocto-spinner": "^0.1.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @buape/carbon-nodejs

## 1.0.0

### Patch Changes

- Updated dependencies [c25cfac]
- Updated dependencies [6ab721f]
- @buape/carbon@0.6.0

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buape/carbon-nodejs",
"version": "0.2.2",
"version": "1.0.0",
"type": "module",
"main": "./dist/src/index.js",
"repository": "github:buape/carbon",
Expand All @@ -16,7 +16,7 @@
"path": "0.12.7"
},
"peerDependencies": {
"@buape/carbon": "workspace:^0.5.0"
"@buape/carbon": "workspace:^0.6.0"
},
"devDependencies": {
"@buape/carbon": "workspace:*"
Expand Down

0 comments on commit 6d17cac

Please sign in to comment.