Skip to content

Commit a5217c6

Browse files
committed
chore(release): v6.4.1
1 parent 24d0d5c commit a5217c6

File tree

127 files changed

+383
-125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+383
-125
lines changed

CHANGELOG.md

+6

commands/add/CHANGELOG.md

+4

commands/add/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/add",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Add a dependency to matched packages",
55
"keywords": [
66
"lerna",

commands/bootstrap/CHANGELOG.md

+4

commands/bootstrap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/bootstrap",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Link local packages together and install remaining package dependencies",
55
"keywords": [
66
"lerna",

commands/changed/CHANGELOG.md

+4

commands/changed/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/changed",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "List local packages that have changed since the last tagged release",
55
"keywords": [
66
"lerna",

commands/clean/CHANGELOG.md

+4

commands/clean/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/clean",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Remove the node_modules directory from all packages",
55
"keywords": [
66
"lerna",

commands/create/CHANGELOG.md

+4

commands/create/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/create",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Create a new lerna-managed package",
55
"keywords": [
66
"lerna",

commands/diff/CHANGELOG.md

+4

commands/diff/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/diff",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Diff all packages or a single package since the last release",
55
"keywords": [
66
"lerna",

commands/exec/CHANGELOG.md

+4

commands/exec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/exec",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Execute an arbitrary command in each package",
55
"keywords": [
66
"lerna",

commands/import/CHANGELOG.md

+4

commands/import/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/import",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Import a package into the monorepo with commit history",
55
"keywords": [
66
"lerna",

commands/info/CHANGELOG.md

+4

commands/info/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/info",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Prints local environment information",
55
"keywords": [
66
"lerna",

commands/init/CHANGELOG.md

+4

commands/init/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/init",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Create a new Lerna repo or upgrade an existing repo to the current version of Lerna",
55
"keywords": [
66
"lerna",

commands/link/CHANGELOG.md

+4

commands/link/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/link",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Symlink together all packages that are dependencies of each other",
55
"keywords": [
66
"lerna",

commands/list/CHANGELOG.md

+4

commands/list/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/list",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "List local packages",
55
"keywords": [
66
"lerna",

commands/publish/CHANGELOG.md

+4

commands/publish/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/publish",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Publish packages in the current project",
55
"keywords": [
66
"lerna",

commands/run/CHANGELOG.md

+6

commands/run/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/run",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Run an npm script in each package that contains that script",
55
"keywords": [
66
"lerna",

commands/version/CHANGELOG.md

+4

commands/version/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/version",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Bump version of packages changed since the last release",
55
"keywords": [
66
"lerna",

core/child-process/CHANGELOG.md

+4

core/child-process/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/child-process",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Lerna's internal child_process wrapper",
55
"keywords": [
66
"lerna",

core/cli/CHANGELOG.md

+4

core/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/cli",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Lerna's CLI",
55
"keywords": [
66
"lerna",

core/command/CHANGELOG.md

+4

core/command/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/command",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Lerna's internal base class for commands",
55
"keywords": [
66
"lerna",

core/conventional-commits/CHANGELOG.md

+4

core/conventional-commits/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/conventional-commits",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Lerna's internal interface to conventional-changelog and friends",
55
"keywords": [
66
"lerna",

core/filter-options/CHANGELOG.md

+4

core/filter-options/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/filter-options",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Options for lerna sub-commands that need filtering",
55
"keywords": [
66
"lerna",

0 commit comments

Comments
 (0)