Skip to content

Commit

Permalink
chore(misc): publish 6.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Feb 14, 2023
1 parent 187f480 commit 0a7ac45
Show file tree
Hide file tree
Showing 37 changed files with 166 additions and 86 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.5.1](https://github.com/lerna/lerna/compare/6.5.0...6.5.1) (2023-02-14)

### Bug Fixes

- add missing dependency on js-yaml ([187f480](https://github.com/lerna/lerna/commit/187f4804b8406a6472425de21dd89482c382b1b4))

### Reverts

- Revert "chore: bump nx-cloud" (#3539) ([3360981](https://github.com/lerna/lerna/commit/3360981000fc483e7202c975f0ef0b7e8b8ff74d)), closes [#3539](https://github.com/lerna/lerna/issues/3539) [#3537](https://github.com/lerna/lerna/issues/3537)

# [6.5.0](https://github.com/lerna/lerna/compare/v6.4.1...6.5.0) (2023-02-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
},
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"],
"useWorkspaces": true,
"version": "6.5.0"
"version": "6.5.1"
}
102 changes: 51 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/child-process/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.5.1](https://github.com/lerna/lerna/compare/6.5.0...6.5.1) (2023-02-14)

**Note:** Version bump only for package @lerna/child-process

# [6.5.0](https://github.com/lerna/lerna/compare/v6.4.1...6.5.0) (2023-02-13)

**Note:** Version bump only for package @lerna/child-process
Expand Down
2 changes: 1 addition & 1 deletion packages/child-process/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lerna/child-process",
"version": "6.5.0",
"version": "6.5.1",
"description": "Lerna's internal child_process wrapper",
"keywords": [
"lerna",
Expand Down
4 changes: 4 additions & 0 deletions packages/legacy-structure/commands/add/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.5.1](https://github.com/lerna/lerna/compare/6.5.0...6.5.1) (2023-02-14)

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

# [6.5.0](https://github.com/lerna/lerna/compare/v6.4.1...6.5.0) (2023-02-13)

**Note:** Version bump only for package @lerna/add
Expand Down

0 comments on commit 0a7ac45

Please sign in to comment.