Skip to content

Commit

Permalink
Release 0.2.13 (#773)
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 Apr 26, 2024
1 parent 6277105 commit 5cb270d
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/brown-dodos-relax.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.7

### Patch Changes

- Updated dependencies [6277105]
- [email protected]

## 0.0.6

### 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.6",
"version": "0.0.7",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
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

## 0.2.13

### Patch Changes

- 6277105: fix: allow passing empty tools to llms

## 0.2.12

### 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,6 +1,6 @@
{
"name": "llamaindex",
"version": "0.2.12",
"version": "0.2.13",
"expectedMinorVersion": "2",
"license": "MIT",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/edge/e2e/test-edge-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# test-edge-runtime

## 0.1.4

### Patch Changes

- Updated dependencies [6277105]
- @llamaindex/edge@0.2.13

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/edge/e2e/test-edge-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-edge-runtime",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/edge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/edge",
"version": "0.2.12",
"version": "0.2.13",
"license": "MIT",
"type": "module",
"dependencies": {
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.16

### Patch Changes

- Updated dependencies [6277105]
- [email protected]

## 0.0.15

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

0 comments on commit 5cb270d

Please sign in to comment.