Skip to content

Releases: emiliosheinz/briskly

v1.0.1

21 Dec 23:04
Compare
Choose a tag to compare

1.0.1 (2022-12-21)

Miscellaneous Chores

  • 🔥 removes semantic analyzer custom config (cc4d7e4)
  • 🔧 adds commit analyzer release rules (4b0f829)

v1.0.0

21 Dec 22:47
Compare
Choose a tag to compare

1.0.0 (2022-12-21)

Bug Fixes

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)
    *...
Read more