Skip to content

Commit a1c7233

Browse files
16.0.0-beta.5
1 parent 330eafa commit a1c7233

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
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-
### 16.0.0-beta.4 (28 November 2024)
8+
### 16.0.0-beta.5 (3 December 2024)
99

1010
🚀 **RxDB v16 is released**
1111

dist/cjs/plugins/utils/utils-rxdb-version.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/plugins/utils/utils-rxdb-version.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm/plugins/utils/utils-rxdb-version.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm/plugins/utils/utils-rxdb-version.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/plugins/storage-denokv/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { RxStorageInstanceDenoKV } from "./rx-storage-instance-denokv.ts";
44
export declare class RxStorageDenoKV implements RxStorage<DenoKVStorageInternals<any>, DenoKVSettings> {
55
settings: DenoKVSettings;
66
name: string;
7-
readonly rxdbVersion = "16.0.0-beta.4";
7+
readonly rxdbVersion = "16.0.0-beta.5";
88
constructor(settings: DenoKVSettings);
99
createStorageInstance<RxDocType>(params: RxStorageInstanceCreationParams<RxDocType, DenoKVSettings>): Promise<RxStorageInstanceDenoKV<RxDocType>>;
1010
}

dist/types/plugins/storage-dexie/rx-storage-dexie.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { RxStorageInstanceDexie } from './rx-storage-instance-dexie.ts';
44
export declare class RxStorageDexie implements RxStorage<DexieStorageInternals, DexieSettings> {
55
settings: DexieSettings;
66
name: string;
7-
readonly rxdbVersion = "16.0.0-beta.4";
7+
readonly rxdbVersion = "16.0.0-beta.5";
88
constructor(settings: DexieSettings);
99
createStorageInstance<RxDocType>(params: RxStorageInstanceCreationParams<RxDocType, DexieSettings>): Promise<RxStorageInstanceDexie<RxDocType>>;
1010
}

dist/types/plugins/storage-mongodb/rx-storage-mongodb.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { RxStorageInstanceMongoDB } from './rx-storage-instance-mongodb.ts';
44
export declare class RxStorageMongoDB implements RxStorage<MongoDBStorageInternals, MongoDBSettings> {
55
databaseSettings: MongoDBDatabaseSettings;
66
name: string;
7-
readonly rxdbVersion = "16.0.0-beta.4";
7+
readonly rxdbVersion = "16.0.0-beta.5";
88
constructor(databaseSettings: MongoDBDatabaseSettings);
99
createStorageInstance<RxDocType>(params: RxStorageInstanceCreationParams<RxDocType, MongoDBSettings>): Promise<RxStorageInstanceMongoDB<RxDocType>>;
1010
}

dist/types/plugins/storage-remote/rx-storage-remote.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { MessageFromRemote, RemoteMessageChannel, RxStorageRemoteInternals,
44
export declare class RxStorageRemote implements RxStorage<RxStorageRemoteInternals, any> {
55
readonly settings: RxStorageRemoteSettings;
66
readonly name: string;
7-
readonly rxdbVersion = "16.0.0-beta.4";
7+
readonly rxdbVersion = "16.0.0-beta.5";
88
private seed;
99
private lastRequestId;
1010
messageChannelIfOneMode?: Promise<RemoteMessageChannel>;
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 declare const RXDB_VERSION = "16.0.0-beta.4";
4+
export declare const RXDB_VERSION = "16.0.0-beta.5";

0 commit comments

Comments
 (0)