Skip to content

Commit 2b52034

Browse files
17.0.0-beta.18
1 parent 4930336 commit 2b52034

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- ADD new changes here! -->
77

8-
### 17.0.0-beta.17 (11 March 2026)
8+
### 17.0.0-beta.18 (15 March 2026)
99

1010
- A list of changes for RxDB v17 can be found [here](https://rxdb.info/releases/17.0.0.html)
1111

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rxdb",
33
"description": "A local-first realtime NoSQL Database for JavaScript applications - https://rxdb.info/",
4-
"version": "17.0.0-beta.17",
4+
"version": "17.0.0-beta.18",
55
"author": "pubkey",
66
"repository": {
77
"type": "git",
@@ -726,4 +726,4 @@
726726
"webpack-dev-server": "5.2.3"
727727
},
728728
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
729-
}
729+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/**
22
* This file is replaced in the 'npm run build:version' script.
33
*/
4-
export const RXDB_VERSION = '17.0.0-beta.17';
4+
export const RXDB_VERSION = '17.0.0-beta.18';

0 commit comments

Comments
 (0)