Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeichmann committed Feb 5, 2024
1 parent 9fbff68 commit da147e2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion langfuse-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langfuse-core",
"version": "2.5.0-alpha.0",
"version": "2.5.0",
"engines": {
"node": ">=18"
},
Expand Down
6 changes: 3 additions & 3 deletions langfuse-langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langfuse-langchain",
"version": "2.5.0-alpha.0",
"version": "2.5.0",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -34,8 +34,8 @@
],
"gitHead": "c3e0ccf0b1ad08049e4ad5d4f7ea8b3b30857091",
"dependencies": {
"langfuse": "^2.5.0-alpha.0",
"langfuse-core": "^2.5.0-alpha.0"
"langfuse": "^2.5.0",
"langfuse-core": "^2.5.0"
},
"peerDependencies": {
"langchain": ">=0.0.157 <0.1.0"
Expand Down
4 changes: 2 additions & 2 deletions langfuse-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langfuse-node",
"version": "2.5.0-alpha.0",
"version": "2.5.0",
"scripts": {
"prepublishOnly": "cd .. && yarn build"
},
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"axios": "^1.6.4",
"langfuse-core": "^2.5.0-alpha.0"
"langfuse-core": "^2.5.0"
},
"devDependencies": {
"@types/node": "^20.4.10",
Expand Down
4 changes: 2 additions & 2 deletions langfuse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langfuse",
"version": "2.5.0-alpha.0",
"version": "2.5.0",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -32,7 +32,7 @@
"Readme.md"
],
"dependencies": {
"langfuse-core": "^2.5.0-alpha.0"
"langfuse-core": "^2.5.0"
},
"gitHead": "c3e0ccf0b1ad08049e4ad5d4f7ea8b3b30857091"
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"version": "2.5.0-alpha.0"
"version": "2.5.0"
}

0 comments on commit da147e2

Please sign in to comment.