Skip to content

Commit

Permalink
Revert "chore(release): publish new version 1.4.0"
Browse files Browse the repository at this point in the history
This reverts commit e241b2c.
  • Loading branch information
ghiscoding committed May 29, 2022
1 parent e241b2c commit c09d4ff
Show file tree
Hide file tree
Showing 20 changed files with 28 additions and 90 deletions.
11 changes: 0 additions & 11 deletions CHANGELOG.md
Expand Up @@ -4,17 +4,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/ghiscoding/lerna-lite/compare/v1.3.0...v1.4.0) (2022-05-29)

### Bug Fixes

* **init:** add missing packages/workspaces ([f78860d](https://github.com/ghiscoding/lerna-lite/commit/f78860d158dc4e3772ca8e33113f79508c4fda83))
* **version:** support for updating pnpm-lock.yaml ([509ca33](https://github.com/ghiscoding/lerna-lite/commit/509ca3308a76557891feefa5a0f69e350a0687b7))

### Features

* **version:** support for updating `pnpm-lock.yaml`, expand on [#168](https://github.com/ghiscoding/lerna-lite/issues/168) ([ee1a964](https://github.com/ghiscoding/lerna-lite/commit/ee1a96432675886c887544a59dc88185f5ebbd21))

# [1.3.0](https://github.com/ghiscoding/lerna-lite/compare/v1.2.0...v1.3.0) (2022-05-13)

### Features
Expand Down
6 changes: 3 additions & 3 deletions lerna.json
@@ -1,7 +1,7 @@
{
"version": "1.4.0",
"version": "1.3.0",
"loglevel": "info",
"npmClient": "pnpm",
"npmClient": "npm",
"useWorkspaces": true,
"command": {
"publish": {
Expand All @@ -19,4 +19,4 @@
"cmdDryRun": false
}
}
}
}
6 changes: 0 additions & 6 deletions packages/cli/CHANGELOG.md
Expand Up @@ -3,12 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/ghiscoding/lerna-lite/compare/v1.3.0...v1.4.0) (2022-05-29)

### Bug Fixes

* **init:** add missing packages/workspaces ([f78860d](https://github.com/ghiscoding/lerna-lite/commit/f78860d158dc4e3772ca8e33113f79508c4fda83))

# [1.3.0](https://github.com/ghiscoding/lerna-lite/compare/v1.2.0...v1.3.0) (2022-05-13)

### Features
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/cli",
"description": "Lerna-Lite CLI for the Version/Publish commands",
"version": "1.4.0",
"version": "1.3.0",
"main": "dist/cli.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -33,11 +33,11 @@
"npm": ">=8.0.0"
},
"dependencies": {
"@lerna-lite/core": "workspace:*",
"@lerna-lite/info": "workspace:^",
"@lerna-lite/init": "workspace:~",
"@lerna-lite/publish": "workspace:^1.4.0",
"@lerna-lite/version": "workspace:^1.4.0",
"@lerna-lite/core": "^1.3.0",
"@lerna-lite/info": "^1.3.0",
"@lerna-lite/init": "^1.3.0",
"@lerna-lite/publish": "^1.3.0",
"@lerna-lite/version": "^1.3.0",
"dedent": "^0.7.0",
"dotenv": "^16.0.1",
"import-local": "^3.1.0",
Expand Down
7 changes: 0 additions & 7 deletions packages/core/CHANGELOG.md
Expand Up @@ -3,13 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/ghiscoding/lerna-lite/compare/v1.3.0...v1.4.0) (2022-05-29)

### Bug Fixes

* **init:** add missing packages/workspaces ([f78860d](https://github.com/ghiscoding/lerna-lite/commit/f78860d158dc4e3772ca8e33113f79508c4fda83))
* **version:** support for updating pnpm-lock.yaml ([509ca33](https://github.com/ghiscoding/lerna-lite/commit/509ca3308a76557891feefa5a0f69e350a0687b7))

# [1.3.0](https://github.com/ghiscoding/lerna-lite/compare/v1.2.0...v1.3.0) (2022-05-13)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/core",
"description": "Lerna-Lite core implementation module",
"version": "1.4.0",
"version": "1.3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 0 additions & 4 deletions packages/exec-run-common/CHANGELOG.md
Expand Up @@ -3,10 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/ghiscoding/lerna-lite/compare/v1.3.0...v1.4.0) (2022-05-29)

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

# [1.3.0](https://github.com/ghiscoding/lerna-lite/compare/v1.2.0...v1.3.0) (2022-05-13)

**Note:** Version bump only for package @lerna-lite/exec-run-common
Expand Down
4 changes: 2 additions & 2 deletions packages/exec-run-common/package.json
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/exec-run-common",
"description": "Lerna-Lite Exec/Run common util code",
"version": "1.4.0",
"version": "1.3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"npm": ">=8.0.0"
},
"dependencies": {
"@lerna-lite/core": "^1.4.0",
"@lerna-lite/core": "^1.3.0",
"fs-extra": "^10.1.0",
"multimatch": "^5.0.0",
"npmlog": "^6.0.2",
Expand Down
4 changes: 0 additions & 4 deletions packages/exec/CHANGELOG.md
Expand Up @@ -3,10 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/ghiscoding/lerna-lite/compare/v1.3.0...v1.4.0) (2022-05-29)

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

# [1.3.0](https://github.com/ghiscoding/lerna-lite/compare/v1.2.0...v1.3.0) (2022-05-13)

**Note:** Version bump only for package @lerna-lite/exec
Expand Down
6 changes: 3 additions & 3 deletions packages/exec/package.json
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/exec",
"description": "Lerna-Lite Exec command will execute an arbitrary command in each package",
"version": "1.4.0",
"version": "1.3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -31,8 +31,8 @@
"npm": ">=8.0.0"
},
"dependencies": {
"@lerna-lite/core": "^1.4.0",
"@lerna-lite/exec-run-common": "^1.4.0",
"@lerna-lite/core": "^1.3.0",
"@lerna-lite/exec-run-common": "^1.3.0",
"fs-extra": "^10.1.0",
"multimatch": "^5.0.0",
"npmlog": "^6.0.2",
Expand Down
4 changes: 0 additions & 4 deletions packages/info/CHANGELOG.md
Expand Up @@ -3,10 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/ghiscoding/lerna-lite/compare/v1.3.0...v1.4.0) (2022-05-29)

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

# [1.3.0](https://github.com/ghiscoding/lerna-lite/compare/v1.2.0...v1.3.0) (2022-05-13)

**Note:** Version bump only for package @lerna-lite/info
Expand Down
4 changes: 2 additions & 2 deletions packages/info/package.json
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/info",
"description": "Lerna-Lite - Prints local environnment information",
"version": "1.4.0",
"version": "1.3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"npm": ">=8.0.0"
},
"dependencies": {
"@lerna-lite/core": "^1.4.0",
"@lerna-lite/core": "^1.3.0",
"dedent": "^0.7.0",
"envinfo": "^7.8.1",
"yargs": "^17.5.1"
Expand Down
6 changes: 0 additions & 6 deletions packages/init/CHANGELOG.md
Expand Up @@ -3,12 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/ghiscoding/lerna-lite/compare/v1.3.0...v1.4.0) (2022-05-29)

### Bug Fixes

* **init:** add missing packages/workspaces ([f78860d](https://github.com/ghiscoding/lerna-lite/commit/f78860d158dc4e3772ca8e33113f79508c4fda83))

# [1.3.0](https://github.com/ghiscoding/lerna-lite/compare/v1.2.0...v1.3.0) (2022-05-13)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/init/package.json
@@ -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": "1.4.0",
"version": "1.3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"npm": ">=8.0.0"
},
"dependencies": {
"@lerna-lite/core": "^1.4.0",
"@lerna-lite/core": "^1.3.0",
"fs-extra": "^10.1.0",
"p-map": "^4.0.0",
"write-json-file": "^4.3.0"
Expand Down
4 changes: 0 additions & 4 deletions packages/publish/CHANGELOG.md
Expand Up @@ -3,10 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/ghiscoding/lerna-lite/compare/v1.3.0...v1.4.0) (2022-05-29)

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

# [1.3.0](https://github.com/ghiscoding/lerna-lite/compare/v1.2.0...v1.3.0) (2022-05-13)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/publish/package.json
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/publish",
"description": "Publish packages in the current workspace",
"version": "1.4.0",
"version": "1.3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -31,8 +31,8 @@
"npm": ">=8.0.0"
},
"dependencies": {
"@lerna-lite/core": "^1.4.0",
"@lerna-lite/version": "^1.4.0",
"@lerna-lite/core": "^1.3.0",
"@lerna-lite/version": "^1.3.0",
"byte-size": "^7.0.1",
"columnify": "^1.6.0",
"fs-extra": "^10.1.0",
Expand Down
6 changes: 0 additions & 6 deletions packages/run/CHANGELOG.md
Expand Up @@ -3,12 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/ghiscoding/lerna-lite/compare/v1.3.0...v1.4.0) (2022-05-29)

### Bug Fixes

* **init:** add missing packages/workspaces ([f78860d](https://github.com/ghiscoding/lerna-lite/commit/f78860d158dc4e3772ca8e33113f79508c4fda83))

# [1.3.0](https://github.com/ghiscoding/lerna-lite/compare/v1.2.0...v1.3.0) (2022-05-13)

**Note:** Version bump only for package @lerna-lite/run
Expand Down
6 changes: 3 additions & 3 deletions packages/run/package.json
@@ -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": "1.4.0",
"version": "1.3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -31,8 +31,8 @@
"npm": ">=8.0.0"
},
"dependencies": {
"@lerna-lite/core": "^1.4.0",
"@lerna-lite/exec-run-common": "^1.4.0",
"@lerna-lite/core": "^1.3.0",
"@lerna-lite/exec-run-common": "^1.3.0",
"fs-extra": "^10.1.0",
"multimatch": "^5.0.0",
"npmlog": "^6.0.2",
Expand Down
10 changes: 0 additions & 10 deletions packages/version/CHANGELOG.md
Expand Up @@ -3,16 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/ghiscoding/lerna-lite/compare/v1.3.0...v1.4.0) (2022-05-29)

### Bug Fixes

* **version:** support for updating pnpm-lock.yaml ([509ca33](https://github.com/ghiscoding/lerna-lite/commit/509ca3308a76557891feefa5a0f69e350a0687b7))

### Features

* **version:** support for updating `pnpm-lock.yaml`, expand on [#168](https://github.com/ghiscoding/lerna-lite/issues/168) ([ee1a964](https://github.com/ghiscoding/lerna-lite/commit/ee1a96432675886c887544a59dc88185f5ebbd21))

# [1.3.0](https://github.com/ghiscoding/lerna-lite/compare/v1.2.0...v1.3.0) (2022-05-13)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/version/package.json
@@ -1,7 +1,7 @@
{
"name": "@lerna-lite/version",
"description": "Bump version & write changelog of packages changed since the last release",
"version": "1.4.0",
"version": "1.3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"npm": ">=8.0.0"
},
"dependencies": {
"@lerna-lite/core": "^1.4.0",
"@lerna-lite/core": "^1.3.0",
"chalk": "^4.1.2",
"dedent": "^0.7.0",
"js-yaml": "^4.1.0",
Expand All @@ -51,13 +51,13 @@
},
"devDependencies": {
"@npm/types": "^1.0.2",
"@pnpm/lockfile-types": "^4.0.1",
"@types/conventional-changelog-core": "^4.2.1",
"@types/conventional-recommended-bump": "^6.1.0",
"@types/execa": "^2.0.0",
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",
"@types/load-json-file": "^5.1.0",
"@pnpm/lockfile-types": "^4.0.1",
"@types/p-map": "^2.0.0",
"@types/semver": "^7.3.9",
"@types/write-json-file": "^3.2.1",
Expand Down

0 comments on commit c09d4ff

Please sign in to comment.