Skip to content

Commit eaf6ada

Browse files
authored
chore(components, code-block): Bump for canary release (#1249)
1 parent defce0b commit eaf6ada

File tree

3 files changed

+5
-71
lines changed

3 files changed

+5
-71
lines changed

packages/code-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-email/code-block",
3-
"version": "0.0.3-canary.0",
3+
"version": "0.0.3-canary.1",
44
"description": "Display code with a selected theme and regex highlighting using Prism.js",
55
"sideEffects": false,
66
"main": "./dist/index.js",

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-email/components",
3-
"version": "0.0.15-canary.0",
3+
"version": "0.0.15-canary.1",
44
"description": "A collection of all components React Email.",
55
"sideEffects": false,
66
"main": "./dist/index.js",
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@react-email/body": "0.0.7",
4545
"@react-email/button": "0.0.13",
46-
"@react-email/code-block": "0.0.3-canary.0",
46+
"@react-email/code-block": "0.0.3-canary.1",
4747
"@react-email/code-inline": "0.0.1",
4848
"@react-email/column": "0.0.9",
4949
"@react-email/container": "0.0.11",

pnpm-lock.yaml

Lines changed: 2 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)