File tree 8 files changed +47
-3
lines changed
8 files changed +47
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.0 (2023-03-14)
2
+
3
+ First Stable Release
4
+
5
+ * Fix error messages
6
+
1
7
## 1.0.0-RC.2 (2023-03-10)
2
8
3
9
Second Release Candidate
Original file line number Diff line number Diff line change
1
+ ## 1.0.0 (2023-03-14)
2
+
3
+ First Stable Release
4
+
5
+ * Fix error messages
6
+
1
7
## 1.0.0-RC.2 (2023-03-10)
2
8
3
9
Second Release Candidate
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
14
14
</ div >
15
15
16
16
< p class ="text-muted ">
17
- Currently < strong > v1.0.0-RC.2 </ strong >
17
+ Currently < strong > v1.0.0</ strong >
18
18
< span class ="px-1 "> ·</ span >
19
19
< a href ="# " class ="link-secondary " data-bs-toggle ="modal " data-bs-target ="#modalWithComponents "> Changelog</ a >
20
20
</ p >
Original file line number Diff line number Diff line change @@ -77,6 +77,14 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
77
77
</ div >
78
78
<!-- /.modal-header -->
79
79
< div class ="modal-body ">
80
+ < h2 id ="1.0.0-(2023-03-14) " tabindex ="-1 ">
81
+ < a class ="header-anchor " href ="#1.0.0-(2023-03-14) "> #</ a >
82
+ 1.0.0 (2023-03-14)
83
+ </ h2 >
84
+ < p > First Stable Release</ p >
85
+ < ul >
86
+ < li > Fix error messages</ li >
87
+ </ ul >
80
88
< h2 id ="1.0.0-rc.2-(2023-03-10) " tabindex ="-1 ">
81
89
< a class ="header-anchor " href ="#1.0.0-rc.2-(2023-03-10) "> #</ a >
82
90
1.0.0-RC.2 (2023-03-10)
Original file line number Diff line number Diff line change @@ -1583,6 +1583,14 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
1583
1583
</ div >
1584
1584
<!-- /.modal-header -->
1585
1585
< div class ="modal-body ">
1586
+ < h2 id ="1.0.0-(2023-03-14) " tabindex ="-1 ">
1587
+ < a class ="header-anchor " href ="#1.0.0-(2023-03-14) "> #</ a >
1588
+ 1.0.0 (2023-03-14)
1589
+ </ h2 >
1590
+ < p > First Stable Release</ p >
1591
+ < ul >
1592
+ < li > Fix error messages</ li >
1593
+ </ ul >
1586
1594
< h2 id ="1.0.0-rc.2-(2023-03-10) " tabindex ="-1 ">
1587
1595
< a class ="header-anchor " href ="#1.0.0-rc.2-(2023-03-10) "> #</ a >
1588
1596
1.0.0-RC.2 (2023-03-10)
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
59
59
</ div >
60
60
< p class ="text-muted ">
61
61
Currently
62
- < strong > v1.0.0-RC.2 </ strong >
62
+ < strong > v1.0.0</ strong >
63
63
< span class ="px-1 "> ·</ span >
64
64
< a href ="# " class ="link-secondary " data-bs-toggle ="modal " data-bs-target ="#modalWithComponents "> Changelog</ a >
65
65
</ p >
@@ -93,6 +93,14 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
93
93
</ div >
94
94
<!-- /.modal-header -->
95
95
< div class ="modal-body ">
96
+ < h2 id ="1.0.0-(2023-03-14) " tabindex ="-1 ">
97
+ < a class ="header-anchor " href ="#1.0.0-(2023-03-14) "> #</ a >
98
+ 1.0.0 (2023-03-14)
99
+ </ h2 >
100
+ < p > First Stable Release</ p >
101
+ < ul >
102
+ < li > Fix error messages</ li >
103
+ </ ul >
96
104
< h2 id ="1.0.0-rc.2-(2023-03-10) " tabindex ="-1 ">
97
105
< a class ="header-anchor " href ="#1.0.0-rc.2-(2023-03-10) "> #</ a >
98
106
1.0.0-RC.2 (2023-03-10)
Original file line number Diff line number Diff line change @@ -278,6 +278,14 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
278
278
</ div >
279
279
<!-- /.modal-header -->
280
280
< div class ="modal-body ">
281
+ < h2 id ="1.0.0-(2023-03-14) " tabindex ="-1 ">
282
+ < a class ="header-anchor " href ="#1.0.0-(2023-03-14) "> #</ a >
283
+ 1.0.0 (2023-03-14)
284
+ </ h2 >
285
+ < p > First Stable Release</ p >
286
+ < ul >
287
+ < li > Fix error messages</ li >
288
+ </ ul >
281
289
< h2 id ="1.0.0-rc.2-(2023-03-10) " tabindex ="-1 ">
282
290
< a class ="header-anchor " href ="#1.0.0-rc.2-(2023-03-10) "> #</ a >
283
291
1.0.0-RC.2 (2023-03-10)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " posthtml-component" ,
3
- "version" : " 1.0.0-RC.2 " ,
3
+ "version" : " 1.0.0" ,
4
4
"description" : " PostHTML Components Blade-like with slots, attributes as props and custom tag" ,
5
5
"license" : " MIT" ,
6
6
"repository" : " thewebartisan7/posthtml-components" ,
You can’t perform that action at this time.
0 commit comments