Skip to content

Latest commit

 

History

History
176 lines (74 loc) · 7.17 KB

File metadata and controls

176 lines (74 loc) · 7.17 KB

Changelog

2.0.1 (2025-08-29)

🗃️ Commits

🐞 Bug Fixes

  • eslint: update YAML configuration to extend standard rules - cf447a4 by @navin-moorthy

🔨 Maintenance Updates

  • deps: 🧹 update dependencies to latest versions - ed6053b by @navin-moorthy

  • deps: 🧹 update Node.js engine requirements - 5df081c by @navin-moorthy

  • deps: add oxc-resolver to dependencies - 4a7b5a3 by @navin-moorthy

  • deps: update all dependencies (#8) - 4d6445d by @renovate[bot]

  • deps: update all dependencies (#9) - 5e9a626 by @renovate[bot]

  • deps: update eslint and tailwindcss dependencies, improve eslint commands - cecf3d8 by @navin-moorthy

2.0.0 (2025-06-06)

🧨 BREAKING CHANGE

tooling- updated to latest standards followed in other repos

  • Added .editorconfig for consistent coding styles.
  • Created .env.example for environment variable setup.
  • Introduced .gitattributes to manage line endings and file types.
  • Added .markdownlint-cli2.jsonc for markdown linting configuration.
  • Created .npmrc for PNPM settings.
  • Added .prettierignore to specify files to ignore for Prettier.
  • Updated cspell.json with new terms.
  • Modified package.json to include additional built dependencies.
  • Added prettier.config.cjs for Prettier configuration.
  • Introduced turbo.json for task management.
  • Created .github/labels.yml for issue labeling.
  • Added workflows for cleaning up PR caches and syncing labels.
  • Introduced commit-msg hook for commit message linting.

Introduced in: 4f71fb5

🗃️ Commits

⭐ New Features

  • tooling: updated to latest standards followed in other repos - 4f71fb5 by @navin-moorthy

1.0.1 (2025-06-06)

🗃️ Commits

🛠️ Build Updates

  • deps: 🛠️ update TailwindCSS to v4 - 013836a by @navin-moorthy

🔨 Maintenance Updates

  • deps: 🧹 update dependencies and VSCode settings - ac26a4a by @navin-moorthy

  • deps: update all dependencies - 09aad5a by @renovate[bot]

  • deps: update all dependencies - ab2d97b by @renovate[bot]

  • deps: update all dependencies - 69fb74e by @renovate[bot]

  • deps: update all dependencies (#6) - ec72b07 by @renovate[bot]

  • deps: update all dependencies (#7) - d0c533e by @renovate[bot]

  • 🚀 chore(release-it): update release commit message with emoji - 49717b0

1.0.0 (2025-01-26)

🧨 BREAKING CHANGE

REPO- ✨ add and update toolings

  • ✨ add and update toolings

Introduced in: 958d786

👀 Notable Changes

RELEASE-IT- 🧹 update to modern writer logic

  • Remove commitlint from Husky hooks and package.json
  • Update release-it hooks format for consistency

Introduced in: 3489703

📌 Other Notable Changes

CHANGELOG- ♻️ cache remote commits to reduce API calls

  • Implement a caching mechanism to avoid multiple calls to get remote commits
  • Improves performance by reducing API requests

Introduced in: 398ec3f

🗃️ Commits

⭐ New Features

  • release-it: 🧹 update to modern writer logic - 3489703 by @navin-moorthy

  • repo: ✨ add and update toolings - 958d786 by @navin-moorthy

♻️ Code Refactoring

  • changelog: ♻️ cache remote commits to reduce API calls - 398ec3f by @navin-moorthy

🔨 Maintenance Updates

  • deps: 🧹 remove unused eslint dependency - 9907bd0 by @navin-moorthy

  • deps: 🧹 switch dependency updater to npm-check-updates - 94dc2fe by @navin-moorthy

  • release: 🧹 update release process and improve commit message - 26b90fd by @navin-moorthy

  • vscode: 🧹 update VS Code settings and extensions - b6da874 by @navin-moorthy

  • Monthly Maintenance Jan 2025 - 720b5e0 by @navin-moorthy

  • Remove unwanted eslint deps - 9f4b9c4 by @navin-moorthy

  • Update Eslint - 27976e3 by @navin-moorthy

  • Monthly Maintenance June 2024 - 2b22a75 by @navin-moorthy