File tree 12 files changed +2251
-8387
lines changed
12 files changed +2251
-8387
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @htmldocs/examples
2
2
3
+ ## 0.0.39
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 2fc14f7]
8
+ - htmldocs@0.2.26
9
+ - @htmldocs/react @0.2.26
10
+ - @htmldocs/render @0.2.26
11
+
3
12
## 0.0.38
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @htmldocs/examples" ,
3
- "version" : " 0.0.38 " ,
3
+ "version" : " 0.0.39 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"lint" : " eslint . --max-warnings 0" ,
Original file line number Diff line number Diff line change 1
1
# htmldocs
2
2
3
+ ## 0.2.26
4
+
5
+ ### Patch Changes
6
+
7
+ - 2fc14f7: fix build
8
+ - @htmldocs/render @0.2.26
9
+
3
10
## 0.2.25
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " htmldocs" ,
3
- "version" : " 0.2.25 " ,
3
+ "version" : " 0.2.26 " ,
4
4
"bin" : {
5
5
"htmldocs" : " ./dist/cli/index.mjs"
6
6
},
Original file line number Diff line number Diff line change 1
1
# htmldocs-starter
2
2
3
+ ## 0.2.26
4
+
5
+ ### Patch Changes
6
+
7
+ - 2fc14f7: fix build
8
+ - Updated dependencies [ 2fc14f7]
9
+ - htmldocs@0.2.26
10
+ - @htmldocs/react @0.2.26
11
+ - @htmldocs/render @0.2.26
12
+
3
13
## 0.2.25
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " htmldocs-starter" ,
3
- "version" : " 0.2.25 " ,
3
+ "version" : " 0.2.26 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"lint" : " eslint . --max-warnings 0" ,
7
7
"dev" : " npx htmldocs@latest dev"
8
8
},
9
9
"dependencies" : {
10
10
"@formatjs/intl" : " ^2.10.4" ,
11
- "@htmldocs/react" : " workspace:0.2.25 " ,
12
- "@htmldocs/render" : " workspace:0.2.25 " ,
11
+ "@htmldocs/react" : " workspace:0.2.26 " ,
12
+ "@htmldocs/render" : " workspace:0.2.26 " ,
13
13
"@react-email/components" : " 0.0.18" ,
14
14
"clsx" : " ^2.1.1" ,
15
- "htmldocs" : " workspace:0.2.25 " ,
15
+ "htmldocs" : " workspace:0.2.26 " ,
16
16
"markdown-it" : " ^14.1.0" ,
17
17
"react" : " ^18.2.0" ,
18
18
"react-dom" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 1
1
# @htmldocs/react
2
2
3
+ ## 0.2.26
4
+
3
5
## 0.2.25
4
6
5
7
## 0.2.24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @htmldocs/react" ,
3
- "version" : " 0.2.25 " ,
3
+ "version" : " 0.2.26 " ,
4
4
"main" : " ./dist/index.js" ,
5
5
"module" : " ./dist/index.mjs" ,
6
6
"types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
# @htmldocs/render
2
2
3
+ ## 0.2.26
4
+
3
5
## 0.2.25
4
6
5
7
## 0.2.24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @htmldocs/render" ,
3
- "version" : " 0.2.25 " ,
3
+ "version" : " 0.2.26 " ,
4
4
"main" : " ./dist/index.js" ,
5
5
"module" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments