Skip to content

Releases: ui-router/publish-scripts

2.4.2

06 Jun 00:38
Compare
Choose a tag to compare

2.4.2 (2020-06-06)

Compare @uirouter/publish-scripts versions 2.4.1 and 2.4.2

Bug Fixes

  • generate_docs: Replace "Globals" with {{name}} in breadcrumbs. (7f723a9)

2.4.1

05 Jun 22:31
Compare
Choose a tag to compare

2.4.1 (2020-06-05)

Compare @uirouter/publish-scripts versions 2.4.0 and 2.4.1

Bug Fixes

  • generate_docs: Support 'branch' configuration in docgen.json for included repos (1f715dd)

2.4.0

05 Jun 22:08
Compare
Choose a tag to compare

2.4.0 (2020-06-05)

Compare @uirouter/publish-scripts versions 2.3.49 and 2.4.0

Features

2.3.49

25 May 23:52
Compare
Choose a tag to compare

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)

2.3.48

18 May 00:59
Compare
Choose a tag to compare

2.3.48 (2020-05-18)

Compare @uirouter/publish-scripts versions 2.3.47 and 2.3.48

Features

  • test_downstream_projects: add branch selection support for downstream git repositories (6017917)
  • upgrade.js: Encode newlines in the upgrades output (4b196ba)

2.3.47

08 May 02:48
Compare
Choose a tag to compare

2.3.47 (2020-05-08)

Compare @uirouter/publish-scripts versions 2.3.46 and 2.3.47

Features

  • upgrade: add upgrade-count and upgrade-strategy outputs (7b79bd2)
  • upgrade: add upgrade-count and upgrade-strategy outputs (d8e94aa)

Updated check-peer-dependencies from 1.0.10 to 2.0.1

Changelog for check-peer-dependencies:

Compare check-peer-dependencies versions 1.0.10 and 2.0.1

Bug Fixes

  • peerDevDependencies: Use an array of package names in 'peerDevDependencies' in conjunction with the standard 'peerDependencies' object to install peer deps as devDependencies. (681a80b)

Features

  • check-peer-dependencies-optional-dependency: Added a workaround for yarn swallowing postinstall script output (a9c9fdf)
  • peerDevDependencies: Add support for 'peerDevDependencies' -- 'peerDependencies' that should be installed as 'devDependencies' (47d40ef)

2.3.46

30 Apr 16:44
Compare
Choose a tag to compare

2.3.46 (2020-04-30)

Compare @uirouter/publish-scripts versions 2.3.45 and 2.3.46

Bug Fixes

  • test_downstream_projects: When supplying --group to test_downstream_projects, only apply the --group to the top level project. However, parse all downstream_projects.json with group support. (4aeac16)

Features

  • upgrade: Create a github action to yarn upgrade (1c8680f)

Github Action: yarn upgrade

30 Apr 03:52
Compare
Choose a tag to compare

This is v1.0.0 of a github action that performs a yarn upgrade

2.3.45

04 Mar 17:45
Compare
Choose a tag to compare

2.3.45 (2020-03-04)

Compare @uirouter/publish-scripts versions 2.3.44 and 2.3.45

Features

  • support typedoc.json and tsconfig.typedoc.json. upgrade to latest deps (b80c285)

Updated check-peer-dependencies from 1.0.8 to 1.0.10

Changelog for check-peer-dependencies:

Compare check-peer-dependencies versions 1.0.8 and 1.0.10

Features

  • debug: Added a --debug cli flag (862232e)
  • orderBy: Added a --orderBy cli flag (9e7b8af)
  • verbose: Turn off verbose logging by default (04cde8a)

2.3.44

27 Dec 02:39
Compare
Choose a tag to compare

2.3.44 (2019-12-27)

Compare @uirouter/publish-scripts versions 2.3.43 and 2.3.44

Bug Fixes

  • test_downstream_projects: push the full name to the success log (not just the project key to the success log. (8cd2585)