Release 0.2.2 (#638)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-05-22 17:17:34 +07:00
committed by GitHub
parent 25fba4381b
commit bbae802bed
7 changed files with 16 additions and 18 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@llamaindex/server": patch
---
refactor: migrate to Nextjs Route Handler
-6
View File
@@ -1,6 +0,0 @@
---
"create-llama": patch
"@llamaindex/server": patch
---
fix: unsupported language in code gen workflow
-5
View File
@@ -1,5 +0,0 @@
---
"create-llama": patch
---
Fix LlamaCloud generate script issue
+7
View File
@@ -1,5 +1,12 @@
# create-llama
## 0.5.16
### Patch Changes
- 6f75d4a: fix: unsupported language in code gen workflow
- d0618fa: Fix LlamaCloud generate script issue
## 0.5.15
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "create-llama",
"version": "0.5.15",
"version": "0.5.16",
"description": "Create LlamaIndex-powered apps with one command",
"keywords": [
"rag",
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/server
## 0.2.2
### Patch Changes
- 25fba43: refactor: migrate to Nextjs Route Handler
- 6f75d4a: fix: unsupported language in code gen workflow
## 0.2.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/server",
"description": "LlamaIndex Server",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",