Skip to content

Commit 069a3da

Browse files
authored
Merge pull request #21 from rush-db/changeset-release/main
chore(release): version packages
2 parents 54a6ddd + 69e23a6 commit 069a3da

File tree

11 files changed

+39
-14
lines changed

11 files changed

+39
-14
lines changed

.changeset/great-zebras-pay.md

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

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# rushdb-docs
2+
3+
## 0.2.8
4+
5+
### Patch Changes
6+
7+
- 1cf62ae: Minor fixes and cleanups

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": "0.2.7",
3+
"version": "0.2.8",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

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+
## 0.2.8
4+
5+
### Patch Changes
6+
7+
- 1cf62ae: Minor fixes and cleanups
8+
39
## 0.2.7
410

511
### Patch Changes

packages/javascript-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"rushdb"
1313
],
1414
"license": "MIT",
15-
"version": "0.2.7",
15+
"version": "0.2.8",
1616
"type": "module",
1717
"main": "cjs/index.cjs.node.js",
1818
"types": "types/index.d.ts",

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+
## 0.2.8
4+
5+
### Patch Changes
6+
7+
- 1cf62ae: Minor fixes and cleanups
8+
39
## 0.2.7
410

511
### Patch 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": "0.2.7",
3+
"version": "0.2.8",
44
"description": "",
55
"author": "",
66
"private": true,

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+
## 0.2.8
4+
5+
### Patch Changes
6+
7+
- 1cf62ae: Minor fixes and cleanups
8+
- Updated dependencies [1cf62ae]
9+
- @rushdb/javascript-sdk@0.2.8
10+
311
## 0.2.7
412

513
### Patch 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": "0.2.7",
3+
"version": "0.2.8",
44
"type": "module",
55
"private": true,
66
"scripts": {

website/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# rushdb-website
2+
3+
## 0.2.8
4+
5+
### Patch Changes
6+
7+
- 1cf62ae: Minor fixes and cleanups

0 commit comments

Comments
 (0)