Skip to content

Commit

Permalink
Release 0.4.10 (#1003)
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 Jul 2, 2024
1 parent 9a5525e commit 5d9b0bd
Show file tree
Hide file tree
Showing 22 changed files with 81 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-knives-glow.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.36

### Patch Changes

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

## 0.0.35

### 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.35",
"version": "0.0.36",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
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.20

### Patch Changes

- Updated dependencies [7dce3d2]
- [email protected]
- @llamaindex/autotool@1.0.0

## 0.1.19

### 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.19",
"version": "0.1.20",
"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.10.1"
},
"peerDependencies": {
"llamaindex": "^0.4.9",
"llamaindex": "^0.4.10",
"openai": "^4",
"typescript": "^4"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/community/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @llamaindex/community

## 0.0.14

### Patch Changes

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

## 0.0.13

### 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.13",
"version": "0.0.14",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
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.45

### Patch Changes

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

## 0.0.44

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

## 0.4.10

### Patch Changes

- 7dce3d2: fix: disable External Filters for Gemini

## 0.4.9

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

### Patch Changes

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

## 0.0.28

### 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.28",
"version": "0.0.29",
"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.29

### Patch Changes

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

## 0.1.28

### 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.28",
"version": "0.1.29",
"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.28

### Patch Changes

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

## 0.1.27

### 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.27",
"version": "0.1.28",
"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.10

### Patch Changes

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

## 0.0.9

### 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.9",
"version": "0.0.10",
"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.29

### Patch Changes

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

## 0.0.28

### 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.28",
"version": "0.0.29",
"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.4.9",
"version": "0.4.10",
"license": "MIT",
"type": "module",
"keywords": [
Expand Down

0 comments on commit 5d9b0bd

Please sign in to comment.