Skip to content

Commit

Permalink
chore(misc): publish 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Feb 5, 2024
1 parent e7beaf3 commit 8c7316e
Show file tree
Hide file tree
Showing 9 changed files with 32 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.1.0](https://github.com/lerna/lerna/compare/v8.0.2...v8.1.0) (2024-02-05)

### Features

- support nx v18 ([#3950](https://github.com/lerna/lerna/issues/3950)) ([ea3fb65](https://github.com/lerna/lerna/commit/ea3fb65b5f8f9af11a4acea3c63222283ea869d5))
- **version:** custom tag-version-separator for independent projects ([#3951](https://github.com/lerna/lerna/issues/3951)) ([43de79c](https://github.com/lerna/lerna/commit/43de79cb5818baba8c7239b01f020817d0d1be6f))

## [8.0.2](https://github.com/lerna/lerna/compare/v8.0.1...v8.0.2) (2024-01-05)

### Bug Fixes
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.2"
"version": "8.1.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.1.0](https://github.com/lerna/lerna/compare/v8.0.2...v8.1.0) (2024-02-05)

**Note:** Version bump only for package @lerna/legacy-package-management

## [8.0.2](https://github.com/lerna/lerna/compare/v8.0.1...v8.0.2) (2024-01-05)

**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.2",
"version": "8.1.0",
"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
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.1.0](https://github.com/lerna/lerna/compare/v8.0.2...v8.1.0) (2024-02-05)

### Features

- support nx v18 ([#3950](https://github.com/lerna/lerna/issues/3950)) ([ea3fb65](https://github.com/lerna/lerna/commit/ea3fb65b5f8f9af11a4acea3c63222283ea869d5))

## [8.0.2](https://github.com/lerna/lerna/compare/v8.0.1...v8.0.2) (2024-01-05)

**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.2",
"version": "8.1.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.1.0](https://github.com/lerna/lerna/compare/v8.0.2...v8.1.0) (2024-02-05)

### Features

- support nx v18 ([#3950](https://github.com/lerna/lerna/issues/3950)) ([ea3fb65](https://github.com/lerna/lerna/commit/ea3fb65b5f8f9af11a4acea3c63222283ea869d5))

## [8.0.2](https://github.com/lerna/lerna/compare/v8.0.1...v8.0.2) (2024-01-05)

### Bug Fixes
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.2",
"version": "8.1.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.2",
"@lerna/create": "8.1.0",
"@npmcli/run-script": "7.0.2",
"@nx/devkit": ">=17.1.2 < 19",
"@octokit/plugin-enterprise-rest": "6.0.1",
Expand Down

0 comments on commit 8c7316e

Please sign in to comment.