@object-ui/plugin-chatbot 3.3.0 → 3.3.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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @object-ui/plugin-chatbot
2
2
 
3
+ ## 3.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b429568]
8
+ - @object-ui/components@3.3.1
9
+ - @object-ui/types@3.3.1
10
+ - @object-ui/core@3.3.1
11
+ - @object-ui/react@3.3.1
12
+
3
13
  ## 3.3.0
4
14
 
5
15
  ### Patch Changes
package/README.md CHANGED
@@ -140,6 +140,26 @@ const aiSchema = {
140
140
  | Stop/Reload | Stop cancels timer | Stop interrupts stream |
141
141
  | Backend | None required | service-ai (IAIService) |
142
142
 
143
+ <!-- release-metadata:v3.3.0 -->
144
+
145
+ ## Compatibility
146
+
147
+ - **React:** 18.x or 19.x
148
+ - **Node.js:** ≥ 18
149
+ - **TypeScript:** ≥ 5.0 (strict mode)
150
+ - **`@objectstack/spec`:** ^3.3.0
151
+ - **`@objectstack/client`:** ^3.3.0
152
+ - **Tailwind CSS:** ≥ 3.4 (for packages with UI)
153
+
154
+ ## Links
155
+
156
+ - 📚 [Documentation](https://www.objectui.org/docs/plugins/plugin-chatbot)
157
+ - 📦 [npm package](https://www.npmjs.com/package/@object-ui/plugin-chatbot)
158
+ - 📝 [Changelog](./CHANGELOG.md)
159
+ - 🐛 [Report an issue](https://github.com/objectstack-ai/objectui/issues)
160
+ - 🤝 [Contributing Guide](https://github.com/objectstack-ai/objectui/blob/main/CONTRIBUTING.md)
161
+ - 🗺️ [Roadmap](https://github.com/objectstack-ai/objectui/blob/main/ROADMAP.md)
162
+
143
163
  ## License
144
164
 
145
165
  MIT © ObjectStack Inc.