Skip to content

Releases: atlassian/cz-lerna-changelog

v1.2.1

27 Feb 00:21
Compare
Choose a tag to compare

<a name"1.2.1">

1.2.1 (2017-02-27)

Bug Fixes

  • questions: reword breaking change message to make no-breaks case clearer (122a5088)

v1.2.0

24 Feb 23:00
Compare
Choose a tag to compare

<a name"1.2.0">

1.2.0 (2017-02-24)

Features

  • prompt: Refactor prompt to be backed by cz-customizable for greater flexibility (525bf55c)
  • questions: add the ability to write custom questions (1578c687)

v1.1.0

29 Jan 04:15
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2017-01-29)

Bug Fixes

  • package: Fixes peerDependency of lerna to <2.0.0-beta.31 (60d3455e)

Features

  • dependencies: Use official version of cz-conventional-changelog (c4d02836)

Breaking Changes

  • This updates the getAllPackages function to pass in a Repository rather than the
    packageLocation string. This makes it incompatible with lerna < beta.31.

    (66011ab0)

v0.3.1

05 Dec 03:02
Compare
Choose a tag to compare

<a name"0.3.1">

0.3.1 (2016-12-05)

Bug Fixes

  • prompt: only show packages that have staged changes. (64397c2d)

v0.3.0

01 Aug 07:21
Compare
Choose a tag to compare

<a name"0.3.0">

0.3.0 (2016-08-01)

Features

  • packages: detects # of changed packages (8b69b22a)

v0.2.3

13 Jul 06:55
Compare
Choose a tag to compare

<a name"0.2.3">

0.2.3 (2016-07-13)

Bug Fixes

  • prompt: prompt didn't work because the optional arguments were in the wrong order (446af53f)

v0.2.2

13 Jul 03:48
Compare
Choose a tag to compare

<a name"0.2.2">

0.2.2 (2016-07-13)

Bug Fixes

  • prompt: empty commit to kick off release for #85b6d6b (15318e87)

v0.2.1

06 Jun 04:25
Compare
Choose a tag to compare

<a name"0.2.1">

0.2.1 (2016-06-06)

Bug Fixes

  • prompt: the prompt would select unstaged changes by default - now it ignores unstaged on (a7d67bdb)

v0.2.0

27 May 15:36
Compare
Choose a tag to compare

<a name"0.2.0">

0.2.0 (2016-05-27)

Features

  • all: Selection by default for the affects entry (98a9f871)

v0.1.1

25 May 06:22
Compare
Choose a tag to compare

<a name"0.1.1">

0.1.1 (2016-05-25)

Bug Fixes

  • make lerna a dev dependency (e6a1a5cc)
  • build: Don't npmignore lib/ (adb890c1)
  • gitignore: try again with ignore (e814806e)

Features

  • all: You must choose an affects package if you chose feat / fix (49ea15ca)