Skip to content

Commit

Permalink
Merge main into sweep/fix-lockfile-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Nov 14, 2023
2 parents 0ac5434 + 256d44f commit 0717f0d
Show file tree
Hide file tree
Showing 9 changed files with 152 additions and 158 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-dolphins-pump.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/simple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# simple

## 0.0.33

### Patch Changes

- Updated dependencies [63f2108]
- llamaindex@0.0.35

## 0.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.32",
"version": "0.0.33",
"private": true,
"name": "simple",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ts-jest": "^29.1.1",
"turbo": "^1.10.16"
},
"packageManager": "pnpm@7.15.0",
"packageManager": "pnpm@8.10.4+sha256.df3202c6c8fd345be5ba6a4199297582d5bebf8963822aa3344f4cd2b8be8d43",
"dependencies": {
"@changesets/cli": "^2.26.2"
},
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.0.35

### Patch Changes

- 63f2108: Add multimodal support (thanks Marcus)

## 0.0.34

### 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.0.34",
"version": "0.0.35",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.9.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/create-llama/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# create-llama

## 0.0.2

### Patch Changes

- e2a6805: Hello Create Llama (thanks Marcus!)
12 changes: 6 additions & 6 deletions packages/create-llama/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-llama",
"version": "0.0.34",
"version": "0.0.2",
"keywords": [
"rag",
"llamaindex",
Expand Down Expand Up @@ -29,14 +29,14 @@
"@types/async-retry": "1.4.2",
"@types/ci-info": "2.0.0",
"@types/cross-spawn": "6.0.0",
"@types/node": "^20.2.5",
"@types/node": "^20.9.0",
"@types/prompts": "2.0.1",
"@types/tar": "6.1.5",
"@types/validate-npm-package-name": "3.0.0",
"@vercel/ncc": "0.34.0",
"async-retry": "1.3.1",
"async-sema": "3.0.1",
"ci-info": "watson/ci-info#f43f6a1cefff47fb361c88cf4b943fdbcaafe540",
"ci-info": "github:watson/ci-info#f43f6a1cefff47fb361c88cf4b943fdbcaafe540",
"commander": "2.20.0",
"conf": "10.2.0",
"cross-spawn": "7.0.3",
Expand All @@ -45,11 +45,11 @@
"picocolors": "1.0.0",
"prompts": "2.1.0",
"tar": "6.1.15",
"terminal-link": "^3.0.0",
"update-check": "1.5.4",
"validate-npm-package-name": "3.0.0",
"terminal-link": "^3.0.0"
"validate-npm-package-name": "3.0.0"
},
"engines": {
"node": ">=16.14.0"
}
}
}
Loading

0 comments on commit 0717f0d

Please sign in to comment.