Skip to content

Latest commit

 

History

History
429 lines (231 loc) · 24.6 KB

CHANGELOG.md

File metadata and controls

429 lines (231 loc) · 24.6 KB

Changelog

1.4.7 (2024-10-09)

Bug Fixes

  • clean up and organize logs (1c9142b)
  • if no previous prod release, return 1.0.0 if no prerelease (3a22bc2)

1.4.6 (2024-10-07)

Bug Fixes

  • ignore previous prereleases if we are bumping a prod version (54b7917), closes #181

1.4.5 (2024-10-02)

Dependencies

  • FY25 Q2 dependency updates 🌲 (153b8e8)

1.4.4 (2024-08-15)

Bug Fixes

  • skip release versions that are not valid semver (cc40bf3)

1.4.3 (2024-08-15)

Bug Fixes

  • ignore releases with null tags (fd82304)

Dependencies

  • bump the major-dependencies group across 1 directory with 4 updates (f3dd31f)

1.4.2 (2024-07-19)

Bug Fixes

  • not all first releases should be a prod release (3e31a74), closes #166

1.4.1 (2024-07-10)

Features

  • add current-version output (4bbe144)
  • add major, minor, and patch outputs (f6b6c5d)
  • enable auto-merge on release PRs (316a257)
  • keep dev in sync with main after release (ef2f3e5)
  • update to node20 (c006898)

Bug Fixes

  • 🌲 november package updates (d60e264)
  • add git user configs to build commit (a791844)
  • add github actions branding (758811f)
  • add prettier plugins config (ec66ca9)
  • better test without node modules (496f144)
  • checkout pr source branch for build commit (d102113)
  • conventionalRecommendedBump returns a promise now (7e650de)
  • correct concurrency (0a3a947)
  • correct parameter names (1104612)
  • correct secret and parameter names (28df18a)
  • default values can only be strings (0a4868e)
  • esbuild -> ncc to allow for building ESM (c020a2d)
  • fix build output (0f6780f)
  • fix if expression (35cc29d)
  • fix if statement on auto-merge (af8c430)
  • get correct latest release (1cf8aa5)
  • handle a project that has prereleases but no production release (e2e325e)
  • handle new apis for conventional commit packages (d6dfd68)
  • handle no existing tags (2ed9097)
  • include angular preset in build output (531d9dd)
  • log current-version output (8cf6883)
  • major/minor tag step if statement (27742dd)
  • more consistent subsequent prerelease versions (3824871), closes #106
  • November dependency bumps 🌲 (08bca6c)
  • path to shim (749eacc)
  • point to v1 of release action (c446cd8)
  • prevent subsequent prereleases after major from affecting minor (01a6be5)
  • Q3 Dependency Bumps 🌲 (8e73446)
  • refactor actions to eliminate duplicate (a0a8359)
  • remove watch (7303a1a)
  • setup npm package and check in node modules in built version (b07f42d)
  • stringify graphql response debug log (4215117)
  • strip off "v" from output (4cab59c)
  • switch back to esbuild with new parameters to fix build (96ea0d1)
  • use better regex's for checking semver (49b4969)

Dependencies

  • add a couple of missing ones (294d5e4)
  • bump deps (d699225)
  • bump deps 🌲 (544df27)
  • bump the major-dependencies group with 4 updates (d0a4e3a)
  • bump the safe-dependencies group across 1 directory with 5 updates (f66a098)
  • bump undici from 5.25.4 to 5.26.3 (181ee76)
  • dev: bump braces from 3.0.2 to 3.0.3 (37a448c)
  • dev: bump the safe-dependencies group across 1 directory with 6 updates (b5bf8ee)
  • dev: bump the safe-dependencies group with 2 updates (f3b26ed)
  • october dependency updates (e769b76)
  • q2 package updates (665fd2c)
  • q4 package updates (6839584)
  • q4 updates (a2a6fa6)

Documentation

  • add badges (4616cac)
  • add note about using the act project (3407531)
  • link to more useful angular docs for commit messages (e9f047a)
  • update badges and add code cov (e0a4d1c)

Styles

1.4.1 (2024-06-27)

Bug Fixes

  • handle a project that has prereleases but no production release (e2e325e)

1.4.0 (2024-06-27)

🚀 Features

  • add major, minor, and patch outputs (f6b6c5d)

🌲 Dependencies

1.4.0-0 (2024-06-27)

🚀 Features

  • add major, minor, and patch outputs (5caf74e)

🌲 Dependencies

1.3.1 (2024-06-25)

🐛 Bug Fixes

  • esbuild -> ncc to allow for building ESM (c020a2d)
  • more consistent subsequent prerelease versions (3824871), closes #106
  • path to shim (749eacc)
  • setup npm package and check in node modules in built version (b07f42d)
  • switch back to esbuild with new parameters to fix build (96ea0d1)

🌲 Dependencies

  • bump deps 🌲 (544df27)
  • bump the safe-dependencies group across 1 directory with 5 updates (f66a098)
  • dev: bump braces from 3.0.2 to 3.0.3 (37a448c)
  • q4 package updates (6839584)

1.3.0 (2024-04-04)

🚀 Features

  • add current-version output (4bbe144)

🐛 Bug Fixes

  • log current-version output (8cf6883)
  • strip off "v" from output (4cab59c)

1.3.0-0 (2024-04-03)

🚀 Features

  • add current-version output (2a03917)

🐛 Bug Fixes

  • log current-version output (5e0e269)
  • strip off "v" from output (6b3fb3c)

1.2.0 (2024-04-03)

🚀 Features

🌲 Dependencies

  • dev: bump the safe-dependencies group with 2 updates (f3b26ed)
  • q4 updates (a2a6fa6)

1.1.12 (2023-10-16)

🌲 Dependencies

  • bump undici from 5.25.4 to 5.26.3 (181ee76)

1.1.11 (2023-10-12)

🐛 Bug Fixes

  • add prettier plugins config (ec66ca9)
  • conventionalRecommendedBump returns a promise now (7e650de)
  • default values can only be strings (0a4868e)
  • handle new apis for conventional commit packages (d6dfd68)

🌲 Dependencies

  • bump the major-dependencies group with 4 updates (d0a4e3a)

📖 Documentation Improvements

  • add note about using the act project (3407531)

🎨 Design Improvements

1.1.10 (2023-07-04)

🐛 Bug Fixes

  • Q3 Dependency Bumps 🌲 (8e73446)
  • use better regex's for checking semver (49b4969)

1.1.9 (2023-04-18)

🐛 Bug Fixes

  • prevent subsequent prereleases after major from affecting minor (01a6be5)

1.1.8 (2023-04-03)

🌲 Dependencies

1.1.7 (2022-12-08)

🐛 Bug Fixes

  • 🌲 november package updates (d60e264)

🌲 Dependencies

  • add a couple of missing ones (294d5e4)

1.1.6 (2022-11-07)

🐛 Bug Fixes

  • November dependency bumps 🌲 (08bca6c)

1.1.5 (2022-10-13)

🐛 Bug Fixes

  • get correct latest release (1cf8aa5)
  • refactor actions to eliminate duplicate (a0a8359)
  • remove watch (7303a1a)
  • stringify graphql response debug log (4215117)

📖 Documentation Improvements

  • update badges and add code cov (e0a4d1c)

1.1.4 (2022-10-06)

📖 Documentation Improvements

  • link to more useful angular docs for commit messages (e9f047a)

🐛 Bug Fixes

🌲 Dependencies

  • october dependency updates (e769b76)

1.1.3 (2022-09-13)

📖 Documentation Improvements

1.1.3-0 (2022-09-13)

📖 Documentation Improvements

1.1.2 (2022-09-13)

🐛 Bug Fixes

  • point to v1 of release action (c446cd8)

1.1.1 (2022-09-13)

🐛 Bug Fixes

  • correct parameter names (1104612)
  • correct secret and parameter names (28df18a)

1.1.0 (2022-09-13)

🐛 Bug Fixes

  • correct parameter names (1104612)
  • correct secret and parameter names (28df18a)

1.1.0 (2022-09-12)

🚀 Features

  • enable auto-merge on release PRs (316a257)
  • keep dev in sync with main after release (ef2f3e5)

🐛 Bug Fixes

  • fix if statement on auto-merge (af8c430)

1.0.1 (2022-09-12)

🐛 Bug Fixes

  • major/minor tag step if statement (27742dd)

1.0.0 (2022-09-12)

🎨 Design Improvements

🐛 Bug Fixes

  • add git user configs to build commit (a791844)
  • better test without node modules (496f144)
  • checkout pr source branch for build commit (d102113)
  • fix build output (0f6780f)
  • fix if expression (35cc29d)
  • handle no existing tags (2ed9097)
  • include angular preset in build output (531d9dd)

1.0.0-1 (2022-09-12)

🎨 Design Improvements

🐛 Bug Fixes

  • add git user configs to build commit (d7664c4)
  • better test without node modules (d987d4c)
  • checkout pr source branch for build commit (c454bbf)
  • fix build output (7cfc4e0)
  • fix if expression (6090c9a)
  • handle no existing tags (6b263be)
  • include angular preset in build output (2afcc31)

1.0.0-0 (2022-09-12)

🎨 Design Improvements

🐛 Bug Fixes

  • handle no existing tags (6b263be)