Skip to content

Commit c93a45f

Browse files
authored
Merge pull request #269 from rush-db/changeset-release/main
chore(release): version packages v1.18.0
2 parents deaf56d + 4da72bf commit c93a45f

File tree

13 files changed

+57
-16
lines changed

13 files changed

+57
-16
lines changed

.changeset/real-pianos-wash.md

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

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# rushdb-docs
22

3+
## 1.18.0
4+
5+
### Minor Changes
6+
7+
- 488c1d1: createMany & importJson separation plus minor export and import improvements
8+
39
## 1.17.0
410

511
### Minor Changes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rushdb-docs",
3-
"version": "1.17.0",
3+
"version": "1.18.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"scripts": {

packages/javascript-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @rushdb/javascript-sdk
22

3+
## 1.18.0
4+
5+
### Minor Changes
6+
7+
- 488c1d1: createMany & importJson separation plus minor export and import improvements
8+
39
## 1.17.0
410

511
### Minor Changes

packages/javascript-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"rushdb"
3434
],
3535
"license": "Apache-2.0",
36-
"version": "1.17.0",
36+
"version": "1.18.0",
3737
"type": "module",
3838
"files": [
3939
"dist"

packages/mcp-server/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @rushdb/mcp-server
22

3+
## 1.18.0
4+
5+
### Minor Changes
6+
7+
- 488c1d1: createMany & importJson separation plus minor export and import improvements
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [488c1d1]
12+
- @rushdb/javascript-sdk@1.18.0
13+
314
## 1.17.0
415

516
### Minor Changes

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"tools"
1515
],
1616
"license": "Apache-2.0",
17-
"version": "1.17.0",
17+
"version": "1.18.0",
1818
"type": "module",
1919
"main": "./build/index.js",
2020
"bin": {

platform/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# rushdb-core
22

3+
## 1.18.0
4+
5+
### Minor Changes
6+
7+
- 488c1d1: createMany & importJson separation plus minor export and import improvements
8+
39
## 1.17.0
410

511
### Minor Changes

platform/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rushdb-core",
3-
"version": "1.17.0",
3+
"version": "1.18.0",
44
"description": "RushDB Core",
55
"private": true,
66
"license": "Elastic License 2.0",

platform/dashboard/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# rushdb-dashboard
22

3+
## 1.18.0
4+
5+
### Minor Changes
6+
7+
- 488c1d1: createMany & importJson separation plus minor export and import improvements
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [488c1d1]
12+
- @rushdb/javascript-sdk@1.18.0
13+
314
## 1.17.0
415

516
### Minor Changes

0 commit comments

Comments
 (0)