Skip to content

Commit 22c4978

Browse files
Prepare for first stable release
1 parent 3d5123e commit 22c4978

File tree

8 files changed

+47
-3
lines changed

8 files changed

+47
-3
lines changed

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.0 (2023-03-14)
2+
3+
First Stable Release
4+
5+
* Fix error messages
6+
17
## 1.0.0-RC.2 (2023-03-10)
28

39
Second Release Candidate

docs-src/md/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.0 (2023-03-14)
2+
3+
First Stable Release
4+
5+
* Fix error messages
6+
17
## 1.0.0-RC.2 (2023-03-10)
28

39
Second Release Candidate

docs-src/pages/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
1414
</div>
1515

1616
<p class="text-muted">
17-
Currently <strong>v1.0.0-RC.2</strong>
17+
Currently <strong>v1.0.0</strong>
1818
<span class="px-1">·</span>
1919
<a href="#" class="link-secondary" data-bs-toggle="modal" data-bs-target="#modalWithComponents">Changelog</a>
2020
</p>

docs/demo.html

+8
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
7777
</div>
7878
<!-- /.modal-header -->
7979
<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>
8088
<h2 id="1.0.0-rc.2-(2023-03-10)" tabindex="-1">
8189
<a class="header-anchor" href="#1.0.0-rc.2-(2023-03-10)">#</a>
8290
1.0.0-RC.2 (2023-03-10)

docs/docs.html

+8
Original file line numberDiff line numberDiff line change
@@ -1583,6 +1583,14 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
15831583
</div>
15841584
<!-- /.modal-header -->
15851585
<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>
15861594
<h2 id="1.0.0-rc.2-(2023-03-10)" tabindex="-1">
15871595
<a class="header-anchor" href="#1.0.0-rc.2-(2023-03-10)">#</a>
15881596
1.0.0-RC.2 (2023-03-10)

docs/index.html

+9-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
5959
</div>
6060
<p class="text-muted">
6161
Currently
62-
<strong>v1.0.0-RC.2</strong>
62+
<strong>v1.0.0</strong>
6363
<span class="px-1">·</span>
6464
<a href="#" class="link-secondary" data-bs-toggle="modal" data-bs-target="#modalWithComponents">Changelog</a>
6565
</p>
@@ -93,6 +93,14 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
9393
</div>
9494
<!-- /.modal-header -->
9595
<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>
96104
<h2 id="1.0.0-rc.2-(2023-03-10)" tabindex="-1">
97105
<a class="header-anchor" href="#1.0.0-rc.2-(2023-03-10)">#</a>
98106
1.0.0-RC.2 (2023-03-10)

docs/test.html

+8
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,14 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
278278
</div>
279279
<!-- /.modal-header -->
280280
<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>
281289
<h2 id="1.0.0-rc.2-(2023-03-10)" tabindex="-1">
282290
<a class="header-anchor" href="#1.0.0-rc.2-(2023-03-10)">#</a>
283291
1.0.0-RC.2 (2023-03-10)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-component",
3-
"version": "1.0.0-RC.2",
3+
"version": "1.0.0",
44
"description": "PostHTML Components Blade-like with slots, attributes as props and custom tag",
55
"license": "MIT",
66
"repository": "thewebartisan7/posthtml-components",

0 commit comments

Comments
 (0)