Skip to content

Commit

Permalink
v0.1.0 release!
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Sep 2, 2024
1 parent 1a00131 commit 7e2549f
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/hungry-buckets-ring.md

This file was deleted.

1 change: 0 additions & 1 deletion apps/cloudo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "cloudo",
"version": "0.0.0",
"type": "module",
"main": "./dist/src/index.js",
"private": true,
Expand Down
1 change: 0 additions & 1 deletion apps/rocko/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "rocko",
"version": "0.0.0",
"type": "module",
"main": "./dist/src/index.js",
"private": "true",
Expand Down
14 changes: 14 additions & 0 deletions packages/carbon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @buape/carbon

## 0.1.0

### Minor Changes

- 1a00131: Initial beta!

Featuring interactions, commands, messages, subcommands, options, linked roles, and more!

### Patch Changes

- Updated dependencies [1a00131]
- @buape/carbon-request@0.1.0
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.0.0",
"version": "0.1.0",
"type": "module",
"main": "./dist/src/index.js",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions packages/linked-roles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @buape/carbon-linked-roles

## 0.1.0

### Minor Changes

- 1a00131: Initial beta!

Featuring interactions, commands, messages, subcommands, options, linked roles, and more!

### Patch Changes

- Updated dependencies [1a00131]
- @buape/carbon@0.1.0
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.0.0",
"version": "0.1.0",
"type": "module",
"main": "./dist/src/index.js",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions packages/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @buape/carbon-nodejs

## 0.1.0

### Minor Changes

- 1a00131: Initial beta!

Featuring interactions, commands, messages, subcommands, options, linked roles, and more!

### Patch Changes

- Updated dependencies [1a00131]
- @buape/carbon@0.1.0
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.0.0",
"version": "0.1.0",
"type": "module",
"main": "./dist/src/index.js",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/request/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @buape/carbon-request

## 0.1.0

### Minor Changes

- 1a00131: Initial beta!

Featuring interactions, commands, messages, subcommands, options, linked roles, and more!
2 changes: 1 addition & 1 deletion packages/request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buape/carbon-request",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"main": "./dist/src/index.js",
"scripts": {
Expand Down

0 comments on commit 7e2549f

Please sign in to comment.