@forumone/throughline-email 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @forumone/throughline-email
2
2
 
3
+ ## 0.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d20f909]
8
+ - @forumone/throughline-core@0.3.0
9
+
3
10
  ## 0.2.2
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forumone/throughline-email",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Transactional email system for the Throughline framework. Resend wrapper, themeable React Email templates, and Inngest functions that subscribe to the approval-workflow notification events.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -50,7 +50,7 @@
50
50
  "@react-email/render": "^1.3.2",
51
51
  "resend": "^6.1.4",
52
52
  "zod": "^3.23.0",
53
- "@forumone/throughline-core": "0.2.2",
53
+ "@forumone/throughline-core": "0.3.0",
54
54
  "@forumone/throughline-plugin-contract": "0.2.1"
55
55
  },
56
56
  "devDependencies": {