Skip to content

Commit

Permalink
modelfusion-experimental v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Jan 28, 2024
1 parent 61d7b24 commit e2badf3
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 16 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dotenv": "16.3.1",
"secure-json-parse": "2.7.0",
"modelfusion": "0.134.0",
"modelfusion-experimental": "0.6.0",
"modelfusion-experimental": "0.7.0",
"nanoid": "3.3.6",
"better-sqlite3": "9.0.0",
"sqlite-vss": "0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/chatbot-next-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@mui/icons-material": "5.15.5",
"@mui/material": "5.12.2",
"modelfusion": "0.134.0",
"modelfusion-experimental": "0.6.0",
"modelfusion-experimental": "0.7.0",
"next": "13.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"clsx": "^2.1.0",
"lucide-react": "^0.312.0",
"modelfusion": "0.134.0",
"modelfusion-experimental": "0.6.0",
"modelfusion-experimental": "0.7.0",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/pdf-to-tweet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"private": true,
"dependencies": {
"modelfusion": "0.134.0",
"modelfusion-experimental": "0.6.0",
"modelfusion-experimental": "0.7.0",
"commander": "10.0.1",
"dotenv": "16.3.1",
"pdfjs-dist": "3.6.172",
Expand Down
2 changes: 1 addition & 1 deletion examples/speech-streaming-vite-react-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dotenv": "16.3.1",
"fastify": "^4.23.2",
"modelfusion": "0.134.0",
"modelfusion-experimental": "0.6.0",
"modelfusion-experimental": "0.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^1.14.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/wikipedia-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"html-to-text": "9.0.5",
"jsdom": "^22.1.0",
"modelfusion": "0.134.0",
"modelfusion-experimental": "0.6.0",
"modelfusion-experimental": "0.7.0",
"zod": "3.22.4"
},
"devDependencies": {
Expand Down
11 changes: 8 additions & 3 deletions packages/modelfusion-experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# Changelog

## v0.7.0 - 2021-01-28

- Compatibility update to ModelFusion `v0.134.0`
- Switch to `tsup` bundling

## v0.6.0 - 2021-01-23

Compatibility update to ModelFusion `v0.131.0`
- Compatibility update to ModelFusion `v0.131.0`

## v0.5.0 - 2021-01-13

Compatibility update to ModelFusion `v0.122.0`
- Compatibility update to ModelFusion `v0.122.0`

## v0.4.0 - 2021-01-07

Compatibility update.
- Compatibility update.

## v0.2.0 - 2023-12-28

Expand Down
2 changes: 1 addition & 1 deletion packages/modelfusion-experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "modelfusion-experimental",
"description": "Experimental ModelFusion features",
"version": "0.6.0",
"version": "0.7.0",
"author": "Lars Grammel",
"license": "MIT",
"keywords": [
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e2badf3

Please sign in to comment.