File tree 6 files changed +28
-6
lines changed 6 files changed +28
-6
lines changed Original file line number Diff line number Diff line change 1
1
# mailing
2
2
3
+ ## 0.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Improves sendMail errors and /api/sendMail. Adds analytics to the dev server.
8
+ - Updated dependencies
9
+
10
+
3
11
## 0.9.2
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mailing" ,
3
- "version" : " 0.9.2 " ,
3
+ "version" : " 0.9.3 " ,
4
4
"main" : " dist/mailing.cjs.js" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://github.com/sofn-xyz/mailing#readme" ,
76
76
"html-minifier-terser" : " ^7.0.0" ,
77
77
"iron-session" : " ^6.2.1" ,
78
78
"lodash" : " ^4.17.21" ,
79
- "mailing-core" : " ^0.9.2 " ,
79
+ "mailing-core" : " ^0.9.3 " ,
80
80
"mjml" : " ^4.12.0" ,
81
81
"mjml-react" : " ^2.0.7" ,
82
82
"node-fetch" : " ^2.6.7" ,
Original file line number Diff line number Diff line change 1
1
# mailing-core
2
2
3
+ ## 0.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Improves sendMail errors and /api/sendMail. Adds analytics to the dev server.
8
+
3
9
## 0.9.2
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mailing-core" ,
3
- "version" : " 0.9.2 " ,
3
+ "version" : " 0.9.3 " ,
4
4
"main" : " dist/mailing-core.cjs.js" ,
5
5
"license" : " MIT" ,
6
6
"description" : " Fun email development environment (core library only)" ,
Original file line number Diff line number Diff line change 1
1
# web
2
2
3
+ ## 0.4.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Improves sendMail errors and /api/sendMail. Adds analytics to the dev server.
8
+ - Updated dependencies
9
+
10
+
3
11
## 0.4.12
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " web" ,
3
- "version" : " 0.4.12 " ,
3
+ "version" : " 0.4.13 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " yarn prisma migrate dev && next dev" ,
21
21
"@prisma/client" : " ^4.2.0" ,
22
22
"@vercel/analytics" : " ^0.1.5" ,
23
23
"classnames" : " ^2.3.2" ,
24
- "mailing-core" : " ^0.9.2 " ,
24
+ "mailing-core" : " ^0.9.3 " ,
25
25
"next" : " 13.0.5" ,
26
26
"react" : " 18.2.0" ,
27
27
"react-dom" : " 18.2.0" ,
39
39
"eslint" : " ^8.28.0" ,
40
40
"eslint-config-next" : " 13.0.5" ,
41
41
"jest-mock-extended" : " ^2.0.7" ,
42
- "mailing" : " ^0.9.2 " ,
42
+ "mailing" : " ^0.9.3 " ,
43
43
"postcss" : " ^8.4.14" ,
44
44
"prisma" : " ^4.2.0" ,
45
45
"tailwindcss" : " ^3.2.4"
You can’t perform that action at this time.
0 commit comments