Skip to content

Commit 38487da

Browse files
Release 0.11.23 (#2136)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: marcusschiesser <17126+marcusschiesser@users.noreply.github.com>
1 parent f29799e commit 38487da

File tree

129 files changed

+694
-166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+694
-166
lines changed

.changeset/floppy-kiwis-play.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/moody-otters-jump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/next/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @llamaindex/doc
22

3+
## 0.2.46
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f29799e]
8+
- Updated dependencies [7224c06]
9+
- @llamaindex/workflow@1.1.19
10+
- @llamaindex/core@0.6.18
11+
- llamaindex@0.11.23
12+
- @llamaindex/cloud@4.0.27
13+
- @llamaindex/node-parser@2.0.18
14+
- @llamaindex/openai@0.4.13
15+
- @llamaindex/readers@3.1.17
16+
317
## 0.2.45
418

519
### Patch Changes

apps/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llamaindex/doc",
3-
"version": "0.2.45",
3+
"version": "0.2.46",
44
"private": true,
55
"scripts": {
66
"postinstall": "fumadocs-mdx",

e2e/examples/cloudflare-worker-agent/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @llamaindex/cloudflare-worker-agent-test
22

3+
## 0.0.184
4+
5+
### Patch Changes
6+
7+
- llamaindex@0.11.23
8+
39
## 0.0.183
410

511
### Patch Changes

e2e/examples/cloudflare-worker-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llamaindex/cloudflare-worker-agent-test",
3-
"version": "0.0.183",
3+
"version": "0.0.184",
44
"type": "module",
55
"private": true,
66
"scripts": {

e2e/examples/llama-parse-browser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @llamaindex/llama-parse-browser-test
22

3+
## 0.0.82
4+
5+
### Patch Changes
6+
7+
- @llamaindex/cloud@4.0.27
8+
39
## 0.0.81
410

511
### Patch Changes

e2e/examples/llama-parse-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@llamaindex/llama-parse-browser-test",
33
"private": true,
4-
"version": "0.0.81",
4+
"version": "0.0.82",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

e2e/examples/nextjs-agent/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @llamaindex/next-agent-test
22

3+
## 0.1.184
4+
5+
### Patch Changes
6+
7+
- llamaindex@0.11.23
8+
39
## 0.1.183
410

511
### Patch Changes

e2e/examples/nextjs-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llamaindex/next-agent-test",
3-
"version": "0.1.183",
3+
"version": "0.1.184",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)