Skip to content

Commit

Permalink
Merge pull request #513 from novuhq/remove-arch
Browse files Browse the repository at this point in the history
Remove additional page and update data migrations
  • Loading branch information
unicodeveloper committed Feb 9, 2024
2 parents 4d1e287 + d3f91f5 commit 2ea15a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
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"]
}

0 comments on commit 2ea15a7

Please sign in to comment.