@ai12z/react 1.0.2-alpha.0 → 1.0.3

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 +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -95,3 +95,5 @@ import { Ai12zCta, Ai12zKnowledgeBox } from '@ai12z/react'
95
95
  | relavanceScore (Optional) | allows us to view the score of clicks, engagement, conversions and negative reviews. | relavanceScore="true" |
96
96
  | feedback (Optional) | allows us to add the thumbs up and down option for the questions. By default, this property is set to true | feedback="true" |
97
97
  | clearMemory (Optional) | allows us to clear the previously searched data. By defualt, this property is set to true | clearMemory="true" |
98
+
99
+ ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai12z/react",
3
- "version": "1.0.2-alpha.0",
3
+ "version": "1.0.3",
4
4
  "description": "ai12z React Library",
5
5
  "author": "Alpesh Patel <alpesh@ai12z.com>",
6
6
  "homepage": "",
@@ -22,7 +22,7 @@
22
22
  "tsc": "tsc -p . --outDir ./dist"
23
23
  },
24
24
  "dependencies": {
25
- "ai12z": "^1.0.2-alpha.0"
25
+ "ai12z": "^1.0.3"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/react": "^18.2.55",
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "ff6943ac19058dc1866d61117ef831dae920fdc2"
36
+ "gitHead": "48b507dc6d340e38ce2e1363d7800905a737119b"
37
37
  }