Skip to content

Commit

Permalink
Feature/mailer (#54)
Browse files Browse the repository at this point in the history
feat(mailer): add Mailer CDK construct
  • Loading branch information
thijsdaniels authored Sep 26, 2023
1 parent 4af79f6 commit 0f769a5
Show file tree
Hide file tree
Showing 12 changed files with 15,183 additions and 14,871 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-avocados-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codedazur/cdk-mailer": patch
---

add Mailer CDK construct
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"static-site",
"tsconfig",
"amplify-app",
"next-app"
"next-app",
"mailer"
]
}
3 changes: 2 additions & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@storybook/jest": "^0.1.0 || ^0.2.0",
"@types/styled-components": "^5.1.26",
"color": "^4.2.3",
"eslint-config-next": "12.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.6",
Expand All @@ -44,4 +45,4 @@
"storybook": "^7.2.0",
"vite": "4.4.9"
}
}
}
Loading

0 comments on commit 0f769a5

Please sign in to comment.