Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 22:47
· 180 commits to main since this release

1.0.0 (2022-12-21)

Bug Fixes

  • πŸ› call function (73f0185)
  • πŸ’„ increases favicon size (aaed132)

Reverts

  • πŸ”₯ removes release please workflow (50f1d67)
  • removes temporary optional from NEXTAUTH_SECRET (6950f75)

Tests

  • adds basic jest and testing library configuration (ccb6144)
  • adds isServerSide runtime utils tests (3b5080e)

New Features

  • 🚧 adds basic header structure (fa2dc17)
  • πŸ’„ adds briskly logo to public static images (a0ce9b3)
  • πŸ’„ updates next auth theming (24d987b)
  • ✨ adds header to homepage (0f87589)
  • ✨ adds sign in with google (9a3baec)
  • ✨ adds vercel analytics to app (4d00032)
  • adds isServerSide to runtime utils (6916d5c)
  • first commit npm create t3-app@latest (0074b52)

Code Refactors

  • πŸ”₯ remove uncessary homepage code (299172a)
  • πŸ’„ changes header max width to full (261d4fd)
  • πŸ’„ changes tailwind classes to use new brand collors (4196073)
  • πŸ’„ removes uncessary hover (04a469d)
  • πŸ’„ updates next auth logo path (a3a882c)
  • uses isServerSide util in trpc (6aeecae)

Documentation

  • πŸ“ remove create t3 stack readme and add todo (cd3feeb)

Miscellaneous Chores

  • 🎨 adds extra empty line to ci files (282d2ca)
  • 🎨 adds extra empty line to ci files (3626b70)
  • πŸ—ƒοΈ migrates next auth tables (0c83558)
  • πŸ—ƒοΈ updates prisma models (3ac2dee)
  • 🀑 mocks examples response (371e964)
  • 🀑 mocks get all example query (a7546d9)
  • πŸ”₯ deletes changelog file (b74621b)
  • πŸ”₯ deleting uncessary api route (8e94f36)
  • πŸ”₯ remove unecessary server code (c69b6b0)
  • πŸ’š adding vercel-build script (d2ac1ff)
  • πŸ”¨ adding missing environment variables (ba2ab43)
  • πŸš€ adds semantic release and configures pipelines (f49ff06)
  • 🚚 adds new logo image and renames current one (1761d54)
  • πŸ”§ adds 200 primary color (afad79e)
  • πŸ”§ adds brand colors to tailwind config (3229044)
  • πŸ”§ adds database url format (f165c10)
  • πŸ”§ adds docker compose file for postgres database (32ac344)
  • πŸ”§ adds npm and github release plugins (83f51a6)
  • πŸ”§ adds plugins config for semantic release (ea479b6)
  • πŸ”§ removes develop branch from branches config (1bc1f0e)
  • πŸ”§ updates env.example with new environment variables (4e3d6c0)
  • adds .js files to tsconfig.json (3513b0f)
  • adds editorconfig file (abf3d2b)
  • adds eslint-plugin-import-helpers and organizes imports (c7c804f)
  • adds eslint-plugin-unicorn (bba2aa0)
  • adds lint on commitmsg (5ca348f)
  • adds no unused vars as error in eslint (76cff88)
  • adds prettier configuration (f731309)
  • adds root import and fixes imports (827bc9b)
  • adds TODO comment (495b4ff)
  • disables eslint rule for commitlint config file (5390eaa)
  • formats config files acording to eslint rules (8829ae9)
  • main: release 1.0.0 (c7dd035)
  • moves trpc utils file inside a folder (c7e11cb)
  • running yarn lint --fix with new prettier config (03be922)

CI/CD

  • πŸ‘· adds checkout and node setup for unit tests pipeline (bfac613)
  • πŸ‘· adds code linting worflow (666c273)
  • πŸ‘· adds create .env file step in unit tests action (4038f95)
  • πŸ‘· adds develop branch to trigger Github Release pipeline (a41eeaa)
  • πŸ‘· adds instal dependencies step and updates steps names (9a80eb6)
  • πŸ‘· adds release please pointing to the main branch (ef38afb)
  • πŸ‘· adds release-please workflow (a992260)
  • πŸ‘· adds type-check workflow (751abf0)
  • πŸ‘· adds unit tests github workflow (4a62def)
  • πŸ‘· adds yarn cache to speed up unit tests runtime (26aed9c)
  • πŸ‘· changes run validation (99208bf)
  • πŸ‘· overrides changelog types (0c2ecb2)
  • πŸ‘· removes develop branch from github release pipeline (4f249ed)
  • πŸ‘· removes uncessary run name (1559a5c)
  • πŸ‘· updates job name (d4e10ad)
  • πŸ‘· updates workflows jobs names (4fcefa1)
  • πŸ‘· updating release changelog types order (63bb47e)
  • πŸ‘· uses github commit message as run-name (80f5ee6)
  • πŸ”₯ deletes release please workflow (343a966)
  • πŸ’š properly formas changelog-types json (904d1d2)
  • πŸ”§ removes develop branches from config files (49dd616)