Skip to content

Commit

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

## [3.5.1](https://github.com/lerna-lite/lerna-lite/compare/v3.5.0...v3.5.1) (2024-06-07)

### Bug Fixes

* **publish:** always bump & publish peer deps with `workspace:` protocol ([#873](https://github.com/lerna-lite/lerna-lite/issues/873)) ([0325539](https://github.com/lerna-lite/lerna-lite/commit/03255399018b19bd3a7de1f0ef9ee0c82ed6137e)) - by @ghiscoding
* **publish:** update lerna-lite schema for graphType property ([15be75f](https://github.com/lerna-lite/lerna-lite/commit/15be75feb7bd8f499b20d29ee25f63df3d6293ca)) - by @ghiscoding

## [3.5.0](https://github.com/lerna-lite/lerna-lite/compare/v3.4.0...v3.5.0) (2024-06-03)

### 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.5.0",
"version": "3.5.1",
"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.5.1](https://github.com/lerna-lite/lerna-lite/compare/v3.5.0...v3.5.1) (2024-06-07)

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

## [3.5.0](https://github.com/lerna-lite/lerna-lite/compare/v3.4.0...v3.5.0) (2024-06-03)

**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.5.0",
"version": "3.5.1",
"files": [
"/dist"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.1](https://github.com/lerna-lite/lerna-lite/compare/v3.5.0...v3.5.1) (2024-06-07)

### Bug Fixes

* **publish:** always bump & publish peer deps with `workspace:` protocol ([#873](https://github.com/lerna-lite/lerna-lite/issues/873)) ([0325539](https://github.com/lerna-lite/lerna-lite/commit/03255399018b19bd3a7de1f0ef9ee0c82ed6137e)) - by @ghiscoding
* **publish:** update lerna-lite schema for graphType property ([15be75f](https://github.com/lerna-lite/lerna-lite/commit/15be75feb7bd8f499b20d29ee25f63df3d6293ca)) - by @ghiscoding

## [3.5.0](https://github.com/lerna-lite/lerna-lite/compare/v3.4.0...v3.5.0) (2024-06-03)

### Features
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.5.0",
"version": "3.5.1",
"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.5.1](https://github.com/lerna-lite/lerna-lite/compare/v3.5.0...v3.5.1) (2024-06-07)

### Bug Fixes

* **publish:** always bump & publish peer deps with `workspace:` protocol ([#873](https://github.com/lerna-lite/lerna-lite/issues/873)) ([0325539](https://github.com/lerna-lite/lerna-lite/commit/03255399018b19bd3a7de1f0ef9ee0c82ed6137e)) - by @ghiscoding

## [3.5.0](https://github.com/lerna-lite/lerna-lite/compare/v3.4.0...v3.5.0) (2024-06-03)

### Features
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.5.0",
"version": "3.5.1",
"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.5.1](https://github.com/lerna-lite/lerna-lite/compare/v3.5.0...v3.5.1) (2024-06-07)

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

## [3.5.0](https://github.com/lerna-lite/lerna-lite/compare/v3.4.0...v3.5.0) (2024-06-03)

**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.5.0",
"version": "3.5.1",
"files": [
"/dist"
],
Expand Down
4 changes: 4 additions & 0 deletions packages/exec/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.5.1](https://github.com/lerna-lite/lerna-lite/compare/v3.5.0...v3.5.1) (2024-06-07)

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

## [3.5.0](https://github.com/lerna-lite/lerna-lite/compare/v3.4.0...v3.5.0) (2024-06-03)

**Note:** Version bump only for package @lerna-lite/exec
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.5.0",
"version": "3.5.1",
"files": [
"/dist"
],
Expand Down
4 changes: 4 additions & 0 deletions packages/filter-packages/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.5.1](https://github.com/lerna-lite/lerna-lite/compare/v3.5.0...v3.5.1) (2024-06-07)

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

## [3.5.0](https://github.com/lerna-lite/lerna-lite/compare/v3.4.0...v3.5.0) (2024-06-03)

**Note:** Version bump only for package @lerna-lite/filter-packages
Expand Down
2 changes: 1 addition & 1 deletion packages/filter-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/filter-packages",
"description": "Lerna-Lite common filtering utils used by a few optional commands (Exec/List/Run/Watch)",
"version": "3.5.0",
"version": "3.5.1",
"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.5.1](https://github.com/lerna-lite/lerna-lite/compare/v3.5.0...v3.5.1) (2024-06-07)

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

## [3.5.0](https://github.com/lerna-lite/lerna-lite/compare/v3.4.0...v3.5.0) (2024-06-03)

**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.5.0",
"version": "3.5.1",
"files": [
"/dist"
],
Expand Down
4 changes: 4 additions & 0 deletions packages/list/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.5.1](https://github.com/lerna-lite/lerna-lite/compare/v3.5.0...v3.5.1) (2024-06-07)

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

## [3.5.0](https://github.com/lerna-lite/lerna-lite/compare/v3.4.0...v3.5.0) (2024-06-03)

**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.5.0",
"version": "3.5.1",
"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.5.1](https://github.com/lerna-lite/lerna-lite/compare/v3.5.0...v3.5.1) (2024-06-07)

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

## [3.5.0](https://github.com/lerna-lite/lerna-lite/compare/v3.4.0...v3.5.0) (2024-06-03)

**Note:** Version bump only for package @lerna-lite/listable
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.5.0",
"version": "3.5.1",
"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.5.1](https://github.com/lerna-lite/lerna-lite/compare/v3.5.0...v3.5.1) (2024-06-07)

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

## [3.5.0](https://github.com/lerna-lite/lerna-lite/compare/v3.4.0...v3.5.0) (2024-06-03)

**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.5.0",
"version": "3.5.1",
"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.5.1](https://github.com/lerna-lite/lerna-lite/compare/v3.5.0...v3.5.1) (2024-06-07)

### Bug Fixes

* **publish:** always bump & publish peer deps with `workspace:` protocol ([#873](https://github.com/lerna-lite/lerna-lite/issues/873)) ([0325539](https://github.com/lerna-lite/lerna-lite/commit/03255399018b19bd3a7de1f0ef9ee0c82ed6137e)) - by @ghiscoding

## [3.5.0](https://github.com/lerna-lite/lerna-lite/compare/v3.4.0...v3.5.0) (2024-06-03)

**Note:** Version bump only for package @lerna-lite/publish
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.5.0",
"version": "3.5.1",
"files": [
"/dist"
],
Expand Down
4 changes: 4 additions & 0 deletions packages/run/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.5.1](https://github.com/lerna-lite/lerna-lite/compare/v3.5.0...v3.5.1) (2024-06-07)

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

## [3.5.0](https://github.com/lerna-lite/lerna-lite/compare/v3.4.0...v3.5.0) (2024-06-03)

**Note:** Version bump only for package @lerna-lite/run
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.5.0",
"version": "3.5.1",
"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.5.1](https://github.com/lerna-lite/lerna-lite/compare/v3.5.0...v3.5.1) (2024-06-07)

### Bug Fixes

* **publish:** always bump & publish peer deps with `workspace:` protocol ([#873](https://github.com/lerna-lite/lerna-lite/issues/873)) ([0325539](https://github.com/lerna-lite/lerna-lite/commit/03255399018b19bd3a7de1f0ef9ee0c82ed6137e)) - by @ghiscoding

## [3.5.0](https://github.com/lerna-lite/lerna-lite/compare/v3.4.0...v3.5.0) (2024-06-03)

### Features
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.5.0",
"version": "3.5.1",
"files": [
"/dist"
],
Expand Down
4 changes: 4 additions & 0 deletions packages/watch/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.5.1](https://github.com/lerna-lite/lerna-lite/compare/v3.5.0...v3.5.1) (2024-06-07)

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

## [3.5.0](https://github.com/lerna-lite/lerna-lite/compare/v3.4.0...v3.5.0) (2024-06-03)

**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.5.0",
"version": "3.5.1",
"files": [
"/dist"
],
Expand Down

0 comments on commit 8d01f69

Please sign in to comment.