Skip to content

Commit

Permalink
chore: release 2009.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Nov 24, 2023
1 parent 8774569 commit c8f7e58
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
".": "2009.0.1",
"pkg1": "2009.0.1",
"pkg2": "2009.0.1",
"pkg3": "2009.0.1",
".": "2009.0.2",
"pkg1": "2009.0.2",
"pkg2": "2009.0.2",
"pkg3": "2009.0.2",
"workspaces/arbitrary-name": "2009.0.1",
"workspaces/not-the-name": "2009.0.1",
"workspaces/pkg6": "2009.0.1"
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2009.0.2](https://github.com/npm/npm-cli-release-please/compare/v2009.0.1...v2009.0.2) (2023-11-23)

### Bug Fixes

* [`8774569`](https://github.com/npm/npm-cli-release-please/commit/8774569b101d80cbfd373eb69ae6418baf3ec2b2) update pkg (@lukekarrys)

### Dependencies

* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg1-v2009.0.2): `[email protected]`
* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v2009.0.2): `[email protected]`

## [2009.0.1](https://github.com/npm/npm-cli-release-please/compare/v2009.0.0...v2009.0.1) (2023-11-23)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-cli-release-please",
"version": "2009.0.1",
"version": "2009.0.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -54,8 +54,8 @@
"dependencies": {
"@npmcli/pkg6": "^2009.0.1",
"abbrev": "^2.0.0",
"pkg1": "^2009.0.1",
"pkg2": "^2009.0.1",
"pkg1": "^2009.0.2",
"pkg2": "^2009.0.2",
"pkg4": "^2009.0.1",
"pkg5": "^2009.0.1"
},
Expand Down
6 changes: 6 additions & 0 deletions pkg1/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
* devDependencies
* pkg2 bumped from ^1011.0.4 to ^1011.0.5

## [2009.0.2](https://github.com/npm/npm-cli-release-please/compare/pkg1-v2009.0.1...pkg1-v2009.0.2) (2023-11-23)

### Dependencies

* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v2009.0.2): `[email protected]`

## [2009.0.1](https://github.com/npm/npm-cli-release-please/compare/pkg1-v2009.0.0...pkg1-v2009.0.1) (2023-11-23)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions pkg1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pkg1",
"version": "2009.0.1",
"version": "2009.0.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^4.0.1",
"@npmcli/template-oss": "file:../scripts/npmcli-template-oss-14468.tgz",
"pkg2": "^2009.0.1",
"pkg2": "^2009.0.2",
"tap": "^16.3.4"
},
"tap": {
Expand Down
6 changes: 6 additions & 0 deletions pkg2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
* dependencies
* @npmcli/pkg3 bumped from ^1014.0.0 to ^1015.0.0-pre

## [2009.0.2](https://github.com/npm/npm-cli-release-please/compare/pkg2-v2009.0.1...pkg2-v2009.0.2) (2023-11-23)

### Dependencies

* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg3-v2009.0.2): `@npmcli/[email protected]`

## [2009.0.1](https://github.com/npm/npm-cli-release-please/compare/pkg2-v2009.0.0...pkg2-v2009.0.1) (2023-11-23)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions pkg2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pkg2",
"version": "2009.0.1",
"version": "2009.0.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"tap": "^16.3.4"
},
"dependencies": {
"@npmcli/pkg3": "^2009.0.1"
"@npmcli/pkg3": "^2009.0.2"
},
"tap": {
"nyc-arg": [
Expand Down
6 changes: 6 additions & 0 deletions pkg3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2009.0.2](https://github.com/npm/npm-cli-release-please/compare/pkg3-v2009.0.1...pkg3-v2009.0.2) (2023-11-23)

### Bug Fixes

* [`8774569`](https://github.com/npm/npm-cli-release-please/commit/8774569b101d80cbfd373eb69ae6418baf3ec2b2) update pkg (@lukekarrys)

## [2009.0.1](https://github.com/npm/npm-cli-release-please/compare/pkg3-v2009.0.0...pkg3-v2009.0.1) (2023-11-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pkg3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/pkg3",
"version": "2009.0.1",
"version": "2009.0.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c8f7e58

Please sign in to comment.