Skip to content

Commit

Permalink
Release 0.8.28 (#1559)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: himself65 <[email protected]>
  • Loading branch information
3 people authored Dec 11, 2024
1 parent 24caf93 commit bbb87f4
Show file tree
Hide file tree
Showing 65 changed files with 277 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/rich-moles-wash.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sharp-ties-jog.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# docs

## 0.0.134

### Patch Changes

- [email protected]
- @llamaindex/examples@0.0.21

## 0.0.133

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.133",
"version": "0.0.134",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
13 changes: 13 additions & 0 deletions apps/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @llamaindex/doc

## 0.0.32

### Patch Changes

- a9b5b99: feat: build api reference pages for new documentation site
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
- @llamaindex/readers@1.0.21
- @llamaindex/cloud@2.0.19
- [email protected]
- @llamaindex/node-parser@0.0.20
- @llamaindex/openai@0.1.44

## 0.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/doc",
"version": "0.0.31",
"version": "0.0.32",
"private": true,
"scripts": {
"build": "pnpm run build:docs && next build",
Expand Down
6 changes: 6 additions & 0 deletions e2e/examples/cloudflare-worker-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @llamaindex/cloudflare-worker-agent-test

## 0.0.124

### Patch Changes

- [email protected]

## 0.0.123

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion e2e/examples/cloudflare-worker-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/cloudflare-worker-agent-test",
"version": "0.0.123",
"version": "0.0.124",
"type": "module",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions e2e/examples/llama-parse-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @llamaindex/llama-parse-browser-test

## 0.0.39

### Patch Changes

- @llamaindex/cloud@2.0.19

## 0.0.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion e2e/examples/llama-parse-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/llama-parse-browser-test",
"private": true,
"version": "0.0.38",
"version": "0.0.39",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions e2e/examples/nextjs-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @llamaindex/next-agent-test

## 0.1.124

### Patch Changes

- [email protected]

## 0.1.123

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion e2e/examples/nextjs-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/next-agent-test",
"version": "0.1.123",
"version": "0.1.124",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions e2e/examples/nextjs-edge-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# test-edge-runtime

## 0.1.123

### Patch Changes

- [email protected]

## 0.1.122

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion e2e/examples/nextjs-edge-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/nextjs-edge-runtime-test",
"version": "0.1.122",
"version": "0.1.123",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions e2e/examples/nextjs-node-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @llamaindex/next-node-runtime

## 0.0.105

### Patch Changes

- [email protected]

## 0.0.104

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion e2e/examples/nextjs-node-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/next-node-runtime-test",
"version": "0.0.104",
"version": "0.0.105",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions e2e/examples/waku-query-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @llamaindex/waku-query-engine-test

## 0.0.124

### Patch Changes

- [email protected]

## 0.0.123

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion e2e/examples/waku-query-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/waku-query-engine-test",
"version": "0.0.123",
"version": "0.0.124",
"type": "module",
"private": true,
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# examples

## 0.0.21

### Patch Changes

- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
- @llamaindex/readers@1.0.21
- [email protected]
- @llamaindex/vercel@0.0.6

## 0.0.20

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@llamaindex/examples",
"private": true,
"version": "0.0.20",
"version": "0.0.21",
"dependencies": {
"@ai-sdk/openai": "^1.0.5",
"@aws-crypto/sha256-js": "^5.2.0",
"@azure/cosmos": "^4.1.1",
"@azure/identity": "^4.4.1",
"@datastax/astra-db-ts": "^1.4.1",
"@llamaindex/core": "^0.4.18",
"@llamaindex/readers": "^1.0.20",
"@llamaindex/core": "^0.4.19",
"@llamaindex/readers": "^1.0.21",
"@llamaindex/workflow": "^0.0.8",
"@llamaindex/vercel": "^0.0.5",
"@llamaindex/vercel": "^0.0.6",
"@notionhq/client": "^2.2.15",
"@pinecone-database/pinecone": "^4.0.0",
"@vercel/postgres": "^0.10.0",
Expand All @@ -21,7 +21,7 @@
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"js-tiktoken": "^1.0.14",
"llamaindex": "^0.8.27",
"llamaindex": "^0.8.28",
"mongodb": "^6.7.0",
"pathe": "^1.1.2",
"postgres": "^3.4.4"
Expand Down
6 changes: 6 additions & 0 deletions packages/autotool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @llamaindex/autotool

## 5.0.28

### Patch Changes

- [email protected]

## 5.0.27

### Patch Changes
Expand Down
7 changes: 7 additions & 0 deletions packages/autotool/examples/01_node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @llamaindex/autotool-01-node-example

## 0.0.71

### Patch Changes

- [email protected]
- @llamaindex/autotool@5.0.28

## 0.0.70

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/autotool/examples/01_node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"scripts": {
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
},
"version": "0.0.70"
"version": "0.0.71"
}
7 changes: 7 additions & 0 deletions packages/autotool/examples/02_nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @llamaindex/autotool-02-next-example

## 0.1.115

### Patch Changes

- [email protected]
- @llamaindex/autotool@5.0.28

## 0.1.114

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/autotool/examples/02_nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/autotool-02-next-example",
"private": true,
"version": "0.1.114",
"version": "0.1.115",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion packages/autotool/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/autotool",
"type": "module",
"version": "5.0.27",
"version": "5.0.28",
"description": "auto transpile your JS function to LLM Agent compatible",
"files": [
"dist",
Expand Down
7 changes: 7 additions & 0 deletions packages/cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @llamaindex/cloud

## 2.0.19

### Patch Changes

- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19

## 2.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/cloud",
"version": "2.0.18",
"version": "2.0.19",
"type": "module",
"license": "MIT",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/community/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @llamaindex/community

## 0.0.77

### Patch Changes

- 24caf93: fix: added inference profile mapping for nova models"
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19

## 0.0.76

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/community/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/community",
"description": "Community package for LlamaIndexTS",
"version": "0.0.76",
"version": "0.0.77",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @llamaindex/core

## 0.4.19

### Patch Changes

- a9b5b99: feat: build api reference pages for new documentation site

## 0.4.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/core",
"type": "module",
"version": "0.4.18",
"version": "0.4.19",
"description": "LlamaIndex Core Module",
"exports": {
"./agent": {
Expand Down
6 changes: 6 additions & 0 deletions packages/experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @llamaindex/experimental

## 0.0.140

### Patch Changes

- [email protected]

## 0.0.139

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/experimental",
"description": "Experimental package for LlamaIndexTS",
"version": "0.0.139",
"version": "0.0.140",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
Expand Down
Loading

0 comments on commit bbb87f4

Please sign in to comment.