Skip to content

Releases: ojkelly/yarn.build

Release v3.4.6

03 Apr 13:06
dbc1ef8
Compare
Choose a tag to compare

What's Changed

  • release: Update release version to refs/tags/v3.4.5 by @github-actions in #198
  • Only run a package's test when inside that package by @ojkelly in #199
  • Bug in report YN0001: RangeError: Invalid count value by @ojkelly in #201
  • Add Dockerfile example that shows usage of yarn bundle by @ojkelly in #200

Full Changelog: v3.4.5...v3.4.6

Release v3.4.5

03 Apr 06:47
c74e0aa
Compare
Choose a tag to compare

What's Changed

  • release: Update release version to refs/tags/v3.4.4 by @github-actions in #190
  • Error for circular dependency is not clear by @ojkelly in #196
  • use safeLoad like yarn berry when reading the yaml file for use by @ojkelly in #197

Full Changelog: v3.4.4...v3.4.5

Release v3.4.4

15 Mar 08:38
1301203
Compare
Choose a tag to compare
add `--exclude` and `--exclude-current` (#189)

Release v3.4.3

03 Mar 01:01
Compare
Choose a tag to compare
adding esprima as a dependency where js-yaml is needed

Release v3.4.2

01 Mar 14:56
6f59d7e
Compare
Choose a tag to compare

What's Changed

  • release: Update release version to refs/tags/v3.4.1 by @github-actions in #183
  • Bundle inc root deps and --temporary-directory by @ojkelly in #184

Full Changelog: v3.4.1...v3.4.2

Release v3.4.1

28 Feb 04:53
a2d2381
Compare
Choose a tag to compare

What's Changed

  • release: Update release version to refs/tags/v3.4.0 by @github-actions in #181
  • Include root dependencies when bundling by @ojkelly in #182

Full Changelog: v3.4.0...v3.4.1

Release v3.4.0

26 Feb 12:37
546761d
Compare
Choose a tag to compare

What's Changed

  • release: Update release version to refs/tags/v3.3.6 by @github-actions in #174
  • Fix #178: Bail by default, add --continue-on-error, and fix error behaviour by @ojkelly in #180

Full Changelog: v3.3.6...v3.4.0

Release v3.3.6

23 Feb 10:22
cdfbf14
Compare
Choose a tag to compare

What's Changed

  • release: Update release version to refs/tags/v3.3.5 by @github-actions in #167
  • Print out progress during the bundle command by @ojkelly in #173
  • --since-branch main build only whats different from a given branch - for PRs by @ojkelly in #172

Full Changelog: v3.3.5...v3.3.6

Release v3.3.5

06 Feb 14:20
00c2114
Compare
Choose a tag to compare
skip when no script (#166)

Release v3.3.4

06 Feb 13:28
0651441
Compare
Choose a tag to compare
CI improvements, print progress, `--changes` `--since`. Fixes  #159 #…

…150 (#164)

* Print regular progress in CI #159

* Only run for changes in git