Skip to content

Commit

Permalink
Release 0.2.12 (#770)
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 44a7fd7 commit ca348a6
Show file tree
Hide file tree
Showing 9 changed files with 10,043 additions and 7,121 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-ears-begin.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.6

### Patch Changes

- Updated dependencies [d8d952d]
- [email protected]

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.12

### Patch Changes

- d8d952d: feat: add gemini llm and embedding

## 0.2.11

### 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.11",
"version": "0.2.12",
"expectedMinorVersion": "2",
"license": "MIT",
"type": "module",
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.11",
"version": "0.2.12",
"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.15

### Patch Changes

- Updated dependencies [d8d952d]
- [email protected]

## 0.0.14

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

0 comments on commit ca348a6

Please sign in to comment.