@lerna-lite/publish 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -15,7 +15,7 @@ Lerna-Lite Publish command, publish packages in the current project
15
15
 
16
16
  ---
17
17
 
18
- ## Installation
18
+ ## Installation
19
19
  ```sh
20
20
  # install globally
21
21
  npm install -g @lerna-lite/cli
@@ -148,10 +148,11 @@ This option can be used to publish a [`prerelease`](http://carrot.is/coding/npm_
148
148
 
149
149
  ### `--force-publish`
150
150
 
151
- To be used with [`--canary`](#--canary) to publish a canary version of all packages in your monorepo. This flag can be helpful when you need to make canary releases of packages beyond what was changed in the most recent commit.
151
+ To be used with [`--canary`](#--canary) to publish a canary version of all packages in your monorepo. This flag can be helpful when you need to make canary releases of packages beyond what was changed in the most recent commit.
152
152
 
153
- ```
153
+ ```sh
154
154
  lerna publish --canary --force-publish
155
+ ```
155
156
 
156
157
  ### `--git-head <sha>`
157
158
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lerna-lite/publish",
3
3
  "description": "Publish packages in the current workspace",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "typings": "dist/index.d.ts",
@@ -31,8 +31,8 @@
31
31
  "npm": ">=8.0.0"
32
32
  },
33
33
  "dependencies": {
34
- "@lerna-lite/core": "^1.0.1",
35
- "@lerna-lite/version": "^1.0.1",
34
+ "@lerna-lite/core": "^1.0.2",
35
+ "@lerna-lite/version": "^1.0.2",
36
36
  "byte-size": "^7.0.1",
37
37
  "columnify": "^1.6.0",
38
38
  "fs-extra": "^10.0.1",
@@ -78,5 +78,5 @@
78
78
  "@types/write-json-file": "^3.2.1",
79
79
  "@types/write-pkg": "^4.0.0"
80
80
  },
81
- "gitHead": "fb5490292d6fd4216f4568b570c8025458c7450b"
81
+ "gitHead": "d7e078b9201e979b63b56c8a5664d8c0a777abcb"
82
82
  }