Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/config.json

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/release.yml

This file was deleted.

3 changes: 1 addition & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lives in `packages/*` (`ui`, `api-contracts`, `utils`, `config`).
| Unit tests | Jest 29 (`jest-expo` for anything that renders) |
| Web E2E | Playwright · **Mobile E2E** Maestro |
| Lint | ESLint 10 flat config, shared from `packages/config` |
| Releases | Changesets, Conventional Commits via commitlint + Husky |
| Commits | Conventional Commits via commitlint + Husky |

---

Expand All @@ -44,7 +44,6 @@ lives in `packages/*` (`ui`, `api-contracts`, `utils`, `config`).
done. For anything touching the app shell, styling or Metro config, also run
`pnpm build` — the gates do not exercise the bundler.
- Follow Conventional Commits — e.g. `fix(api): ...`, `feat(ui): ...`.
- Add a changeset (`pnpm changeset`) for any user-facing or package-level change.
- Styling is NativeWind — keep styles in `className`, not `StyleSheet`, unless a
case genuinely needs it.

Expand Down
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ type-safe API. Use this as a GitHub template for new projects.
| E2E (web) | Playwright |
| E2E (mobile) | Maestro |
| CI | GitHub Actions + Turborepo remote caching |
| Versioning | Changesets (per-package changelogs, no npm publish) |
| Deploy | EAS (mobile), Vercel/EAS Hosting (web) |

Suggested next adds (not wired yet): Clerk (or another auth provider),
Expand Down Expand Up @@ -88,22 +87,6 @@ that names the token (`bg-accent`, `text-fg-2`, `rounded-md`) rather than a
literal value, and run `pnpm tokens:sync` after bumping that package. See
[AGENTS.md](AGENTS.md#styling-design-system-tokens) for how the bridge works.

## Versioning changes (Changesets)

After any change worth noting, run:

```bash
pnpm changeset
```

It'll ask which package(s) changed and whether it's a patch/minor/major,
then write a small file in `.changeset/`. Commit that alongside your PR.
When it's merged to `main`, the Release workflow (`.github/workflows/release.yml`)
opens/updates a "Version Packages" PR that bumps versions and writes
CHANGELOGs; merging _that_ PR is what finalizes a release. Nothing gets
published to npm — this is an app template, so changesets are just used
to keep a clean changelog per package as things evolve.

## Using this as a template

1. Rename `mobileweb` / `com.yourorg.mobileweb` in `apps/mobile-web/app.json`.
Expand Down
8 changes: 0 additions & 8 deletions apps/api/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.0.1",
"version": "0.0.0",
"private": true,
"main": "./src/index.ts",
"types": "./src/router.ts",
Expand Down
11 changes: 0 additions & 11 deletions apps/mobile-web/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/mobile-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobile-web",
"version": "0.0.1",
"version": "0.0.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@
"test:e2e:web": "turbo run test:e2e --filter=mobile-web",
"typecheck": "turbo run typecheck",
"format": "prettier --write \"**/*.{ts,tsx,md,json}\" --ignore-path .gitignore",
"changeset": "changeset",
"version-packages": "changeset version",
"prepare": "husky",
"tokens:sync": "node packages/config/tailwind/sync-tokens.mjs"
},
"devDependencies": {
"@changesets/cli": "^3.0.2",
"@commitlint/cli": "^21.2.2",
"@commitlint/config-conventional": "^21.2.2",
"@repo/config": "workspace:*",
Expand Down
15 changes: 0 additions & 15 deletions packages/api-contracts/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/api-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/api-contracts",
"version": "1.0.0",
"version": "0.0.0",
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
38 changes: 0 additions & 38 deletions packages/config/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/config",
"version": "1.0.0",
"version": "0.0.0",
"private": true,
"main": "index.js",
"exports": {
Expand Down
38 changes: 0 additions & 38 deletions packages/ui/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/ui",
"version": "1.0.0",
"version": "0.0.0",
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
15 changes: 0 additions & 15 deletions packages/utils/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/utils",
"version": "1.0.0",
"version": "0.0.0",
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
Loading