Skip to content

Commit

Permalink
chore(misc): publish 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Nov 23, 2023
1 parent c836974 commit b664840
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.0](https://github.com/lerna/lerna/compare/v7.4.2...v8.0.0) (2023-11-23)

### Features

- **version:** add --premajor-version-bump option to force patch bumps for non-breaking changes in premajor packages ([#3876](https://github.com/lerna/lerna/issues/3876)) ([3b05947](https://github.com/lerna/lerna/commit/3b059476fd62fcb09ac391878b73640cceb6b5ef))
- **version:** use corepack for install when enabled ([#3877](https://github.com/lerna/lerna/issues/3877)) ([a3cb7ca](https://github.com/lerna/lerna/commit/a3cb7cad74266c74da5d005324bced500111ed1c))

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
}
},
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"],
"version": "8.0.0-alpha.0"
"version": "8.0.0"
}
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.

4 changes: 4 additions & 0 deletions packages/legacy-package-management/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.

# [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

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

**Note:** Version bump only for package @lerna/legacy-package-management
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy-package-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lerna/legacy-package-management",
"version": "8.0.0-alpha.0",
"version": "8.0.0",
"description": "Legacy package management concerns provided by lerna. Please migrate to use npm/yarn/pnpm workspaces instead.",
"keywords": [
"lerna",
Expand Down
4 changes: 4 additions & 0 deletions packages/legacy-structure/commands/create/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.

# [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

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

**Note:** Version bump only for package @lerna/create
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy-structure/commands/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lerna/create",
"version": "8.0.0-alpha.0",
"version": "8.0.0",
"description": "Create a new lerna-managed package",
"keywords": [
"lerna",
Expand Down
6 changes: 6 additions & 0 deletions packages/lerna/CHANGELOG.md
Original file line number Diff line number Diff line change
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.0](https://github.com/lerna/lerna/compare/v7.4.2...v8.0.0) (2023-11-23)

### Features

- **version:** add --premajor-version-bump option to force patch bumps for non-breaking changes in premajor packages ([#3876](https://github.com/lerna/lerna/issues/3876)) ([3b05947](https://github.com/lerna/lerna/commit/3b059476fd62fcb09ac391878b73640cceb6b5ef))

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

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/lerna/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lerna",
"version": "8.0.0-alpha.0",
"version": "8.0.0",
"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-alpha.0",
"@lerna/create": "8.0.0",
"@npmcli/run-script": "6.0.2",
"@nx/devkit": ">=17.1.2 < 18",
"@octokit/plugin-enterprise-rest": "6.0.1",
Expand Down

0 comments on commit b664840

Please sign in to comment.