Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 22:13
dabd62b

1.0.0 (2025-08-28)

🎉 New features

  • add ESLint configuration and integrate Prettier for code formatting (84cef6e)
  • Add formatDate and tf functions for date formatting and translation (8e07aba)
  • add publish script and update release workflow to use it (ae4ccf2)
  • add theme constants and type definitions for UI themes (6fc448d)
  • Allows custom messages (4e46d14)
  • config: Add release-please configuration for automated releases (7e07afd)
  • core: Adds husky for git hooks and pre-commit checks (919df92)
  • implement ActivityCalendar component and fetch GitHub activity data (6a14fc6)
  • Remove husky (818f864)
  • Reset version (4795e06)

🐛 Bug fixes

  • correct NODE_AUTH_TOKEN reference in release workflow and remove unnecessary publishConfig from package.json (54e772a)
  • update NODE_AUTH_TOKEN to use NPM_TOKEN for publishing (2750662)
  • update npm authentication method and remove obsolete .npmrc file (59b4af0)
  • update package name and repository URL in README and package.json (19a981d)
  • update package name to @astrojs/github-activity and clean up formatting (81718ea)