@2uinc/frontend-component-xpert-chatbot 1.0.5 → 1.1.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 +4 -0
- package/package.json +7 -2
package/README.md
CHANGED
@@ -115,3 +115,7 @@ For clients that don't have React, there's the option to pull the resources from
|
|
115
115
|
##### NOTE:
|
116
116
|
Make sure you have a div with the ID `xpert-chatbot-container` for React to render into.
|
117
117
|
|
118
|
+
## Beta releases
|
119
|
+
To create a beta release, make a PR to the `beta` branch. Once the PR is merged, a new beta release will be created and published to npmjs.org with the name `@2uinc/frontend-component-xpert-chatbot@beta${beta-version}`.
|
120
|
+
A CDN release will also be created and published to `https://chatbot-frontend.beta.ai.2u.com/beta${beta-version}/index.min.js` and `https://chatbot-frontend.beta.ai.2u.com/beta${beta-version}/index.css.js`.
|
121
|
+
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@2uinc/frontend-component-xpert-chatbot",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.1.1",
|
4
4
|
"homepage": "/app/plugins/xpert-chatbot/frontend/build/",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -77,7 +77,12 @@
|
|
77
77
|
},
|
78
78
|
"release": {
|
79
79
|
"branches": [
|
80
|
-
"
|
80
|
+
"+([0-9])?(.{+([0-9]),x}).x",
|
81
|
+
"main",
|
82
|
+
{
|
83
|
+
"name": "beta",
|
84
|
+
"prerelease": true
|
85
|
+
}
|
81
86
|
],
|
82
87
|
"plugins": [
|
83
88
|
"@semantic-release/commit-analyzer",
|