mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +08:00
[client-app] enable snooze, send later, reminders on 1.0.56
Summary: This enables packages on 1.0.56 Test Plan: manual Reviewers: juan, halla Reviewed By: juan, halla Differential Revision: https://phab.nylas.com/D4320
This commit is contained in:
parent
b01976ff10
commit
11684c6f9e
2 changed files with 20 additions and 3 deletions
|
@ -12,9 +12,6 @@
|
|||
"nylas-private-salesforce",
|
||||
"github-contact-card",
|
||||
"keybase",
|
||||
"thread-snooze",
|
||||
"send-later",
|
||||
"send-reminders",
|
||||
"thread-sharing",
|
||||
"composer-markdown",
|
||||
"composer-scheduler",
|
||||
|
|
|
@ -20,6 +20,26 @@ const PACKAGE_MIGRATIONS = [
|
|||
"enabled-by-default": false,
|
||||
}],
|
||||
},
|
||||
{
|
||||
"version": "1.0.56",
|
||||
"package-migrations": [
|
||||
{
|
||||
"new-name": "thread-snooze",
|
||||
"old-name": "thread-snooze",
|
||||
"enabled-by-default": true,
|
||||
},
|
||||
{
|
||||
"new-name": "send-reminders",
|
||||
"old-name": "send-reminders",
|
||||
"enabled-by-default": true,
|
||||
},
|
||||
{
|
||||
"new-name": "send-later",
|
||||
"old-name": "send-later",
|
||||
"enabled-by-default": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
class PackageMigrationManager {
|
||||
|
|
Loading…
Reference in a new issue