Skip to content

Commit a99b48a

Browse files
chore(js): update versions (#10401)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b87d2a4 commit a99b48a

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

js/.changeset/thick-forks-win.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

js/packages/phoenix-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @arizeai/phoenix-client
22

3+
## 5.4.1
4+
5+
### Patch Changes
6+
7+
- b87d2a4: account for sub-paths in baseURLs properly
8+
39
## 5.4.0
410

511
### Minor Changes

js/packages/phoenix-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arizeai/phoenix-client",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "A client for the Phoenix API",
55
"main": "dist/src/index.js",
66
"module": "dist/esm/index.js",

js/packages/phoenix-mcp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @arizeai/phoenix-mcp
22

3+
## 2.2.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b87d2a4]
8+
- @arizeai/phoenix-client@5.4.1
9+
310
## 2.2.24
411

512
### Patch Changes

js/packages/phoenix-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arizeai/phoenix-mcp",
3-
"version": "2.2.24",
3+
"version": "2.2.25",
44
"description": "A MCP server for Arize Phoenix",
55
"bin": {
66
"@arizeai/phoenix-mcp": "./build/index.js"

0 commit comments

Comments
 (0)