Skip to content

Commit

Permalink
chore(release): v3.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Apr 24, 2019
1 parent 024a6ab commit e32da08
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.13.4](https://github.com/lerna/lerna/compare/v3.13.3...v3.13.4) (2019-04-24)


### Bug Fixes

* **import:** Avoid "unrecognized input" error from colors when using `--flatten` ([#2037](https://github.com/lerna/lerna/issues/2037)) ([51625fa](https://github.com/lerna/lerna/commit/51625fa)), closes [#1644](https://github.com/lerna/lerna/issues/1644)
* **version:** Resolve prerelease for version without bump ([#2041](https://github.com/lerna/lerna/issues/2041)) ([aa11325](https://github.com/lerna/lerna/commit/aa11325))
* **version:** Search for complete tag prefix when composing GitHub releases ([024a6ab](https://github.com/lerna/lerna/commit/024a6ab)), closes [#2038](https://github.com/lerna/lerna/issues/2038)





## [3.13.3](https://github.com/lerna/lerna/compare/v3.13.2...v3.13.3) (2019-04-17)


Expand Down
8 changes: 8 additions & 0 deletions commands/changed/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.13.4](https://github.com/lerna/lerna/compare/v3.13.3...v3.13.4) (2019-04-24)

**Note:** Version bump only for package @lerna/changed





## [3.13.3](https://github.com/lerna/lerna/compare/v3.13.2...v3.13.3) (2019-04-17)

**Note:** Version bump only for package @lerna/changed
Expand Down
2 changes: 1 addition & 1 deletion commands/changed/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/changed",
"version": "3.13.3",
"version": "3.13.4",
"description": "List local packages that have changed since the last tagged release",
"keywords": [
"lerna",
Expand Down
11 changes: 11 additions & 0 deletions commands/import/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.13.4](https://github.com/lerna/lerna/compare/v3.13.3...v3.13.4) (2019-04-24)


### Bug Fixes

* **import:** Avoid "unrecognized input" error from colors when using `--flatten` ([#2037](https://github.com/lerna/lerna/issues/2037)) ([51625fa](https://github.com/lerna/lerna/commit/51625fa)), closes [#1644](https://github.com/lerna/lerna/issues/1644)





## [3.13.3](https://github.com/lerna/lerna/compare/v3.13.2...v3.13.3) (2019-04-17)

**Note:** Version bump only for package @lerna/import
Expand Down
2 changes: 1 addition & 1 deletion commands/import/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/import",
"version": "3.13.3",
"version": "3.13.4",
"description": "Import a package into the monorepo with commit history",
"keywords": [
"lerna",
Expand Down
8 changes: 8 additions & 0 deletions commands/publish/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.13.4](https://github.com/lerna/lerna/compare/v3.13.3...v3.13.4) (2019-04-24)

**Note:** Version bump only for package @lerna/publish





## [3.13.3](https://github.com/lerna/lerna/compare/v3.13.2...v3.13.3) (2019-04-17)


Expand Down
2 changes: 1 addition & 1 deletion commands/publish/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/publish",
"version": "3.13.3",
"version": "3.13.4",
"description": "Publish packages in the current project",
"keywords": [
"lerna",
Expand Down
12 changes: 12 additions & 0 deletions commands/version/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.13.4](https://github.com/lerna/lerna/compare/v3.13.3...v3.13.4) (2019-04-24)


### Bug Fixes

* **version:** Resolve prerelease for version without bump ([#2041](https://github.com/lerna/lerna/issues/2041)) ([aa11325](https://github.com/lerna/lerna/commit/aa11325))
* **version:** Search for complete tag prefix when composing GitHub releases ([024a6ab](https://github.com/lerna/lerna/commit/024a6ab)), closes [#2038](https://github.com/lerna/lerna/issues/2038)





## [3.13.3](https://github.com/lerna/lerna/compare/v3.13.2...v3.13.3) (2019-04-17)


Expand Down
2 changes: 1 addition & 1 deletion commands/version/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/version",
"version": "3.13.3",
"version": "3.13.4",
"description": "Bump version of packages changed since the last release",
"keywords": [
"lerna",
Expand Down
8 changes: 8 additions & 0 deletions core/lerna/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.13.4](https://github.com/lerna/lerna/compare/v3.13.3...v3.13.4) (2019-04-24)

**Note:** Version bump only for package lerna





## [3.13.3](https://github.com/lerna/lerna/compare/v3.13.2...v3.13.3) (2019-04-17)

**Note:** Version bump only for package lerna
Expand Down
2 changes: 1 addition & 1 deletion core/lerna/package.json
@@ -1,6 +1,6 @@
{
"name": "lerna",
"version": "3.13.3",
"version": "3.13.4",
"description": "A tool for managing JavaScript projects with multiple packages.",
"keywords": [
"lerna",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -22,5 +22,5 @@
"**/__tests__/**",
"**/*.md"
],
"version": "3.13.3"
"version": "3.13.4"
}

0 comments on commit e32da08

Please sign in to comment.