Skip to content

Commit

Permalink
chore(release): publish new version v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 15, 2024
1 parent 08dee1d commit 567a622
Show file tree
Hide file tree
Showing 30 changed files with 93 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.0](https:/lerna-lite/lerna-lite/compare/v3.9.3...v3.10.0) (2024-10-15)

### Features

* support --scope filter options in all lerna commands ([#948](https:/lerna-lite/lerna-lite/issues/948)) ([f72f893](https:/lerna-lite/lerna-lite/commit/f72f893beb5b9c3c23c861caba06dab801c37435)) - by @farfromrefug

## [3.9.3](https:/lerna-lite/lerna-lite/compare/v3.9.2...v3.9.3) (2024-10-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "3.9.3",
"version": "3.10.0",
"loglevel": "verbose",
"npmClient": "pnpm",
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/changed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.0](https:/lerna-lite/lerna-lite/compare/v3.9.3...v3.10.0) (2024-10-15)

**Note:** Version bump only for package @lerna-lite/changed

## [3.9.3](https:/lerna-lite/lerna-lite/compare/v3.9.2...v3.9.3) (2024-10-08)

**Note:** Version bump only for package @lerna-lite/changed
Expand Down
2 changes: 1 addition & 1 deletion packages/changed/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/changed",
"description": "Lerna-Lite changed commmand - List local packages that have changed since the last tagged release",
"version": "3.9.3",
"version": "3.10.0",
"files": [
"/dist"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.0](https:/lerna-lite/lerna-lite/compare/v3.9.3...v3.10.0) (2024-10-15)

### Features

* support --scope filter options in all lerna commands ([#948](https:/lerna-lite/lerna-lite/issues/948)) ([f72f893](https:/lerna-lite/lerna-lite/commit/f72f893beb5b9c3c23c861caba06dab801c37435)) - by @farfromrefug

## [3.9.3](https:/lerna-lite/lerna-lite/compare/v3.9.2...v3.9.3) (2024-10-08)

**Note:** Version bump only for package @lerna-lite/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/cli",
"description": "Lerna-Lite CLI for the Version/Publish commands",
"version": "3.9.3",
"version": "3.10.0",
"bin": {
"lerna": "dist/cli.js"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.0](https:/lerna-lite/lerna-lite/compare/v3.9.3...v3.10.0) (2024-10-15)

### Features

* support --scope filter options in all lerna commands ([#948](https:/lerna-lite/lerna-lite/issues/948)) ([f72f893](https:/lerna-lite/lerna-lite/commit/f72f893beb5b9c3c23c861caba06dab801c37435)) - by @farfromrefug

## [3.9.3](https:/lerna-lite/lerna-lite/compare/v3.9.2...v3.9.3) (2024-10-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/core",
"description": "Lerna-Lite core implementation module",
"version": "3.9.3",
"version": "3.10.0",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/diff/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.0](https:/lerna-lite/lerna-lite/compare/v3.9.3...v3.10.0) (2024-10-15)

**Note:** Version bump only for package @lerna-lite/diff

## [3.9.3](https:/lerna-lite/lerna-lite/compare/v3.9.2...v3.9.3) (2024-10-08)

**Note:** Version bump only for package @lerna-lite/diff
Expand Down
2 changes: 1 addition & 1 deletion packages/diff/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/diff",
"description": "Lerna-Lite diff commmand - Diff all packages or a single package since the last release",
"version": "3.9.3",
"version": "3.10.0",
"files": [
"/dist"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/exec/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.0](https:/lerna-lite/lerna-lite/compare/v3.9.3...v3.10.0) (2024-10-15)

### Features

* support --scope filter options in all lerna commands ([#948](https:/lerna-lite/lerna-lite/issues/948)) ([f72f893](https:/lerna-lite/lerna-lite/commit/f72f893beb5b9c3c23c861caba06dab801c37435)) - by @farfromrefug

## [3.9.3](https:/lerna-lite/lerna-lite/compare/v3.9.2...v3.9.3) (2024-10-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/exec/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/exec",
"description": "Lerna-Lite Exec command will execute an arbitrary command in each package",
"version": "3.9.3",
"version": "3.10.0",
"files": [
"/dist"
],
Expand Down
4 changes: 4 additions & 0 deletions packages/init/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.0](https:/lerna-lite/lerna-lite/compare/v3.9.3...v3.10.0) (2024-10-15)

**Note:** Version bump only for package @lerna-lite/init

## [3.9.3](https:/lerna-lite/lerna-lite/compare/v3.9.2...v3.9.3) (2024-10-08)

**Note:** Version bump only for package @lerna-lite/init
Expand Down
2 changes: 1 addition & 1 deletion packages/init/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/init",
"description": "Lerna-Lite init commmand - Create a new Lerna repo or upgrade an existing repo to the current version of Lerna",
"version": "3.9.3",
"version": "3.10.0",
"files": [
"/dist"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.0](https:/lerna-lite/lerna-lite/compare/v3.9.3...v3.10.0) (2024-10-15)

### Features

* support --scope filter options in all lerna commands ([#948](https:/lerna-lite/lerna-lite/issues/948)) ([f72f893](https:/lerna-lite/lerna-lite/commit/f72f893beb5b9c3c23c861caba06dab801c37435)) - by @farfromrefug

## [3.9.3](https:/lerna-lite/lerna-lite/compare/v3.9.2...v3.9.3) (2024-10-08)

**Note:** Version bump only for package @lerna-lite/list
Expand Down
2 changes: 1 addition & 1 deletion packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/list",
"description": "Lerna-Lite list commmand - List local packages",
"version": "3.9.3",
"version": "3.10.0",
"files": [
"/dist"
],
Expand Down
4 changes: 4 additions & 0 deletions packages/listable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.0](https:/lerna-lite/lerna-lite/compare/v3.9.3...v3.10.0) (2024-10-15)

**Note:** Version bump only for package @lerna-lite/listable

## [3.9.3](https:/lerna-lite/lerna-lite/compare/v3.9.2...v3.9.3) (2024-10-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/listable/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/listable",
"description": "Lerna-Lite listable utils",
"version": "3.9.3",
"version": "3.10.0",
"files": [
"/dist"
],
Expand Down
4 changes: 4 additions & 0 deletions packages/npmlog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.0](https:/lerna-lite/lerna-lite/compare/v3.9.3...v3.10.0) (2024-10-15)

**Note:** Version bump only for package @lerna-lite/npmlog

## [3.9.3](https:/lerna-lite/lerna-lite/compare/v3.9.2...v3.9.3) (2024-10-08)

**Note:** Version bump only for package @lerna-lite/npmlog
Expand Down
2 changes: 1 addition & 1 deletion packages/npmlog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/npmlog",
"description": "Lerna-Lite npmlog reimplementation of the now deprecated npm/npmlog",
"version": "3.9.3",
"version": "3.10.0",
"files": [
"/dist"
],
Expand Down
4 changes: 4 additions & 0 deletions packages/profiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.0](https:/lerna-lite/lerna-lite/compare/v3.9.3...v3.10.0) (2024-10-15)

**Note:** Version bump only for package @lerna-lite/profiler

## [3.9.3](https:/lerna-lite/lerna-lite/compare/v3.9.2...v3.9.3) (2024-10-08)

**Note:** Version bump only for package @lerna-lite/profiler
Expand Down
2 changes: 1 addition & 1 deletion packages/profiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/profiler",
"description": "Lerna-Lite Profiler used by certain optional commands (Run/Exec)",
"version": "3.9.3",
"version": "3.10.0",
"files": [
"/dist"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/publish/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.0](https:/lerna-lite/lerna-lite/compare/v3.9.3...v3.10.0) (2024-10-15)

### Features

* support --scope filter options in all lerna commands ([#948](https:/lerna-lite/lerna-lite/issues/948)) ([f72f893](https:/lerna-lite/lerna-lite/commit/f72f893beb5b9c3c23c861caba06dab801c37435)) - by @farfromrefug

## [3.9.3](https:/lerna-lite/lerna-lite/compare/v3.9.2...v3.9.3) (2024-10-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/publish/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/publish",
"description": "Publish packages in the current workspace",
"version": "3.9.3",
"version": "3.10.0",
"files": [
"/dist"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/run/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.0](https:/lerna-lite/lerna-lite/compare/v3.9.3...v3.10.0) (2024-10-15)

### Features

* support --scope filter options in all lerna commands ([#948](https:/lerna-lite/lerna-lite/issues/948)) ([f72f893](https:/lerna-lite/lerna-lite/commit/f72f893beb5b9c3c23c861caba06dab801c37435)) - by @farfromrefug

## [3.9.3](https:/lerna-lite/lerna-lite/compare/v3.9.2...v3.9.3) (2024-10-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/run/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/run",
"description": "Lerna-Lite Run command will help to run npm script in each package workspace that contains that script",
"version": "3.9.3",
"version": "3.10.0",
"files": [
"/dist"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/version/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.0](https:/lerna-lite/lerna-lite/compare/v3.9.3...v3.10.0) (2024-10-15)

### Features

* support --scope filter options in all lerna commands ([#948](https:/lerna-lite/lerna-lite/issues/948)) ([f72f893](https:/lerna-lite/lerna-lite/commit/f72f893beb5b9c3c23c861caba06dab801c37435)) - by @farfromrefug

## [3.9.3](https:/lerna-lite/lerna-lite/compare/v3.9.2...v3.9.3) (2024-10-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/version/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/version",
"description": "Bump version & write changelog of packages changed since the last release",
"version": "3.9.3",
"version": "3.10.0",
"files": [
"/dist"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/watch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.0](https:/lerna-lite/lerna-lite/compare/v3.9.3...v3.10.0) (2024-10-15)

### Features

* support --scope filter options in all lerna commands ([#948](https:/lerna-lite/lerna-lite/issues/948)) ([f72f893](https:/lerna-lite/lerna-lite/commit/f72f893beb5b9c3c23c861caba06dab801c37435)) - by @farfromrefug

## [3.9.3](https:/lerna-lite/lerna-lite/compare/v3.9.2...v3.9.3) (2024-10-08)

**Note:** Version bump only for package @lerna-lite/watch
Expand Down
2 changes: 1 addition & 1 deletion packages/watch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/watch",
"description": "Lerna-Lite watch commmand - Runs a command whenever packages or their dependents change",
"version": "3.9.3",
"version": "3.10.0",
"files": [
"/dist"
],
Expand Down

0 comments on commit 567a622

Please sign in to comment.