Skip to content

Releases: soyaaroncervantes/react-template

v0.7.2

15 Apr 02:59
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

chore(release): v0.7.2

Features

  • feat(vscode): add Sync env task and run on folder open (7f69de3)

Bug Fixes

  • fix(vscode): hardcode debug URL port to 5173 (3b46f7d)

Chores

  • chore(release): bump version to v0.7.2 (5d7602e)

v0.7.1

15 Apr 02:28
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

chore(release): v0.7.1

Chores

  • chore(release): bump version to v0.7.1 (3117dcd)
  • chore(scripts): use env:sync script in prepare hook (1d369ab)

v0.7.0

15 Apr 02:26
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

chore(release): v0.7.0

Features

  • feat(scripts): add env sync script with auto vite-env.d.ts generation (3ec429d)
  • feat(config): use VITE_APP_PORT env variable for dev server port (d97483d)

Refactors

  • refactor(scripts): introduce FSM with SyncMachine for env sync operations (5010a14)

Chores

  • chore(release): bump version to v0.7.0 (d457aaf)
  • chore(env): update env example and vite types (85ecf16)
  • chore(setup): move .env initialization to prepare script (3e71bf1)

v0.6.3

13 Apr 03:39
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

chore(release): v0.6.3

Bug Fixes

  • fix(router): set basepath from import.meta.env.BASE_URL for GH Pages compatibility (2382737)

Chores

  • chore(release): bump version to v0.6.3 (eba0b77)

v0.6.2

13 Apr 03:36
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

chore(release): v0.6.2

Features

  • feat(deploy): trigger deploy only after Release workflow succeeds (d9895d8)

Docs

  • docs(workflows): add commit-my-changes windsurf workflow (b1bf21f)
  • docs(workflows): add steps 7 and 8 to release-new-version workflow (7df7199)

Chores

  • chore(release): bump version to v0.6.2 (eaba743)
  • chore(vscode): add launch and tasks config for debug and dev server (76e5c6c)
  • chore(release): bump version to v0.6.1 (c0a6319)
  • chore(gitignore): ignore vscode settings and windsurf plans (86c7b2d)

v0.6.0

13 Apr 03:22
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

chore(release): v0.6.0

Features

  • feat(deploy): trigger deploy only on version tags (v*..) (eb98fd4)
  • feat(deploy): add GitHub Pages deployment workflow (0735e15)
  • feat(devcontainer): add devcontainer.json for GitHub Codespaces support (68f423a)

Bug Fixes

  • fix(deploy): scope permissions per job and use bunx vite build for routeTree generation (ae5348f)
  • fix(deploy): use bunx vite build directly to generate routeTree via plugin (f2d1119)

Chores

  • chore(release): bump version to v0.6.0 (8f82fed)
  • chore(ci): trigger deploy workflow (f782b07)

v0.5.3

13 Apr 01:54
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

chore(release): v0.5.3

Refactors

  • refactor(ci): integrate reusable setup workflow with dependency caching (9fc2471)

Chores

  • chore(release): bump version to v0.5.3 (7738683)

v0.5.2

13 Apr 01:48
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

chore(release): v0.5.2

Bug Fixes

  • fix(ci): add missing @vitest/coverage-v8 dependency (69a03b7)

Chores

  • chore(release): bump version to v0.5.2 (5baa36b)

v0.5.1

13 Apr 01:45
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

chore(release): v0.5.1

Chores

  • chore(release): bump version to v0.5.1 (3d3ecef)
  • chore(ci): force Node.js 24 for GitHub Actions runners (9109aa8)

v0.5.0

13 Apr 01:44
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

chore(release): v0.5.0

Bug Fixes

  • fix(ci): run vite build first to generate routeTree before tsc type-check (d3c9740)
  • fix(ci): generate routeTree before build and pass with no tests (ef26ef7)
  • fix(ci): use bun run to invoke package.json scripts instead of bun native commands (8eebe59)

Chores

  • chore(release): bump version to v0.5.0 (a0113e6)