Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/two-oranges-march.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# rushdb-docs

## 2.10.2

### Patch Changes

- 3104b26: Import and querying stability improvements

## 2.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rushdb-docs",
"version": "2.10.1",
"version": "2.10.2",
"private": true,
"license": "Apache-2.0",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/javascript-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rushdb/javascript-sdk

## 2.10.2

### Patch Changes

- 3104b26: Import and querying stability improvements

## 2.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"rush-db"
],
"license": "Apache-2.0",
"version": "2.10.1",
"version": "2.10.2",
"type": "module",
"files": [
"dist"
Expand Down
8 changes: 8 additions & 0 deletions packages/mcp-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rushdb/mcp-server

## 2.10.2

### Patch Changes

- 3104b26: Import and querying stability improvements
- Updated dependencies [3104b26]
- @rushdb/javascript-sdk@2.10.2

## 2.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"tools"
],
"license": "Apache-2.0",
"version": "2.10.1",
"version": "2.10.2",
"type": "module",
"main": "./build/index.js",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/skills/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rushdb/skills

## 2.10.2

### Patch Changes

- 3104b26: Import and querying stability improvements

## 2.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cursor"
],
"license": "Apache-2.0",
"version": "2.10.1",
"version": "2.10.2",
"files": [
"rushdb-query-builder",
"rushdb-agent-memory",
Expand Down
6 changes: 6 additions & 0 deletions platform/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# rushdb-core

## 2.10.2

### Patch Changes

- 3104b26: Import and querying stability improvements

## 2.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion platform/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rushdb-core",
"version": "2.10.1",
"version": "2.10.2",
"description": "RushDB Core",
"private": true,
"license": "Elastic License 2.0",
Expand Down
8 changes: 8 additions & 0 deletions platform/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# rushdb-dashboard

## 2.10.2

### Patch Changes

- 3104b26: Import and querying stability improvements
- Updated dependencies [3104b26]
- @rushdb/javascript-sdk@2.10.2

## 2.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion platform/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rushdb-dashboard",
"version": "2.10.1",
"version": "2.10.2",
"description": "RushDB Dashboard",
"type": "module",
"private": true,
Expand Down
Loading