Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Sep 2, 2024
1 parent d387db3 commit 1a00131
Show file tree
Hide file tree
Showing 7 changed files with 645 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
10 changes: 10 additions & 0 deletions .changeset/hungry-buckets-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@buape/carbon": minor
"@buape/carbon-linked-roles": minor
"@buape/carbon-nodejs": minor
"@buape/carbon-request": minor
---

Initial beta!

Featuring interactions, commands, messages, subcommands, options, linked roles, and more!
1 change: 1 addition & 0 deletions apps/cloudo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"type": "module",
"main": "./dist/src/index.js",
"private": true,
"scripts": {
"build": "wrangler deploy",
"dev": "wrangler deploy && wrangler tail"
Expand Down
1 change: 1 addition & 0 deletions apps/rocko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"type": "module",
"main": "./dist/src/index.js",
"private": "true",
"scripts": {
"build": "tsc",
"dev": "tsc-watch --onSuccess \"node .\"",
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
"private": true,
"scripts": {
"build": "turbo run build",
"changeset": "changeset add",
"ci": "pnpm build --filter !cloudo --filter !rocko --filter !website",
"cf": "pnpm build --filter @buape/carbon... && turbo run dev --filter cloudo",
"dev": "env-cmd -- turbo run dev --env-mode loose --filter !cloudo",
"generate": "turbo gen package",
"lint": "biome check . --write",
"preinstall": "npx only-allow pnpm",
"publish": "changeset version && pnpm run build && changeset publish",
"start": "turbo run start --filter !cloudo",
"test": "vitest",
"web": "pnpm run web:docs && turbo run web:dev",
Expand All @@ -21,6 +23,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/cli": "^2.27.7",
"@turbo/gen": "2.1.1",
"tsc-watch": "6.2.0",
"turbo": "2.1.1",
Expand Down
Loading

0 comments on commit 1a00131

Please sign in to comment.