Skip to content

v0.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Jun 19:51
· 1 commit to main since this release
c928717

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.7.0")

That's it! The toolchains are automatically registered.

What's Changed

  • ci: set Renovate minimum release age to 7d by @longlho in #68
  • chore(deps): update commitlint monorepo to v21 by @renovate[bot] in #60
  • chore(deps): update dependency @evilmartians/lefthook to v2.1.9 by @renovate[bot] in #66
  • chore(deps): update bazel-contrib/.github action to v7.6.0 by @renovate[bot] in #64
  • chore(deps): update dependency oxfmt to ^0.52.0 by @renovate[bot] in #63
  • chore(deps): update dependency bazel to v9.1.0 by @renovate[bot] in #37
  • feat: add formatjs_cli versions through 1.1.12 by @longlho in #69

Full Changelog: v0.6.0...v0.7.0