@gridsuite/commons-ui 0.68.4 → 0.68.5

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 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,15 +30,10 @@ To fix this, run this command from the app **after** running "npm install"
30
30
  If you want to deploy a new version of commons-ui in the [NPM package registry](https://www.npmjs.com/package/@gridsuite/commons-ui),
31
31
  you need to follow the steps below:
32
32
 
33
- - Update to the new version in [package.json](https://github.com/gridsuite/commons-ui/blob/main/package.json) (example `0.6.0`)
34
- - Build it: `npm install`
35
- - Commit the package.json and package-lock.json files, push to a branch, make a PR, have it reviewed and merged to main.
36
- - [Make a release](https://github.com/gridsuite/commons-ui/releases/new) on GitHub by creating a new tag on the last commit. On the release creation page:
37
- - In "Choose a tag": type the tag you want to create (ex.: v0.6.0) and select "create new tag"
38
- - In "Target": click on "recent commit" tab and select your release commit
39
- - Click on "Generate release note"
40
- - Click on "Publish release"
41
- - It will trigger a job that will publish the release on NPM
33
+ - [Make a release action](https://github.com/gridsuite/commons-ui/actions/workflows/release.yml)
34
+ - In the 'run workflow' combobox select, let the branch on main
35
+ - Enter the type of evolution (major | minor | patch)
36
+ - Click 'run workflow'
42
37
 
43
38
  #### License Headers and dependencies checking
44
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gridsuite/commons-ui",
3
- "version": "0.68.4",
3
+ "version": "0.68.5",
4
4
  "description": "common react components for gridsuite applications",
5
5
  "engines": {
6
6
  "npm": ">=9",