Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Sep 3, 2024
1 parent ee8db77 commit a1ad01c
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 3 deletions.
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.1.3

### Patch Changes

- fix: use Request instead of IRequestStrict for Client#handle

## 0.1.2

### 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.1.2",
"version": "0.1.3",
"type": "module",
"main": "./dist/src/index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/linked-roles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @buape/carbon-linked-roles

## 0.1.3

### Patch Changes

- Updated dependencies
- @buape/carbon@0.1.3

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.2",
"version": "0.1.3",
"type": "module",
"main": "./dist/src/index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @buape/carbon-nodejs

## 0.1.3

### Patch Changes

- Updated dependencies
- @buape/carbon@0.1.3

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buape/carbon-nodejs",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"main": "./dist/src/index.js",
"scripts": {
Expand Down

0 comments on commit a1ad01c

Please sign in to comment.