ai-elements-vue 1.4.0 → 1.5.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 +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -148,6 +148,16 @@ If you'd like to contribute to AI Elements Vue, please follow these steps:
|
|
|
148
148
|
3. Make your changes to the components in `packages/elements`.
|
|
149
149
|
4. Open a PR to the `main` branch.
|
|
150
150
|
|
|
151
|
+
## Sponsors
|
|
152
|
+
|
|
153
|
+
AI Elements Vue is an open-source project supported by our sponsors. If you'd like to support its development, please consider [becoming a sponsor](https://opencollective.com/vuepont).
|
|
154
|
+
|
|
155
|
+
<p>
|
|
156
|
+
<a href="https://immitranslate.com/" target="_blank" rel="noopener noreferrer">
|
|
157
|
+
<img src="https://ai-elements-vue.com/sponsors/immitranslate.svg" alt="ImmiTranslate" width="180" />
|
|
158
|
+
</a>
|
|
159
|
+
</p>
|
|
160
|
+
|
|
151
161
|
## Acknowledgments
|
|
152
162
|
|
|
153
163
|
This project draws inspiration from several excellent projects:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-elements-vue",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "AI Elements Vue is a component library and custom registry built on top of shadcn-vue to help you build AI-native applications faster.",
|
|
6
6
|
"license": "MIT",
|