@bigbinary/neeto-team-members-frontend 2.3.6 → 2.4.1

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 CHANGED
@@ -12,13 +12,13 @@ functioning of the package. Install all the peer dependencies using the below
12
12
  command:
13
13
 
14
14
  ```zsh
15
- yarn add @bigbinary/neeto-icons@1.8.39 @bigbinary/neetoui@3.5.17 axios@0.27.2 classnames@2.3.2 formik@2.2.9 ramda@0.28.0 react-router-dom@5.3.3 react-toastify@9.0.8 yup@0.32.11
15
+ yarn add @bigbinary/neeto-icons@1.8.39 @bigbinary/neetoui@4.0.11 axios@1.1.2 classnames@2.3.2 formik@2.2.9 ramda@0.28.0 react-router-dom@5.3.3 react-toastify@9.0.8 yup@0.32.11
16
16
  ```
17
17
 
18
18
  2. Now install the latest **neetoTeamMembers** package using the below command:
19
19
 
20
20
  ```zsh
21
- yarn add @bigbinary/neeto-team-members-frontend@2.3.6
21
+ yarn add @bigbinary/neeto-team-members-frontend@2.4.0
22
22
  ```
23
23
 
24
24
  ## Usage
@@ -77,9 +77,10 @@ The configurations for the components present in this NPM package are given belo
77
77
 
78
78
  ## Building
79
79
 
80
- The neetoTeamMembers package gets auto-published to NPM for every new merge to the
81
- master branch. You can checkout the `publish` workflow in GitHub Actions to get a
82
- live update.
80
+ The neetoTeamMembers package gets published to NPM only when we add the `release` label to the PR.
81
+ By default the `release` label will bump the patch version. If you want to release a minor or major version,
82
+ then along with the `release` label, add the `minor` or `major` label as well.
83
+ You can checkout the `publish` workflow in GitHub Actions to get a live update.
83
84
 
84
85
  ## Integrations
85
86