Skip to content

Commit a7c785a

Browse files
[RELEASE] js client v2.3.0 with collection config and forking (#4373)
Bumps JS client to v2.3.0 Code lists an unreleased 3.0.0 version. After talking with @jairad26 , we concluded that a major version release was no longer necessary because we updated the changes to be backwards-compatible. This release includes: - Collection config - Forking support
1 parent 4452169 commit a7c785a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chromadb-root",
33
"private": true,
4-
"version": "3.0.0",
4+
"version": "2.3.0",
55
"description": "A JavaScript interface for chroma",
66
"keywords": [],
77
"author": "",

clients/js/packages/chromadb-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chromadb-client",
3-
"version": "3.0.0",
3+
"version": "2.3.0",
44
"description": "A JavaScript interface for chroma with embedding functions as peer dependencies",
55
"license": "Apache-2.0",
66
"type": "module",

clients/js/packages/chromadb-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@internal/chromadb-core",
3-
"version": "3.0.0",
3+
"version": "2.3.0",
44
"private": true,
55
"description": "Core functionality for ChromaDB JavaScript client",
66
"license": "Apache-2.0",

clients/js/packages/chromadb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chromadb",
3-
"version": "3.0.0",
3+
"version": "2.3.0",
44
"description": "A JavaScript interface for chroma with embedding functions as bundled dependencies",
55
"license": "Apache-2.0",
66
"type": "module",

0 commit comments

Comments
 (0)