Skip to content

Commit

Permalink
chore(misc): publish 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Dec 15, 2023
1 parent 1b91cc0 commit 5646a45
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.1](https://github.com/lerna/lerna/compare/v8.0.0...v8.0.1) (2023-12-15)

### Bug Fixes

- update node-gyp usage to v10 to resolve npm warning ([#3919](https://github.com/lerna/lerna/issues/3919)) ([f5fdcba](https://github.com/lerna/lerna/commit/f5fdcba1ef53fa8d779dcaf6c617cba3461f343c))
- **version:** create correct independent tags when using --sign-git-tag ([#3917](https://github.com/lerna/lerna/issues/3917)) ([8f7a32b](https://github.com/lerna/lerna/commit/8f7a32b519ba64fd3d608c6211d0e74d651f2e13))

## BREAKING CHANGES

> After updating we strongly recommend running `lerna repair` in your project. This will migrate your `lerna.json` to the latest and greatest and remove any outdated options.
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -16,5 +16,5 @@
}
},
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"],
"version": "8.0.0"
"version": "8.0.1"
}
8 changes: 4 additions & 4 deletions package-lock.json

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

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

## [8.0.1](https://github.com/lerna/lerna/compare/v8.0.0...v8.0.1) (2023-12-15)

### Bug Fixes

- update node-gyp usage to v10 to resolve npm warning ([#3919](https://github.com/lerna/lerna/issues/3919)) ([f5fdcba](https://github.com/lerna/lerna/commit/f5fdcba1ef53fa8d779dcaf6c617cba3461f343c))

# [8.0.0](https://github.com/lerna/lerna/compare/v7.4.2...v8.0.0) (2023-11-23)

**Note:** Version bump only for package @lerna/legacy-package-management
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy-package-management/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/legacy-package-management",
"version": "8.0.0",
"version": "8.0.1",
"description": "Legacy package management concerns provided by lerna. Please migrate to use npm/yarn/pnpm workspaces instead.",
"keywords": [
"lerna",
Expand Down
6 changes: 6 additions & 0 deletions packages/legacy-structure/commands/create/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.1](https://github.com/lerna/lerna/compare/v8.0.0...v8.0.1) (2023-12-15)

### Bug Fixes

- update node-gyp usage to v10 to resolve npm warning ([#3919](https://github.com/lerna/lerna/issues/3919)) ([f5fdcba](https://github.com/lerna/lerna/commit/f5fdcba1ef53fa8d779dcaf6c617cba3461f343c))

# [8.0.0](https://github.com/lerna/lerna/compare/v7.4.2...v8.0.0) (2023-11-23)

**Note:** Version bump only for package @lerna/create
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy-structure/commands/create/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/create",
"version": "8.0.0",
"version": "8.0.1",
"description": "Create a new lerna-managed package",
"keywords": [
"lerna",
Expand Down
6 changes: 6 additions & 0 deletions packages/lerna/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.1](https://github.com/lerna/lerna/compare/v8.0.0...v8.0.1) (2023-12-15)

### Bug Fixes

- update node-gyp usage to v10 to resolve npm warning ([#3919](https://github.com/lerna/lerna/issues/3919)) ([f5fdcba](https://github.com/lerna/lerna/commit/f5fdcba1ef53fa8d779dcaf6c617cba3461f343c))

# [8.0.0](https://github.com/lerna/lerna/compare/v7.4.2...v8.0.0) (2023-11-23)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/lerna/package.json
@@ -1,6 +1,6 @@
{
"name": "lerna",
"version": "8.0.0",
"version": "8.0.1",
"description": "Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository",
"keywords": [
"lerna",
Expand Down Expand Up @@ -37,7 +37,7 @@
"migrations": "./migrations.json"
},
"dependencies": {
"@lerna/create": "8.0.0",
"@lerna/create": "8.0.1",
"@npmcli/run-script": "7.0.2",
"@nx/devkit": ">=17.1.2 < 18",
"@octokit/plugin-enterprise-rest": "6.0.1",
Expand Down

0 comments on commit 5646a45

Please sign in to comment.