Skip to content

Commit

Permalink
chore: update changelog and release (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
buapebot and github-actions[bot] committed Sep 12, 2024
1 parent 89a4fbd commit 9e55fb7
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/wet-horses-wink.md

This file was deleted.

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

## 0.4.2

### Patch Changes

- 6b73575: chore: readme cleanups
- Updated dependencies [6b73575]
- @buape/carbon-request@0.1.1

## 0.4.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.4.1",
"version": "0.4.2",
"type": "module",
"main": "./dist/src/index.js",
"repository": "github:buape/carbon",
Expand Down
8 changes: 8 additions & 0 deletions packages/linked-roles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @buape/carbon-linked-roles

## 0.2.1

### Patch Changes

- 6b73575: chore: readme cleanups
- Updated dependencies [6b73575]
- @buape/carbon@0.4.2

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/linked-roles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buape/carbon-linked-roles",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"main": "./dist/src/index.js",
"repository": "github:buape/carbon",
Expand All @@ -11,7 +11,7 @@
},
"license": "MIT",
"peerDependencies": {
"@buape/carbon": "workspace:^0.4.1"
"@buape/carbon": "workspace:^0.4.2"
},
"devDependencies": {
"@buape/carbon": "workspace:*"
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

## 0.2.1

### Patch Changes

- 6b73575: chore: readme cleanups
- Updated dependencies [6b73575]
- @buape/carbon@0.4.2

## 0.2.0

### Minor 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.0",
"version": "0.2.1",
"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.4.1"
"@buape/carbon": "workspace:^0.4.2"
},
"devDependencies": {
"@buape/carbon": "workspace:*"
Expand Down
6 changes: 6 additions & 0 deletions packages/request/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @buape/carbon-request

## 0.1.1

### Patch Changes

- 6b73575: chore: readme cleanups

## 0.1.0

### Minor Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buape/carbon-request",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "./dist/src/index.js",
"repository": "github:buape/carbon",
Expand All @@ -14,5 +14,8 @@
"engines": {
"node": ">=18"
},
"files": ["dist", "LICENSE"]
"files": [
"dist",
"LICENSE"
]
}

0 comments on commit 9e55fb7

Please sign in to comment.