@oc-digital/react-component-library 2.1.10-beta.1 → 2.1.10
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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -50,7 +50,7 @@ const ReactComponent = () => (
|
|
|
50
50
|
1. increment the package version and add -beta.0 (e.g. 2.0.6 => 2.0.7-beta.0) and run npm install
|
|
51
51
|
1a. if you need to further increment and publish use -beta.1, -beta.2 and so on
|
|
52
52
|
1b. you can use this all in one command for the above - npm version 2.0.7-beta.0
|
|
53
|
-
2. publish the component library with command - npm
|
|
53
|
+
2. publish the component library with command - npm run beta
|
|
54
54
|
3. pin the version in the receiving library to "=2.0.7-beta.0" and run npm install
|
|
55
55
|
4. once happy with the changes remove -beta.0 part and part and publish component library
|
|
56
56
|
4a. update the version in the receiving library to "^2.0.7"
|