Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: standardize changelog heading #4510

Merged
merged 1 commit into from Mar 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,5 @@
# Changelog

## v8.5.3 (2022-03-03)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions workspaces/arborist/CHANGELOG.md
@@ -1,4 +1,4 @@
# CHANGELOG
# Changelog

### [5.0.1](https://www.github.com/npm/cli/compare/arborist-v5.0.0...arborist-v5.0.1) (2022-03-08)

Expand All @@ -7,20 +7,20 @@

* set proper workspace repo urls in package.json ([#4476](https://www.github.com/npm/cli/issues/4476)) ([0cfc155](https://www.github.com/npm/cli/commit/0cfc155db5f11ce23419e440111d99a63bf39754))

## 2.0
## 2.0.0

* BREAKING CHANGE: root node is now included in inventory
* All parent/target/fsParent/etc. references set in `root` setter, rather
than the hodgepodge of setters that existed before.
* `treeCheck` function added, to enforce strict correctness guarantees when
`ARBORIST_DEBUG=1` in the environment (on by default in Arborist tests).

## 1.0
## 1.0.0

* Release for npm v7 beta
* Fully functional

## 0.0
## 0.0.0

* Proof of concept
* Before this, it was [`read-package-tree`](http://npm.im/read-package-tree)
2 changes: 1 addition & 1 deletion workspaces/libnpmaccess/CHANGELOG.md
@@ -1,4 +1,4 @@
# Change Log
# Changelog

<a name="4.0.0"></a>
### [6.0.1](https://www.github.com/npm/cli/compare/libnpmaccess-vlibnpmaccess@6.0.0...libnpmaccess-v6.0.1) (2022-03-03)
Expand Down
5 changes: 2 additions & 3 deletions workspaces/libnpmhook/CHANGELOG.md
@@ -1,7 +1,6 @@
# Change Log
# Changelog

<a name="6.0.0"></a>
# [6.0.0](https://github.com/npm/libnpmhook/compare/v5.0.2...v6.0.0) (2020-02-26)
## [6.0.0](https://github.com/npm/libnpmhook/compare/v5.0.2...v6.0.0) (2020-02-26)

### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmorg/CHANGELOG.md
@@ -1,4 +1,4 @@
# Change Log
# Changelog

### [4.0.1](https://www.github.com/npm/cli/compare/libnpmorg-vlibnpmorg@4.0.0...libnpmorg-v4.0.1) (2022-03-03)

Expand Down
3 changes: 1 addition & 2 deletions workspaces/libnpmpack/CHANGELOG.md
Expand Up @@ -8,8 +8,7 @@
* set proper workspace repo urls in package.json ([#4476](https://www.github.com/npm/cli/issues/4476)) ([0cfc155](https://www.github.com/npm/cli/commit/0cfc155db5f11ce23419e440111d99a63bf39754))


### [2.0.0](https://github.com/npm/libnpmpack/compare/libnpmpack-vlibnpmpack@1.0.0...libnpmpack-v2.0.0) (2020-03-27)

## [2.0.0](https://github.com/npm/libnpmpack/compare/v1.0.0...v2.0.0) (2020-03-27)

### Breaking Changes

Expand Down
5 changes: 2 additions & 3 deletions workspaces/libnpmpublish/CHANGELOG.md
@@ -1,7 +1,6 @@
# Change Log
# Changelog

<a name="3.0.1"></a>
# [3.0.1](https://github.com/npm/libnpmpublish/compare/v3.0.0...v3.0.1) (2020-03-27)
## [3.0.1](https://github.com/npm/libnpmpublish/compare/v3.0.0...v3.0.1) (2020-03-27)

### Features

Expand Down
5 changes: 2 additions & 3 deletions workspaces/libnpmsearch/CHANGELOG.md
@@ -1,7 +1,6 @@
# Change Log
# Changelog

<a name="3.0.0"></a>
# [3.0.0](https://github.com/npm/libnpmhook/compare/v2.0.2...v3.0.0) (2020-02-26)
## [3.0.0](https://github.com/npm/libnpmhook/compare/v2.0.2...v3.0.0) (2020-02-26)

### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmteam/CHANGELOG.md
@@ -1,4 +1,4 @@
# Change Log
# Changelog

### [4.0.1](https://www.github.com/npm/cli/compare/libnpmteam-vlibnpmteam@4.0.0...libnpmteam-v4.0.1) (2022-03-03)

Expand Down