Skip to content

Commit

Permalink
tested for strapi v3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaprar committed Mar 18, 2021
1 parent 72436f3 commit 9127263
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 534 deletions.
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-provider-email-mailtrap",
"version": "3.3.0",
"version": "3.4.0",
"description": "Mailtrap provider for strapi email",
"keywords": [
"email",
Expand Down
18 changes: 9 additions & 9 deletions tests/strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"dependencies": {
"knex": "0.21.18",
"sqlite3": "5.0.0",
"strapi": "3.3",
"strapi-admin": "3.3",
"strapi-connector-bookshelf": "3.3",
"strapi-plugin-content-manager": "3.3",
"strapi-plugin-content-type-builder": "3.3",
"strapi-plugin-email": "3.3",
"strapi-plugin-upload": "3.3",
"strapi-plugin-users-permissions": "3.3",
"strapi": "3.4",
"strapi-admin": "3.4",
"strapi-connector-bookshelf": "3.4",
"strapi-plugin-content-manager": "3.4",
"strapi-plugin-content-type-builder": "3.4",
"strapi-plugin-email": "3.4",
"strapi-plugin-upload": "3.4",
"strapi-plugin-users-permissions": "3.4",
"strapi-provider-email-mailtrap": "file:../../package",
"strapi-utils": "3.3"
"strapi-utils": "3.4"
},
"author": {
"name": "A Strapi developer"
Expand Down
Loading

0 comments on commit 9127263

Please sign in to comment.