Skip to content

Commit

Permalink
Release 0.5.27 (run-llama#1195)
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 Sep 12, 2024
1 parent 7edeb1c commit 9c5ff16
Show file tree
Hide file tree
Showing 24 changed files with 97 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .changeset/early-crabs-nail.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.68

### Patch Changes

- Updated dependencies [7edeb1c]
- [email protected]

## 0.0.67

### 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.67",
"version": "0.0.68",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
8 changes: 8 additions & 0 deletions packages/autotool/examples/01_node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @llamaindex/autotool-01-node-example

## 0.0.8

### Patch Changes

- Updated dependencies [7edeb1c]
- [email protected]
- @llamaindex/autotool@2.0.1

## 0.0.7

### 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.7"
"version": "0.0.8"
}
8 changes: 8 additions & 0 deletions packages/autotool/examples/02_nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @llamaindex/autotool-02-next-example

## 0.1.52

### Patch Changes

- Updated dependencies [7edeb1c]
- [email protected]
- @llamaindex/autotool@2.0.1

## 0.1.51

### 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.51",
"version": "0.1.52",
"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
Expand Up @@ -51,7 +51,7 @@
"unplugin": "^1.12.2"
},
"peerDependencies": {
"llamaindex": "^0.5.26",
"llamaindex": "^0.5.27",
"openai": "^4",
"typescript": "^4"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @llamaindex/experimental

## 0.0.77

### Patch Changes

- Updated dependencies [7edeb1c]
- [email protected]

## 0.0.76

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

## 0.5.27

### Patch Changes

- 7edeb1c: feat: decouple openai from `llamaindex` module

This should be a non-breaking change, but just you can now only install `@llamaindex/openai` to reduce the bundle size in the future

- Updated dependencies [7edeb1c]
- @llamaindex/openai@0.1.1

## 0.5.26

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @llamaindex/cloudflare-worker-agent-test

## 0.0.61

### Patch Changes

- Updated dependencies [7edeb1c]
- [email protected]

## 0.0.60

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/cloudflare-worker-agent-test",
"version": "0.0.60",
"version": "0.0.61",
"type": "module",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/llamaindex/e2e/examples/nextjs-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @llamaindex/next-agent-test

## 0.1.61

### Patch Changes

- Updated dependencies [7edeb1c]
- [email protected]

## 0.1.60

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/llamaindex/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.60",
"version": "0.1.61",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# test-edge-runtime

## 0.1.60

### Patch Changes

- Updated dependencies [7edeb1c]
- [email protected]

## 0.1.59

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/nextjs-edge-runtime-test",
"version": "0.1.59",
"version": "0.1.60",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @llamaindex/next-node-runtime

## 0.0.42

### Patch Changes

- Updated dependencies [7edeb1c]
- [email protected]

## 0.0.41

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/next-node-runtime-test",
"version": "0.0.41",
"version": "0.0.42",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @llamaindex/waku-query-engine-test

## 0.0.61

### Patch Changes

- Updated dependencies [7edeb1c]
- [email protected]

## 0.0.60

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/waku-query-engine-test",
"version": "0.0.60",
"version": "0.0.61",
"type": "module",
"private": true,
"scripts": {
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.5.26",
"version": "0.5.27",
"license": "MIT",
"type": "module",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/llm/openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @llamaindex/openai

## 0.1.1

### Patch Changes

- 7edeb1c: feat: decouple openai from `llamaindex` module

This should be a non-breaking change, but just you can now only install `@llamaindex/openai` to reduce the bundle size in the future
2 changes: 1 addition & 1 deletion packages/llm/openai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/openai",
"description": "OpenAI Adapter for LlamaIndex",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down

0 comments on commit 9c5ff16

Please sign in to comment.