Skip to content

Commit e228a44

Browse files
authored
Merge pull request #236 from rush-db/changeset-release/main
chore(release): version packages v1.10.1
2 parents b071d80 + e750d52 commit e228a44

File tree

11 files changed

+39
-14
lines changed

11 files changed

+39
-14
lines changed

.changeset/real-cars-help.md

Lines changed: 0 additions & 9 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.10.1
4+
5+
### Patch Changes
6+
7+
- 3bc1768: Fix processing boolean response at createMany method
8+
39
## 1.10.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.10.0",
3+
"version": "1.10.1",
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.10.1
4+
5+
### Patch Changes
6+
7+
- 3bc1768: Fix processing boolean response at createMany method
8+
39
## 1.10.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.10.0",
36+
"version": "1.10.1",
3737
"type": "module",
3838
"files": [
3939
"dist"

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.10.1
4+
5+
### Patch Changes
6+
7+
- 3bc1768: Fix processing boolean response at createMany method
8+
39
## 1.10.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.10.0",
3+
"version": "1.10.1",
44
"description": "RushDB Core",
55
"private": true,
66
"license": "Apache-2.0",

platform/dashboard/CHANGELOG.md

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

3+
## 1.10.1
4+
5+
### Patch Changes
6+
7+
- 3bc1768: Fix processing boolean response at createMany method
8+
- Updated dependencies [3bc1768]
9+
- @rushdb/javascript-sdk@1.10.1
10+
311
## 1.10.0
412

513
### Minor Changes

platform/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rushdb-dashboard",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "RushDB Dashboard",
55
"type": "module",
66
"private": true,

website/CHANGELOG.md

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

3+
## 1.10.1
4+
5+
### Patch Changes
6+
7+
- 3bc1768: Fix processing boolean response at createMany method
8+
- Updated dependencies [3bc1768]
9+
- @rushdb/javascript-sdk@1.10.1
10+
311
## 1.10.0
412

513
### Minor Changes

0 commit comments

Comments
 (0)