Skip to content

2.3.49

Compare
Choose a tag to compare
@christopherthielen christopherthielen released this 25 May 23:52
· 53 commits to master since this release

2.3.49 (2020-05-25)

Compare @uirouter/publish-scripts versions 2.3.48 and 2.3.49

Features

  • generate_docs: Generate docs from the current directory, and without using symlinks for node_modules (3661919)
  • publish_yalc_package: Do not double build (rely on yalc publish calling prepublishOnly script) (75ce2fe)
  • test_downstream_projects: support testing of branches. Do not revert changes after running tests to improve debugging of failed runs (a35785f)

Updated check-peer-dependencies from 2.0.1 to 2.0.2

Changelog for check-peer-dependencies:

Compare check-peer-dependencies versions 2.0.1 and 2.0.2

Bug Fixes

  • peerDevDependencies: Make peerDevDependency includes check a bit safer (2a1a183)
  • walkPackageDependency: only walk dev deps for the root package (e69c385)

Features

  • walkPackageDependencyTree: Check devDependencies too (9eba197)