Beta3
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
class MigrationManager extends SFMigrationManager {
|
class MigrationManager extends SFMigrationManager {
|
||||||
|
|
||||||
constructor($rootScope, modelManager, syncManager, componentManager, storageManager, statusManager, authManager) {
|
constructor($rootScope, modelManager, syncManager, componentManager, storageManager, statusManager, authManager, desktopManager) {
|
||||||
super(modelManager, syncManager, storageManager, authManager);
|
super(modelManager, syncManager, storageManager, authManager);
|
||||||
this.componentManager = componentManager;
|
this.componentManager = componentManager;
|
||||||
this.statusManager = statusManager;
|
this.statusManager = statusManager;
|
||||||
|
this.desktopManager = desktopManager;
|
||||||
}
|
}
|
||||||
|
|
||||||
registeredMigrations() {
|
registeredMigrations() {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "standard-notes-web",
|
"name": "standard-notes-web",
|
||||||
"version": "3.0.7-beta2",
|
"version": "3.0.7-beta3",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user