genassist-chat-react 1.0.36 → 1.0.38-rc.0

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 (1) hide show
  1. package/package.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genassist-chat-react",
3
- "version": "1.0.36",
3
+ "version": "1.0.38-rc.0",
4
4
  "description": "React chat component for GenAssist",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -28,6 +28,10 @@
28
28
  "bump:patch": "npm version patch",
29
29
  "bump:minor": "npm version minor",
30
30
  "bump:major": "npm version major",
31
+ "release:patch": "npm version patch && npm run build && npm publish",
32
+ "release:candidate": "npm version prerelease --preid=rc && npm run build && npm publish --tag beta",
33
+ "release:candidate:prepatch": "npm version prepatch --preid=rc && npm run build && npm publish --tag beta",
34
+ "release:candidate:preminor": "npm version preminor --preid=rc && npm run build && npm publish --tag beta",
31
35
  "prepare": "npm run build"
32
36
  },
33
37
  "keywords": [