Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove additional page and update data migrations #513

Merged
merged 2 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions additional-resources/data-migrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Below you will find a list of migrations introduced in previous versions of Novu

| Version | Feature | Migration Path(s) |
| --- | --- | --- |
| [v0.23](https://github.com/novuhq/novu/releases/tag/v0.18.0) | API keys encryption | `./encrypt-api-keys/encrypt-api-keys-migration.ts` |
| [v0.18](https://github.com/novuhq/novu/releases/tag/v0.18.0) | Multi-Provider | `./integration-scheme-update/add-primary-priority-migration.ts`<br/>`./integration-scheme-update/add-integration-identifier-migration.ts` |
| | Integration Store | `./novu-integrations/novu-integrations.migration.ts` |
| [v0.16](https://github.com/novuhq/novu/releases/tag/v0.16.0) | In-App Integration | `./in-app-integration/in-app-integration.migration.ts` |
Expand Down
6 changes: 1 addition & 5 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@
"name": "Demos",
"url": "demos"
},
{
"name": "Architecture",
"url": "architecture"
},
{
"name": "Community & Support",
"url": "community"
Expand Down Expand Up @@ -643,5 +639,5 @@
"domain": "docs.novu.co"
}
},
"versions": ["v0.23.0","v0.22.0", "v0.21.0", "v0.20.0", "v0.19.0", "v0.18.0"]
"versions": ["v0.23.0", "v0.22.0", "v0.21.0", "v0.20.0", "v0.19.0", "v0.18.0"]
}