mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix: switch back to changeset
auto + lerna sucks
This commit is contained in:
47
.autorc
47
.autorc
@@ -1,47 +0,0 @@
|
||||
{
|
||||
"plugins": [
|
||||
[
|
||||
"npm",
|
||||
{
|
||||
"forcePublish": false,
|
||||
"subPackageChangelogs": true,
|
||||
"exact": true,
|
||||
"monorepoChangelog": true,
|
||||
"setRcToken": false
|
||||
}
|
||||
],
|
||||
"all-contributors",
|
||||
"conventional-commits",
|
||||
"first-time-contributor",
|
||||
"released"
|
||||
],
|
||||
"author": "Aman Varshney <amanvarshney.work@gmail.com>",
|
||||
"repo": "AmanVarshney01/create-better-t-stack",
|
||||
"name": "Aman Varshney",
|
||||
"email": "amanvarshney.work@gmail.com",
|
||||
"baseBranch": "main",
|
||||
"prereleaseBranches": ["next"],
|
||||
"next": {
|
||||
"message": "🎉 This PR is included in version %NEXT_PATCH_VERSION% of this package. The release is available on [npm](https://www.npmjs.com/package/create-better-t-stack)!"
|
||||
},
|
||||
"canary": {
|
||||
"target": "pr-body",
|
||||
"message": "🚀 Canary version published: `npm install -g create-better-t-stack@%v`",
|
||||
"force": false
|
||||
},
|
||||
"labels": [
|
||||
{
|
||||
"name": "skip-release",
|
||||
"changelogTitle": "⚠️ Pushed to `main`",
|
||||
"description": "Skip a release and only update the changelog",
|
||||
"releaseType": "skip"
|
||||
},
|
||||
{
|
||||
"name": "cli",
|
||||
"changelogTitle": "🛠️ CLI Changes",
|
||||
"description": "Changes to the CLI tool",
|
||||
"releaseType": "patch",
|
||||
"color": "#0366d6"
|
||||
}
|
||||
]
|
||||
}
|
||||
8
.changeset/README.md
Normal file
8
.changeset/README.md
Normal file
@@ -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
.changeset/config.json
Normal file
11
.changeset/config.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json",
|
||||
"changelog": "@changesets/cli/changelog",
|
||||
"commit": false,
|
||||
"fixed": [],
|
||||
"linked": [],
|
||||
"access": "public",
|
||||
"baseBranch": "main",
|
||||
"updateInternalDependencies": "patch",
|
||||
"ignore": ["@better-t-stack/backend", "web"]
|
||||
}
|
||||
5
.changeset/lemon-bears-flash.md
Normal file
5
.changeset/lemon-bears-flash.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"create-better-t-stack": patch
|
||||
---
|
||||
|
||||
nothing here
|
||||
2
.github/workflows/preview.yaml
vendored
2
.github/workflows/preview.yaml
vendored
@@ -27,4 +27,4 @@ jobs:
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
- name: Publish Preview Package
|
||||
run: bunx pkg-pr-new publish './apps/cli' --bin
|
||||
run: bunx pkg-pr-new publish './apps/cli' --bin
|
||||
31
.github/workflows/release.yaml
vendored
31
.github/workflows/release.yaml
vendored
@@ -4,20 +4,23 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
- beta
|
||||
paths:
|
||||
- "apps/cli/**"
|
||||
- ".changeset/**"
|
||||
- "package.json"
|
||||
- "bun.lock"
|
||||
|
||||
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
if: >-
|
||||
!contains(github.event.head_commit.message, 'ci skip') &&
|
||||
!contains(github.event.head_commit.message, 'skip ci')
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Prepare repository
|
||||
run: git fetch --unshallow --tags
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
@@ -27,14 +30,14 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
- name: Build CLI
|
||||
run: bun run build:cli
|
||||
|
||||
- name: Create Release
|
||||
- name: Create Release Pull Request or Publish
|
||||
id: changesets
|
||||
uses: changesets/action@v1
|
||||
with:
|
||||
publish: bun run publish-packages
|
||||
env:
|
||||
BTS_TELEMETRY: 1
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
BTS_TELEMETRY: 1
|
||||
POSTHOG_API_KEY: ${{ secrets.POSTHOG_API_KEY }}
|
||||
POSTHOG_HOST: ${{ secrets.POSTHOG_HOST }}
|
||||
run: bun auto shipit
|
||||
POSTHOG_HOST: ${{ secrets.POSTHOG_HOST }}
|
||||
128
CHANGELOG.md
128
CHANGELOG.md
@@ -1,128 +0,0 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.33.6](https://github.com/AmanVarshney01/create-better-t-stack/compare/v2.33.5...v2.33.6) (2025-08-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove forced none webdeploy when convex ([ac1067a](https://github.com/AmanVarshney01/create-better-t-stack/commit/ac1067ab231fa452bd85bf8ce51bb2edc7746199))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 2.33.5 (2025-08-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* backend none templates ([#241](https://github.com/AmanVarshney01/create-better-t-stack/issues/241)) ([8209713](https://github.com/AmanVarshney01/create-better-t-stack/commit/8209713bd644a812cfd2f9fa81adc5da97ab13cc))
|
||||
* center in stack builder ([#162](https://github.com/AmanVarshney01/create-better-t-stack/issues/162)) ([bf7f04e](https://github.com/AmanVarshney01/create-better-t-stack/commit/bf7f04ec38898b660e4a8eafef4d1c5379449bda))
|
||||
* **cli:** add --no-git option to fumadocs setup command ([7d76289](https://github.com/AmanVarshney01/create-better-t-stack/commit/7d76289db791aef7c6d31a1f9f598dddc0db7490))
|
||||
* **cli:** add @types/node when workers runtime ([a0c6acb](https://github.com/AmanVarshney01/create-better-t-stack/commit/a0c6acbc608ab3613db5a6e7dafb7cabd22365bf))
|
||||
* **cli:** Add conditional rendering for private data based on API type ([5ab503a](https://github.com/AmanVarshney01/create-better-t-stack/commit/5ab503a814019828ba6d1ebd0c9817177e4fbfa9))
|
||||
* **cli:** add missing wrangler.jsonc file ignore to biome.json.hbs ([#492](https://github.com/AmanVarshney01/create-better-t-stack/issues/492)) ([5b2827e](https://github.com/AmanVarshney01/create-better-t-stack/commit/5b2827ef123bb9dbd45135a19d3e1dc91406823a))
|
||||
* **cli:** add react deps in next backend ([a4209b7](https://github.com/AmanVarshney01/create-better-t-stack/commit/a4209b7a5352d57be9ff55a73ec5bc04dfd25f5c))
|
||||
* **cli:** comment isolated linker in bunfig.toml when native-nativewind ([ad1d28f](https://github.com/AmanVarshney01/create-better-t-stack/commit/ad1d28ff287262b378d5bbeb81f8cba90489ce37))
|
||||
* **cli:** fix nuxt template issues with bun ([53985fe](https://github.com/AmanVarshney01/create-better-t-stack/commit/53985feabb66cf9b0acd240f8a55d74849e102da))
|
||||
* **cli:** fix telemetry ([901e1ff](https://github.com/AmanVarshney01/create-better-t-stack/commit/901e1fffd91490689126eb0112b9930c382f9f61))
|
||||
* **cli:** remove telemetry console logs ([71e5850](https://github.com/AmanVarshney01/create-better-t-stack/commit/71e585040265cc9e0c0bf5842a023e580ad95b1f))
|
||||
* **cli:** remove unwanted orm directories ([78fe4b7](https://github.com/AmanVarshney01/create-better-t-stack/commit/78fe4b76b7a926eb6b6b0350755312d96fe60583))
|
||||
* **cli:** ruler template path ([a231a81](https://github.com/AmanVarshney01/create-better-t-stack/commit/a231a8183903d93f8f41b3e1484601d0ee4cc385))
|
||||
* **cli:** start script paths in Bun and Node runtime setup ([b47671c](https://github.com/AmanVarshney01/create-better-t-stack/commit/b47671c24d8cae51de12b5334c519238dde62d77))
|
||||
* **cli:** Update Nuxt template dependencies and add TailwindCSS ([17389ac](https://github.com/AmanVarshney01/create-better-t-stack/commit/17389ac381a6c76baa668920e3883e0a77c1b5f1))
|
||||
* correct api key and new domain ([#330](https://github.com/AmanVarshney01/create-better-t-stack/issues/330)) ([cce7f54](https://github.com/AmanVarshney01/create-better-t-stack/commit/cce7f54d53cf7330d128af3ede26bda70304561a))
|
||||
* dependency installation output flow ([f73c7d2](https://github.com/AmanVarshney01/create-better-t-stack/commit/f73c7d2064505db93b9e0cd86bc2b0a5633e9e90))
|
||||
* downgrade cringe biome ([6a43a4f](https://github.com/AmanVarshney01/create-better-t-stack/commit/6a43a4f1619ec61e0833c2554a66cd1471ecbbde))
|
||||
* enforce Convex backend when --api none is specified ([920a8f0](https://github.com/AmanVarshney01/create-better-t-stack/commit/920a8f01ca03cd72a04f17d6807a80ea99989266))
|
||||
* ensure .npmrc is included and copied for native setup ([ea79154](https://github.com/AmanVarshney01/create-better-t-stack/commit/ea79154ae9cf3aa845a06fedb00d22b457432027))
|
||||
* navbar icon alignment ([#110](https://github.com/AmanVarshney01/create-better-t-stack/issues/110)) ([ccc3ff2](https://github.com/AmanVarshney01/create-better-t-stack/commit/ccc3ff2aa5646838d1fd06760b3262a164f63563))
|
||||
* **post-installation:** use selected package manager ([#342](https://github.com/AmanVarshney01/create-better-t-stack/issues/342)) ([3fbd751](https://github.com/AmanVarshney01/create-better-t-stack/commit/3fbd751ceb2bc0e09a3164c9416409505517da80))
|
||||
* remove unneeded todo schema at auth.ts from drizzle-sqlite template ([#114](https://github.com/AmanVarshney01/create-better-t-stack/issues/114)) ([6b2cde8](https://github.com/AmanVarshney01/create-better-t-stack/commit/6b2cde803017202624cb0971e0e9ec9f97d8aca0))
|
||||
* show proper error messages on auth failure in Next.js frontend ([#445](https://github.com/AmanVarshney01/create-better-t-stack/issues/445)) ([2ad89b7](https://github.com/AmanVarshney01/create-better-t-stack/commit/2ad89b72b5798219dd53e79eacc7a9dc92a5e41b))
|
||||
* **templates:** password must be at least 8 characters ([#190](https://github.com/AmanVarshney01/create-better-t-stack/issues/190)) ([f1ce6b4](https://github.com/AmanVarshney01/create-better-t-stack/commit/f1ce6b4c09cf7dd272257f91d3eb3c555888befb))
|
||||
* **todos:** trpc v11 ([#93](https://github.com/AmanVarshney01/create-better-t-stack/issues/93)) ([a69ff19](https://github.com/AmanVarshney01/create-better-t-stack/commit/a69ff19a7eac3b077368879d681cdd36268febcc))
|
||||
* use npx degit for template cloning ([78340fc](https://github.com/AmanVarshney01/create-better-t-stack/commit/78340fca07c18ceefe9cac5bf6aa5bb293741248))
|
||||
* web-deploy validation to check for frontend flag ([5fec00a](https://github.com/AmanVarshney01/create-better-t-stack/commit/5fec00a48f31501b9c7bea0e6ad205c6eaa83c31))
|
||||
* **web:** consistent analytics data ([83025c7](https://github.com/AmanVarshney01/create-better-t-stack/commit/83025c701774b72814f6c1c0ca57a0d0c4b13724))
|
||||
* **web:** downgrade recharts ([7143c2a](https://github.com/AmanVarshney01/create-better-t-stack/commit/7143c2a2f1591465b4761c09d6fc77d059fa8377))
|
||||
* **web:** footer overflow ([bd54f01](https://github.com/AmanVarshney01/create-better-t-stack/commit/bd54f01ac161b4cc7fdc964c77a1c74555438df9))
|
||||
* **web:** improve builder responsiveness and add npm icon ([1aa1525](https://github.com/AmanVarshney01/create-better-t-stack/commit/1aa1525dc0c71e4a07a7f90db7105dc09fc92c16))
|
||||
* **web:** miscellaneous improvements ([#416](https://github.com/AmanVarshney01/create-better-t-stack/issues/416)) ([2543c53](https://github.com/AmanVarshney01/create-better-t-stack/commit/2543c5317b21c8e18082e1e7225d3df77c00cc83))
|
||||
* **web:** navbar responsiveness ([b3b3d86](https://github.com/AmanVarshney01/create-better-t-stack/commit/b3b3d865020b3f55183b775d3d36039c6a324fe5))
|
||||
* **web:** remove LLM page actions and related routes ([ec808ff](https://github.com/AmanVarshney01/create-better-t-stack/commit/ec808ff959e58dd3f6315e4f921088d515b877b4))
|
||||
* **web:** testimonials responsiveness and add more testimonials ([81975cf](https://github.com/AmanVarshney01/create-better-t-stack/commit/81975cfef420c6dabf32d7d3b43ea865240d99b8))
|
||||
* **web:** update layout width ([fcbdd0d](https://github.com/AmanVarshney01/create-better-t-stack/commit/fcbdd0d955e94baf7476956dae3f652ddfd553e9))
|
||||
* **web:** update Next.js description for clarity ([f90292d](https://github.com/AmanVarshney01/create-better-t-stack/commit/f90292d99c7efaea41c2a889cc4fc5c973a5f810))
|
||||
* **web:** YouTube embedId by removing timestamp parameter ([4616d94](https://github.com/AmanVarshney01/create-better-t-stack/commit/4616d9465938e92e033abf65a793ebb73b64bea6))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add @better-t-stack/types package ([19b625c](https://github.com/AmanVarshney01/create-better-t-stack/commit/19b625c5c71914f6c46f681ed51d8fefaefcf191))
|
||||
* add ai chat example and update flags structure ([a6ac5dc](https://github.com/AmanVarshney01/create-better-t-stack/commit/a6ac5dc86c758435a42490912719715f97f888ad))
|
||||
* add authentication in native ([81dc240](https://github.com/AmanVarshney01/create-better-t-stack/commit/81dc240e7bc5febbf13f8073f6f06bbc81be4cdc))
|
||||
* add command ([#337](https://github.com/AmanVarshney01/create-better-t-stack/issues/337)) ([9c7a0f0](https://github.com/AmanVarshney01/create-better-t-stack/commit/9c7a0f0110ab811b11112e5be8de765fb60d4162))
|
||||
* add Ctrl+C interrupt handling ([cc8850d](https://github.com/AmanVarshney01/create-better-t-stack/commit/cc8850d7c2340d1decabe3bd4d3d98ec2e14509d))
|
||||
* Add gl1.chat to showcase and update details ([#329](https://github.com/AmanVarshney01/create-better-t-stack/issues/329)) ([0d7aa43](https://github.com/AmanVarshney01/create-better-t-stack/commit/0d7aa433d1c9d295d2fba04995d0932a8047700d))
|
||||
* add mysql database ([c9b7e25](https://github.com/AmanVarshney01/create-better-t-stack/commit/c9b7e25e1d6f572b5abc72229e21a53a17163461))
|
||||
* add package manager selection and configuration ([4659db9](https://github.com/AmanVarshney01/create-better-t-stack/commit/4659db93f8adbdc3976b5929e1f039d393c115c4))
|
||||
* add project name validation ([ecd7db9](https://github.com/AmanVarshney01/create-better-t-stack/commit/ecd7db9e488f27ae5f9e5ae5894b00f9ca50764f))
|
||||
* add screenshothis to showcase ([#353](https://github.com/AmanVarshney01/create-better-t-stack/issues/353)) ([e29f344](https://github.com/AmanVarshney01/create-better-t-stack/commit/e29f344e7e652d97ee7d445bf772e3352ceddf78))
|
||||
* Auto-generate .env.example files with empty values ([1cc9d81](https://github.com/AmanVarshney01/create-better-t-stack/commit/1cc9d819449ca83bacd375167bf729738ae512a2))
|
||||
* **cli:** add disable analytics option ([#496](https://github.com/AmanVarshney01/create-better-t-stack/issues/496)) ([3c00c54](https://github.com/AmanVarshney01/create-better-t-stack/commit/3c00c5453f16ed37f5031fe1ef6355092160a4d5))
|
||||
* **cli:** add nuxt + convex support ([#458](https://github.com/AmanVarshney01/create-better-t-stack/issues/458)) ([430fa41](https://github.com/AmanVarshney01/create-better-t-stack/commit/430fa41abdbd307cf5f7c407280def7a943a9792))
|
||||
* **cli:** add prisma create-db setup ([#419](https://github.com/AmanVarshney01/create-better-t-stack/issues/419)) ([0c26578](https://github.com/AmanVarshney01/create-better-t-stack/commit/0c26578e8e9a10cc8e6224c3d1a79ad4c3d1eb30))
|
||||
* **cli:** add programmatic api ([#494](https://github.com/AmanVarshney01/create-better-t-stack/issues/494)) ([aecde5a](https://github.com/AmanVarshney01/create-better-t-stack/commit/aecde5a54ec545fe4c7f67716298b128c610eb5f))
|
||||
* **cli:** add reproducible command output and flag support ([b56096f](https://github.com/AmanVarshney01/create-better-t-stack/commit/b56096f36a71f53b43ca86b8c592736132540fa5))
|
||||
* **cli:** add ultracite, oxlint, fumadocs addons ([#427](https://github.com/AmanVarshney01/create-better-t-stack/issues/427)) ([216c242](https://github.com/AmanVarshney01/create-better-t-stack/commit/216c242f7d78f394b1b24a23825823e18d0cc341))
|
||||
* **cli:** add vibe rules addon ([#481](https://github.com/AmanVarshney01/create-better-t-stack/issues/481)) ([6cf476a](https://github.com/AmanVarshney01/create-better-t-stack/commit/6cf476a21e6cd6b3ae424bfc1b5b0c5f72268681))
|
||||
* **cli:** allow disable telemetry ([65c29c2](https://github.com/AmanVarshney01/create-better-t-stack/commit/65c29c26c52b575f6ddeb8d94162f499ef5d03d5))
|
||||
* **cli:** display pre-selected flags before prompts ([0983fc1](https://github.com/AmanVarshney01/create-better-t-stack/commit/0983fc1746cea5553d3587e9af5750abca8dda48))
|
||||
* **cli:** migrate vibe-rules to ruler ([#503](https://github.com/AmanVarshney01/create-better-t-stack/issues/503)) ([94dcd82](https://github.com/AmanVarshney01/create-better-t-stack/commit/94dcd82afd079a5290c37ebc6305e64223d5ecdc))
|
||||
* **cli:** upgrade to ai sdk v5 ([#487](https://github.com/AmanVarshney01/create-better-t-stack/issues/487)) ([f412d8f](https://github.com/AmanVarshney01/create-better-t-stack/commit/f412d8f0c70b7416c27a69fcbd97c046fdff6a4e))
|
||||
* **cli:** Upgrade to Prisma 6.13.0 ([#431](https://github.com/AmanVarshney01/create-better-t-stack/issues/431)) ([16c4d42](https://github.com/AmanVarshney01/create-better-t-stack/commit/16c4d423dd20c9a7e86ecd94ffeb003c5e152aaf))
|
||||
* enhance responsiveness and styling across components ([8c6b937](https://github.com/AmanVarshney01/create-better-t-stack/commit/8c6b937d500d0c9b7241b9108e5a3b631af609b3))
|
||||
* **env-setup:** use a local file as default in sqlite ([#124](https://github.com/AmanVarshney01/create-better-t-stack/issues/124)) ([33a43fc](https://github.com/AmanVarshney01/create-better-t-stack/commit/33a43fcf1400d39d512751ddc6a7a9084b788f92))
|
||||
* migrate icons to r2 and optimize rendering ([f650774](https://github.com/AmanVarshney01/create-better-t-stack/commit/f6507740420ccdc744898548fc7fa037adcf93ef))
|
||||
* **web:** add Footer component to Analytics and Showcase pages ([4b504cd](https://github.com/AmanVarshney01/create-better-t-stack/commit/4b504cd4622f1785baa8244070fbe2800a19b009))
|
||||
* **web:** add llms.txt ([1f36e9e](https://github.com/AmanVarshney01/create-better-t-stack/commit/1f36e9effcfb09f846703fe83ff886b1d056e844))
|
||||
* **web:** add not found page ([bf42b60](https://github.com/AmanVarshney01/create-better-t-stack/commit/bf42b60a0496b05fd83cb56cc034a541c9897462))
|
||||
* **web:** Add past sponsors section with toggle visibility ([41759c0](https://github.com/AmanVarshney01/create-better-t-stack/commit/41759c01aeff42a7f5739b17a45953f9ba986bb0))
|
||||
* **web:** add special sponsors docs sidebar ([12cbbe5](https://github.com/AmanVarshney01/create-better-t-stack/commit/12cbbe560a66c80e24d21485784691d9015edf11))
|
||||
* **web:** add video testimonials section ([b043ff5](https://github.com/AmanVarshney01/create-better-t-stack/commit/b043ff5b076877ce7b60312ad07d19cf9f66b533))
|
||||
* **web:** configure incremental cache and enable cache interception ([4fee36a](https://github.com/AmanVarshney01/create-better-t-stack/commit/4fee36a0204e165525a34f51a0c5255e8bcd4432))
|
||||
* **web:** design overhaul ([87d4362](https://github.com/AmanVarshney01/create-better-t-stack/commit/87d4362c6da61aac81e91436f20dc523488d937b))
|
||||
* **web:** improve docs and refactor cli ([#476](https://github.com/AmanVarshney01/create-better-t-stack/issues/476)) ([51cfb35](https://github.com/AmanVarshney01/create-better-t-stack/commit/51cfb359123b1269be08147be96661d73e47d844))
|
||||
* **web:** improve sponsors section, add special sponsor highlighting, update README, add X icon ([#426](https://github.com/AmanVarshney01/create-better-t-stack/issues/426)) ([16518cc](https://github.com/AmanVarshney01/create-better-t-stack/commit/16518cc44975068e407721be55d342de095b4e8d))
|
||||
* **web:** llms.txt, convex live stats, switch to vercel and improved ui ([#460](https://github.com/AmanVarshney01/create-better-t-stack/issues/460)) ([fef7f6b](https://github.com/AmanVarshney01/create-better-t-stack/commit/fef7f6b5e2919954504ed9ef8af83116a9f01a3b))
|
||||
* **web:** migrate from pages to workers and add posthog analytics ([864e863](https://github.com/AmanVarshney01/create-better-t-stack/commit/864e863656a30f46f4f93c6c7775df498de2f433))
|
||||
|
||||
|
||||
### Reverts
|
||||
|
||||
* Revert "chore(web): test" ([13e7d3a](https://github.com/AmanVarshney01/create-better-t-stack/commit/13e7d3a9ee6a3adabe6675828b048bff3cce9089))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# v2.33.5 (Fri Aug 15 2025)
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- `create-better-t-stack`
|
||||
- chore: change ruler hint [#509](https://github.com/AmanVarshney01/create-better-t-stack/pull/509) ([@AmanVarshney01](https://github.com/AmanVarshney01))
|
||||
- chore: migrate to auto for versioning [#509](https://github.com/AmanVarshney01/create-better-t-stack/pull/509) ([@AmanVarshney01](https://github.com/AmanVarshney01))
|
||||
|
||||
#### ⚠️ Pushed to `main`
|
||||
|
||||
- `create-better-t-stack`
|
||||
- chore(cli): add vitest ui for tests ([@AmanVarshney01](https://github.com/AmanVarshney01))
|
||||
|
||||
#### Authors: 1
|
||||
|
||||
- Aman Varshney ([@AmanVarshney01](https://github.com/AmanVarshney01))
|
||||
@@ -53,7 +53,8 @@
|
||||
"check-types": "tsc --noEmit",
|
||||
"check": "biome check --write .",
|
||||
"test": "bun run build && vitest --ui",
|
||||
"test:with-build": "bun run build && WITH_BUILD=1 vitest --ui"
|
||||
"test:with-build": "bun run build && WITH_BUILD=1 vitest --ui",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
|
||||
17
lerna.json
17
lerna.json
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"version": "independent",
|
||||
"npmClient": "bun",
|
||||
"command": {
|
||||
"publish": {
|
||||
"verifyAccess": false,
|
||||
"message": "chore(release): publish"
|
||||
},
|
||||
"version": {
|
||||
"message": "chore(release): version"
|
||||
}
|
||||
},
|
||||
"packages": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
]
|
||||
}
|
||||
20
package.json
20
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "better-t-stack",
|
||||
"version": "2.33.4",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "turbo build",
|
||||
@@ -13,27 +13,17 @@
|
||||
"lint": "turbo lint",
|
||||
"check": "turbo check",
|
||||
"format": "biome check --write .",
|
||||
"publish-packages": "turbo run build --filter=create-better-t-stack && changeset publish",
|
||||
"deploy:convex": "turbo run --filter=@better-t-stack/backend deploy",
|
||||
"deploy:web": "bun run --filter=web deploy",
|
||||
"generate": "bun run --filter=web generate-analytics && bun run --filter=web generate-schema",
|
||||
"deploy": "bun run deploy:web",
|
||||
"release": "auto shipit",
|
||||
"version": "auto version",
|
||||
"changelog": "auto changelog",
|
||||
"publish": "auto shipit --dry-run",
|
||||
"lerna:version": "lerna version --no-push",
|
||||
"lerna:publish": "lerna publish from-package"
|
||||
"deploy": "bun run deploy:web"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@auto-it/all-contributors": "^11.3.0",
|
||||
"@auto-it/conventional-commits": "^11.3.0",
|
||||
"@auto-it/first-time-contributor": "^11.3.0",
|
||||
"@auto-it/released": "^11.3.0",
|
||||
"@changesets/cli": "^2.29.5",
|
||||
"@biomejs/biome": "2.1.2",
|
||||
"auto": "^11.3.0",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^16.1.2",
|
||||
"lerna": "^8.2.3",
|
||||
"turbo": "^2.5.5",
|
||||
"typescript": "5.8.3"
|
||||
},
|
||||
@@ -50,7 +40,5 @@
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
],
|
||||
"repository": "AmanVarshney01/create-better-t-stack",
|
||||
"author": "Aman Varshney <amanvarshney.work@gmail.com>",
|
||||
"dependencies": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user