Skip to content

Commit

Permalink
chore(release): publish new version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 16, 2023
1 parent 3d5be75 commit 7a29f46
Show file tree
Hide file tree
Showing 30 changed files with 118 additions and 19 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.

## 2.7.0 (2023-11-16)

### Features

* **core:** add (`.jsonc`, `.json5`) support to Lerna-Lite config ([#760](https://github.com/lerna-lite/lerna-lite/issues/760)) ([311c297](https://github.com/lerna-lite/lerna-lite/commit/311c2978f16648db3a041493c2b0be9b1f031a94)) - by @ghiscoding

## [2.6.0](https://github.com/lerna-lite/lerna-lite/compare/v2.5.1...v2.6.0) (2023-10-14)

### Features
Expand Down
19 changes: 14 additions & 5 deletions lerna.jsonc
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
// or from a CDN:: "$schema": "https://raw.githubusercontent.com/lerna-lite/lerna-lite/main/packages/cli/schemas/lerna-schema.json",
"version": "2.6.0",
"version": "2.7.0",
"loglevel": "verbose",
"npmClient": "pnpm",
"command": {
"publish": {
"cleanupTempFiles": true,
"removePackageFields": ["devDependencies", "scripts"]
"removePackageFields": [
"devDependencies",
"scripts"
]
},
"version": {
"conventionalCommits": true,
Expand All @@ -19,6 +21,13 @@
}
},
"changelogPreset": "conventional-changelog-conventionalcommits",
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/helpers/**", "**/*.md"],
"packages": ["packages/*"]
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
"**/helpers/**",
"**/*.md"
],
"packages": [
"packages/*"
]
}
6 changes: 6 additions & 0 deletions packages/changed/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.

## 2.7.0 (2023-11-16)

### Features

* **core:** add (`.jsonc`, `.json5`) support to Lerna-Lite config ([#760](https://github.com/lerna-lite/lerna-lite/issues/760)) ([311c297](https://github.com/lerna-lite/lerna-lite/commit/311c2978f16648db3a041493c2b0be9b1f031a94)) - by @ghiscoding

## [2.6.0](https://github.com/lerna-lite/lerna-lite/compare/v2.5.1...v2.6.0) (2023-10-14)

### Features
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": "2.6.0",
"version": "2.7.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.

## 2.7.0 (2023-11-16)

### Features

* **core:** add (`.jsonc`, `.json5`) support to Lerna-Lite config ([#760](https://github.com/lerna-lite/lerna-lite/issues/760)) ([311c297](https://github.com/lerna-lite/lerna-lite/commit/311c2978f16648db3a041493c2b0be9b1f031a94)) - by @ghiscoding

## [2.6.0](https://github.com/lerna-lite/lerna-lite/compare/v2.5.1...v2.6.0) (2023-10-14)

### 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": "2.6.0",
"version": "2.7.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.

## 2.7.0 (2023-11-16)

### Features

* **core:** add (`.jsonc`, `.json5`) support to Lerna-Lite config ([#760](https://github.com/lerna-lite/lerna-lite/issues/760)) ([311c297](https://github.com/lerna-lite/lerna-lite/commit/311c2978f16648db3a041493c2b0be9b1f031a94)) - by @ghiscoding

## [2.6.0](https://github.com/lerna-lite/lerna-lite/compare/v2.5.1...v2.6.0) (2023-10-14)

### 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": "2.6.0",
"version": "2.7.0",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/diff/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.

## 2.7.0 (2023-11-16)

### Features

* **core:** add (`.jsonc`, `.json5`) support to Lerna-Lite config ([#760](https://github.com/lerna-lite/lerna-lite/issues/760)) ([311c297](https://github.com/lerna-lite/lerna-lite/commit/311c2978f16648db3a041493c2b0be9b1f031a94)) - by @ghiscoding

## [2.6.0](https://github.com/lerna-lite/lerna-lite/compare/v2.5.1...v2.6.0) (2023-10-14)

**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": "2.6.0",
"version": "2.7.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.

## 2.7.0 (2023-11-16)

### Features

* **core:** add (`.jsonc`, `.json5`) support to Lerna-Lite config ([#760](https://github.com/lerna-lite/lerna-lite/issues/760)) ([311c297](https://github.com/lerna-lite/lerna-lite/commit/311c2978f16648db3a041493c2b0be9b1f031a94)) - by @ghiscoding

## [2.6.0](https://github.com/lerna-lite/lerna-lite/compare/v2.5.1...v2.6.0) (2023-10-14)

**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": "2.6.0",
"version": "2.7.0",
"files": [
"/dist"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/filter-packages/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.

## 2.7.0 (2023-11-16)

### Features

* **core:** add (`.jsonc`, `.json5`) support to Lerna-Lite config ([#760](https://github.com/lerna-lite/lerna-lite/issues/760)) ([311c297](https://github.com/lerna-lite/lerna-lite/commit/311c2978f16648db3a041493c2b0be9b1f031a94)) - by @ghiscoding

## [2.6.0](https://github.com/lerna-lite/lerna-lite/compare/v2.5.1...v2.6.0) (2023-10-14)

### Bug Fixes
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": "2.6.0",
"version": "2.7.0",
"files": [
"/dist"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/init/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.

## 2.7.0 (2023-11-16)

### Features

* **core:** add (`.jsonc`, `.json5`) support to Lerna-Lite config ([#760](https://github.com/lerna-lite/lerna-lite/issues/760)) ([311c297](https://github.com/lerna-lite/lerna-lite/commit/311c2978f16648db3a041493c2b0be9b1f031a94)) - by @ghiscoding

## [2.6.0](https://github.com/lerna-lite/lerna-lite/compare/v2.5.1...v2.6.0) (2023-10-14)

**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": "2.6.0",
"version": "2.7.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.

## 2.7.0 (2023-11-16)

### Features

* **core:** add (`.jsonc`, `.json5`) support to Lerna-Lite config ([#760](https://github.com/lerna-lite/lerna-lite/issues/760)) ([311c297](https://github.com/lerna-lite/lerna-lite/commit/311c2978f16648db3a041493c2b0be9b1f031a94)) - by @ghiscoding

## [2.6.0](https://github.com/lerna-lite/lerna-lite/compare/v2.5.1...v2.6.0) (2023-10-14)

**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": "2.6.0",
"version": "2.7.0",
"files": [
"/dist"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/listable/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.

## 2.7.0 (2023-11-16)

### Features

* **core:** add (`.jsonc`, `.json5`) support to Lerna-Lite config ([#760](https://github.com/lerna-lite/lerna-lite/issues/760)) ([311c297](https://github.com/lerna-lite/lerna-lite/commit/311c2978f16648db3a041493c2b0be9b1f031a94)) - by @ghiscoding

## [2.6.0](https://github.com/lerna-lite/lerna-lite/compare/v2.5.1...v2.6.0) (2023-10-14)

**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": "2.6.0",
"version": "2.7.0",
"files": [
"/dist"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/profiler/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.

## 2.7.0 (2023-11-16)

### Features

* **core:** add (`.jsonc`, `.json5`) support to Lerna-Lite config ([#760](https://github.com/lerna-lite/lerna-lite/issues/760)) ([311c297](https://github.com/lerna-lite/lerna-lite/commit/311c2978f16648db3a041493c2b0be9b1f031a94)) - by @ghiscoding

## [2.6.0](https://github.com/lerna-lite/lerna-lite/compare/v2.5.1...v2.6.0) (2023-10-14)

### Bug Fixes
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": "2.6.0",
"version": "2.7.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.

## 2.7.0 (2023-11-16)

### Features

* **core:** add (`.jsonc`, `.json5`) support to Lerna-Lite config ([#760](https://github.com/lerna-lite/lerna-lite/issues/760)) ([311c297](https://github.com/lerna-lite/lerna-lite/commit/311c2978f16648db3a041493c2b0be9b1f031a94)) - by @ghiscoding

## [2.6.0](https://github.com/lerna-lite/lerna-lite/compare/v2.5.1...v2.6.0) (2023-10-14)

### 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": "2.6.0",
"version": "2.7.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.

## 2.7.0 (2023-11-16)

### Features

* **core:** add (`.jsonc`, `.json5`) support to Lerna-Lite config ([#760](https://github.com/lerna-lite/lerna-lite/issues/760)) ([311c297](https://github.com/lerna-lite/lerna-lite/commit/311c2978f16648db3a041493c2b0be9b1f031a94)) - by @ghiscoding

## [2.6.0](https://github.com/lerna-lite/lerna-lite/compare/v2.5.1...v2.6.0) (2023-10-14)

**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": "2.6.0",
"version": "2.7.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.

## 2.7.0 (2023-11-16)

### Features

* **core:** add (`.jsonc`, `.json5`) support to Lerna-Lite config ([#760](https://github.com/lerna-lite/lerna-lite/issues/760)) ([311c297](https://github.com/lerna-lite/lerna-lite/commit/311c2978f16648db3a041493c2b0be9b1f031a94)) - by @ghiscoding

## [2.6.0](https://github.com/lerna-lite/lerna-lite/compare/v2.5.1...v2.6.0) (2023-10-14)

### 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": "2.6.0",
"version": "2.7.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.

## 2.7.0 (2023-11-16)

### Features

* **core:** add (`.jsonc`, `.json5`) support to Lerna-Lite config ([#760](https://github.com/lerna-lite/lerna-lite/issues/760)) ([311c297](https://github.com/lerna-lite/lerna-lite/commit/311c2978f16648db3a041493c2b0be9b1f031a94)) - by @ghiscoding

## [2.6.0](https://github.com/lerna-lite/lerna-lite/compare/v2.5.1...v2.6.0) (2023-10-14)

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

0 comments on commit 7a29f46

Please sign in to comment.