Skip to content

Commit

Permalink
Release 0.8.30 (#1570)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 16, 2024
1 parent 012495b commit a7023b4
Show file tree
Hide file tree
Showing 31 changed files with 113 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/stupid-fishes-destroy.md

This file was deleted.

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

## 0.0.136

### Patch Changes

- [email protected]

## 0.0.135

### 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.135",
"version": "0.0.136",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
8 changes: 8 additions & 0 deletions apps/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @llamaindex/doc

## 0.0.34

### Patch Changes

- Updated dependencies [012495b]
- @llamaindex/cloud@2.0.20
- [email protected]

## 0.0.33

### 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.33",
"version": "0.0.34",
"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.126

### Patch Changes

- [email protected]

## 0.0.125

### 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.125",
"version": "0.0.126",
"type": "module",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions e2e/examples/llama-parse-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @llamaindex/llama-parse-browser-test

## 0.0.40

### Patch Changes

- Updated dependencies [012495b]
- @llamaindex/cloud@2.0.20

## 0.0.39

### 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.39",
"version": "0.0.40",
"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.126

### Patch Changes

- [email protected]

## 0.1.125

### 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.125",
"version": "0.1.126",
"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.125

### Patch Changes

- [email protected]

## 0.1.124

### 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.124",
"version": "0.1.125",
"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.107

### Patch Changes

- [email protected]

## 0.0.106

### 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.106",
"version": "0.0.107",
"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.126

### Patch Changes

- [email protected]

## 0.0.125

### 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.125",
"version": "0.0.126",
"type": "module",
"private": true,
"scripts": {
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.30

### Patch Changes

- [email protected]

## 5.0.29

### 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.73

### Patch Changes

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

## 0.0.72

### 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.72"
"version": "0.0.73"
}
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.117

### Patch Changes

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

## 0.1.116

### 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.116",
"version": "0.1.117",
"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.29",
"version": "5.0.30",
"description": "auto transpile your JS function to LLM Agent compatible",
"files": [
"dist",
Expand Down
6 changes: 6 additions & 0 deletions packages/cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @llamaindex/cloud

## 2.0.20

### Patch Changes

- 012495b: chore: bump llamacloud sdk

## 2.0.19

### 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.19",
"version": "2.0.20",
"type": "module",
"license": "MIT",
"scripts": {
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.142

### Patch Changes

- [email protected]

## 0.0.141

### 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.141",
"version": "0.0.142",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/llamaindex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# llamaindex

## 0.8.30

### Patch Changes

- Updated dependencies [012495b]
- @llamaindex/cloud@2.0.20

## 0.8.29

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

## 0.0.40

### Patch Changes

- Updated dependencies [012495b]
- @llamaindex/cloud@2.0.20
- [email protected]

## 0.0.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion unit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/unit-test",
"private": true,
"version": "0.0.39",
"version": "0.0.40",
"type": "module",
"scripts": {
"test": "vitest run"
Expand Down

0 comments on commit a7023b4

Please sign in to comment.