Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexeagle alexeagle released this 11 Dec 21:00
· 1336 commits to main since this release

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "aspect_rules_js",
    sha256 = "e8576a74a7e80b873179514cf1ad48b62b18ae024e74200ecd40ae6dc00c515a",
    strip_prefix = "rules_js-0.3.0",
    url = "https://github.com/aspect-build/rules_js/archive/v0.3.0.tar.gz",
)

load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")

rules_js_dependencies()

What's Changed

  • refactor: use aspect_bazel_lib to reduce duplication by @alexeagle in #6
  • refactor: rename test to example by @alexeagle in #7
  • fix: translate_package_lock handles semver ranges by @alexeagle in #8
  • chore: simplify distribution and release by @alexeagle in #9

Full Changelog: v0.2.0...v0.3.0