Skip to content

Commit

Permalink
Release 0.3.9 (#828)
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 May 9, 2024
1 parent c3747d0 commit 6281fc8
Show file tree
Hide file tree
Showing 23 changed files with 97 additions and 22 deletions.
10 changes: 0 additions & 10 deletions .changeset/warm-papayas-wait.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.17

### Patch Changes

- Updated dependencies [c3747d0]
- [email protected]

## 0.0.16

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

## null

### Patch Changes

- Updated dependencies [c3747d0]
- [email protected]
- @llamaindex/autotool@0.0.1
3 changes: 2 additions & 1 deletion packages/autotool/examples/01_node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
},
"scripts": {
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
}
},
"version": null
}
9 changes: 9 additions & 0 deletions packages/autotool/examples/02_nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @llamaindex/autotool-02-next-example

## 0.1.1

### Patch Changes

- Updated dependencies [c3747d0]
- [email protected]
- @llamaindex/autotool@0.0.1
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.0",
"version": "0.1.1",
"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 @@ -47,7 +47,7 @@
"unplugin": "^1.10.1"
},
"peerDependencies": {
"llamaindex": "^0.3.0",
"llamaindex": "^0.3.9",
"openai": "^4",
"typescript": "^4"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# llamaindex

## 0.3.9

### Patch Changes

- c3747d0: fix: import `@xenova/transformers`

For now, if you use llamaindex in next.js, you need to add a plugin from `llamaindex/next` to ensure some module resolutions are correct.

## 0.3.8

### Patch Changes
Expand Down
8 changes: 8 additions & 0 deletions packages/core/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @llamaindex/core-e2e

## 0.0.5

### Patch Changes

- c3747d0: fix: import `@xenova/transformers`

For now, if you use llamaindex in next.js, you need to add a plugin from `llamaindex/next` to ensure some module resolutions are correct.

## 0.0.4

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

### Patch Changes

- Updated dependencies [c3747d0]
- [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/cloudflare-worker-agent-test",
"version": "0.0.9",
"version": "0.0.10",
"type": "module",
"private": true,
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/core/e2e/examples/nextjs-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @llamaindex/next-agent-test

## 0.1.10

### Patch Changes

- c3747d0: fix: import `@xenova/transformers`

For now, if you use llamaindex in next.js, you need to add a plugin from `llamaindex/next` to ensure some module resolutions are correct.

- Updated dependencies [c3747d0]
- [email protected]

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/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.9",
"version": "0.1.10",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/e2e/examples/nextjs-edge-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# test-edge-runtime

## 0.1.9

### Patch Changes

- c3747d0: fix: import `@xenova/transformers`

For now, if you use llamaindex in next.js, you need to add a plugin from `llamaindex/next` to ensure some module resolutions are correct.

- Updated dependencies [c3747d0]
- [email protected]

## 0.1.8

### 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.8",
"version": "0.1.9",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/e2e/examples/waku-query-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @llamaindex/waku-query-engine-test

## 0.0.10

### Patch Changes

- Updated dependencies [c3747d0]
- [email protected]

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/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.9",
"version": "0.0.10",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/core-e2e",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"scripts": {
"e2e": "node --import tsx --import ./mock-register.js --test ./node/*.e2e.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/core",
"version": "0.3.8",
"version": "0.3.9",
"exports": "./src/index.ts",
"imports": {
"@llamaindex/env": "jsr:@llamaindex/[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llamaindex",
"version": "0.3.8",
"version": "0.3.9",
"expectedMinorVersion": "3",
"license": "MIT",
"type": "module",
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.26

### Patch Changes

- Updated dependencies [c3747d0]
- [email protected]

## 0.0.25

### 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.25",
"version": "0.0.26",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 6281fc8

Please sign in to comment.