Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 15 May 04:14
· 8 commits to main since this release
61b9b27

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6+ only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_formatjs", version = "0.6.0")

That's it! The toolchains are automatically registered.

What's Changed

  • chore(deps): update bazel-contrib/publish-to-bcr action to v1.2.0 by @renovate[bot] in #44
  • chore(deps): update pnpm to v10.33.4 by @renovate[bot] in #56
  • chore(deps): update commitlint monorepo to v20.5.3 by @renovate[bot] in #58
  • chore(deps): update dependency oxfmt to ^0.48.0 by @renovate[bot] in #59
  • feat: update formatjs cli to 1.1.5 by @longlho in #65

Full Changelog: v0.5.1...v0.6.0