Skip to content

Commit

Permalink
Version Packages (#77)
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] authored Sep 11, 2024
1 parent 09e9940 commit a17666c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/popular-doors-sneeze.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.4.1

### Patch Changes

- 5fdd006: fix: `ModalHandler` not awaiting modal run

## 0.4.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.4.0",
"version": "0.4.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.4.0"
"@buape/carbon": "workspace:^0.4.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.4.0"
"@buape/carbon": "workspace:^0.4.1"
},
"devDependencies": {
"@buape/carbon": "workspace:*"
Expand Down

0 comments on commit a17666c

Please sign in to comment.