Skip to content

Commit

Permalink
15.0.0-beta.44
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2023
1 parent 0a4627b commit dc2bb21
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

### 15.0.0-beta.43 (14 December 2023)
### 15.0.0-beta.44 (14 December 2023)

- A list of changes for RxDB v15 can be found [here](./docs-src/docs/releases/15.0.0.md)
- [Help testing the RxDB v15 release](https://github.com/pubkey/rxdb/issues/5155)
Expand Down
2 changes: 1 addition & 1 deletion dist/cjs/plugins/utils/utils-rxdb-version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/plugins/utils/utils-rxdb-version.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/plugins/utils/utils-rxdb-version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/plugins/utils/utils-rxdb-version.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/types/plugins/utils/utils-rxdb-version.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* This file is replaced in the 'npm run build:version' script.
*/
export declare const RXDB_VERSION = "15.0.0-beta.43";
export declare const RXDB_VERSION = "15.0.0-beta.44";
2 changes: 1 addition & 1 deletion dist/types/rx-database.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export declare class RxDatabaseBase<Internals, InstanceCreationOptions, Collecti
readonly cleanupPolicy?: Partial<RxCleanupPolicy> | undefined;
readonly allowSlowCount?: boolean | undefined;
readonly idleQueue: IdleQueue;
readonly rxdbVersion = "15.0.0-beta.43";
readonly rxdbVersion = "15.0.0-beta.44";
/**
* Contains all known non-closed storage instances
* that belong to this database.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rxdb",
"description": "A local-first realtime NoSQL Database for JavaScript applications - https://rxdb.info/",
"version": "15.0.0-beta.43",
"version": "15.0.0-beta.44",
"author": "pubkey",
"repository": {
"type": "git",
Expand Down Expand Up @@ -568,4 +568,4 @@
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1"
}
}
}
2 changes: 1 addition & 1 deletion src/plugins/utils/utils-rxdb-version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* This file is replaced in the 'npm run build:version' script.
*/
export const RXDB_VERSION = '15.0.0-beta.43';
export const RXDB_VERSION = '15.0.0-beta.44';

0 comments on commit dc2bb21

Please sign in to comment.