diff --git a/.changeset/pre.json b/.changeset/pre.json index 835e1abfc0..95d57f4c36 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -41,6 +41,7 @@ "eleven-wombats-make", "famous-years-knock", "great-parrots-yell", + "plenty-camels-switch", "salty-hoops-join", "six-parts-jam", "strong-peas-kneel", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 957ab0fc80..34877f85a5 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,12 @@ # @react-email/components +## 0.0.37-canary.4 + +### Patch Changes + +- Updated dependencies [bd58fa9] + - @react-email/text@0.1.2-canary.0 + ## 0.0.37-canary.3 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index e4f2a65700..49fc2791d5 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@react-email/components", - "version": "0.0.37-canary.3", + "version": "0.0.37-canary.4", "description": "A collection of all components React Email.", "sideEffects": false, "main": "./dist/index.js", @@ -59,7 +59,7 @@ "@react-email/row": "workspace:0.0.12", "@react-email/section": "workspace:0.0.16", "@react-email/tailwind": "workspace:1.1.0-canary.1", - "@react-email/text": "workspace:0.1.1" + "@react-email/text": "workspace:0.1.2-canary.0" }, "peerDependencies": { "react": "^18.0 || ^19.0 || ^19.0.0-rc" diff --git a/packages/text/CHANGELOG.md b/packages/text/CHANGELOG.md index f9738f124e..492dbd3a02 100644 --- a/packages/text/CHANGELOG.md +++ b/packages/text/CHANGELOG.md @@ -1,5 +1,11 @@ # @react-email/text +## 0.1.2-canary.0 + +### Patch Changes + +- bd58fa9: Fix priority of margin styles not being kept + ## 0.1.1 ### Patch Changes diff --git a/packages/text/package.json b/packages/text/package.json index a773c8c357..93cbd58c50 100644 --- a/packages/text/package.json +++ b/packages/text/package.json @@ -1,6 +1,6 @@ { "name": "@react-email/text", - "version": "0.1.1", + "version": "0.1.2-canary.0", "description": "A block of text separated by blank spaces", "sideEffects": false, "main": "./dist/index.js", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 666e43ad68..9aca7a9351 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -408,7 +408,7 @@ importers: specifier: workspace:1.1.0-canary.1 version: link:../tailwind '@react-email/text': - specifier: workspace:0.1.1 + specifier: workspace:0.1.2-canary.0 version: link:../text react: specifier: ^19.0.0