Skip to content

Commit de7f3c6

Browse files
committed
chore: release v0.3.0
1 parent 0f6c1e6 commit de7f3c6

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

apps/registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "registry",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"build": "nitro build",

apps/test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "test",
33
"type": "module",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"private": true,
66
"scripts": {
77
"build": "nuxt build",

apps/www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "www",
33
"type": "module",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"private": true,
66
"scripts": {
77
"build": "nuxt build",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-elements-vue",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"packageManager": "[email protected]",
66
"engines": {

packages/elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/elements",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"description": "AI components including message, conversation, input, response, suggestion, sources, tool and branch components for building chat interfaces.",
66
"exports": {

packages/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/examples",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"description": "Examples for the repo.",
66
"exports": {

packages/registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-elements-vue",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": false,
55
"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.",
66
"license": "MIT",

packages/shadcn-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/shadcn-vue",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"dependencies": {
66
"@tailwindcss/vite": "^4.1.13",

0 commit comments

Comments
 (0)