Skip to content

Commit 83a0ff2

Browse files
committedOct 26, 2022
Prepare for release beta.9
1 parent 81ee560 commit 83a0ff2

12 files changed

+68
-4
lines changed
 

‎changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0-beta.9 (2022-10-26)
2+
3+
* Fix override class and style
4+
15
## 1.0.0-beta.8 (2022-10-25)
26

37
* Fix merge locals with global

‎docs/demo.html

+7
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
7777
</div>
7878
<!-- /.modal-header -->
7979
<div class="modal-body">
80+
<h2 id="1.0.0-beta.9-(2022-10-26)" tabindex="-1">
81+
<a class="header-anchor" href="#1.0.0-beta.9-(2022-10-26)">#</a>
82+
1.0.0-beta.9 (2022-10-26)
83+
</h2>
84+
<ul>
85+
<li>Fix override class and style</li>
86+
</ul>
8087
<h2 id="1.0.0-beta.8-(2022-10-25)" tabindex="-1">
8188
<a class="header-anchor" href="#1.0.0-beta.8-(2022-10-25)">#</a>
8289
1.0.0-beta.8 (2022-10-25)

‎docs/docs.html

+7
Original file line numberDiff line numberDiff line change
@@ -1558,6 +1558,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
15581558
</div>
15591559
<!-- /.modal-header -->
15601560
<div class="modal-body">
1561+
<h2 id="1.0.0-beta.9-(2022-10-26)" tabindex="-1">
1562+
<a class="header-anchor" href="#1.0.0-beta.9-(2022-10-26)">#</a>
1563+
1.0.0-beta.9 (2022-10-26)
1564+
</h2>
1565+
<ul>
1566+
<li>Fix override class and style</li>
1567+
</ul>
15611568
<h2 id="1.0.0-beta.8-(2022-10-25)" tabindex="-1">
15621569
<a class="header-anchor" href="#1.0.0-beta.8-(2022-10-25)">#</a>
15631570
1.0.0-beta.8 (2022-10-25)

‎docs/index.html

+8-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-beta.8</strong>
62+
<strong>v1.0.0-beta.9</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,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
9393
</div>
9494
<!-- /.modal-header -->
9595
<div class="modal-body">
96+
<h2 id="1.0.0-beta.9-(2022-10-26)" tabindex="-1">
97+
<a class="header-anchor" href="#1.0.0-beta.9-(2022-10-26)">#</a>
98+
1.0.0-beta.9 (2022-10-26)
99+
</h2>
100+
<ul>
101+
<li>Fix override class and style</li>
102+
</ul>
96103
<h2 id="1.0.0-beta.8-(2022-10-25)" tabindex="-1">
97104
<a class="header-anchor" href="#1.0.0-beta.8-(2022-10-25)">#</a>
98105
1.0.0-beta.8 (2022-10-25)

‎docs/test.html

+7
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
247247
</div>
248248
<!-- /.modal-header -->
249249
<div class="modal-body">
250+
<h2 id="1.0.0-beta.9-(2022-10-26)" tabindex="-1">
251+
<a class="header-anchor" href="#1.0.0-beta.9-(2022-10-26)">#</a>
252+
1.0.0-beta.9 (2022-10-26)
253+
</h2>
254+
<ul>
255+
<li>Fix override class and style</li>
256+
</ul>
250257
<h2 id="1.0.0-beta.8-(2022-10-25)" tabindex="-1">
251258
<a class="header-anchor" href="#1.0.0-beta.8-(2022-10-25)">#</a>
252259
1.0.0-beta.8 (2022-10-25)

‎examples/dist/demo.html

+7
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
7777
</div>
7878
<!-- /.modal-header -->
7979
<div class="modal-body">
80+
<h2 id="1.0.0-beta.9-(2022-10-26)" tabindex="-1">
81+
<a class="header-anchor" href="#1.0.0-beta.9-(2022-10-26)">#</a>
82+
1.0.0-beta.9 (2022-10-26)
83+
</h2>
84+
<ul>
85+
<li>Fix override class and style</li>
86+
</ul>
8087
<h2 id="1.0.0-beta.8-(2022-10-25)" tabindex="-1">
8188
<a class="header-anchor" href="#1.0.0-beta.8-(2022-10-25)">#</a>
8289
1.0.0-beta.8 (2022-10-25)

‎examples/dist/docs.html

+7
Original file line numberDiff line numberDiff line change
@@ -1558,6 +1558,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
15581558
</div>
15591559
<!-- /.modal-header -->
15601560
<div class="modal-body">
1561+
<h2 id="1.0.0-beta.9-(2022-10-26)" tabindex="-1">
1562+
<a class="header-anchor" href="#1.0.0-beta.9-(2022-10-26)">#</a>
1563+
1.0.0-beta.9 (2022-10-26)
1564+
</h2>
1565+
<ul>
1566+
<li>Fix override class and style</li>
1567+
</ul>
15611568
<h2 id="1.0.0-beta.8-(2022-10-25)" tabindex="-1">
15621569
<a class="header-anchor" href="#1.0.0-beta.8-(2022-10-25)">#</a>
15631570
1.0.0-beta.8 (2022-10-25)

‎examples/dist/index.html

+8-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-beta.8</strong>
62+
<strong>v1.0.0-beta.9</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,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
9393
</div>
9494
<!-- /.modal-header -->
9595
<div class="modal-body">
96+
<h2 id="1.0.0-beta.9-(2022-10-26)" tabindex="-1">
97+
<a class="header-anchor" href="#1.0.0-beta.9-(2022-10-26)">#</a>
98+
1.0.0-beta.9 (2022-10-26)
99+
</h2>
100+
<ul>
101+
<li>Fix override class and style</li>
102+
</ul>
96103
<h2 id="1.0.0-beta.8-(2022-10-25)" tabindex="-1">
97104
<a class="header-anchor" href="#1.0.0-beta.8-(2022-10-25)">#</a>
98105
1.0.0-beta.8 (2022-10-25)

‎examples/dist/test.html

+7
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
247247
</div>
248248
<!-- /.modal-header -->
249249
<div class="modal-body">
250+
<h2 id="1.0.0-beta.9-(2022-10-26)" tabindex="-1">
251+
<a class="header-anchor" href="#1.0.0-beta.9-(2022-10-26)">#</a>
252+
1.0.0-beta.9 (2022-10-26)
253+
</h2>
254+
<ul>
255+
<li>Fix override class and style</li>
256+
</ul>
250257
<h2 id="1.0.0-beta.8-(2022-10-25)" tabindex="-1">
251258
<a class="header-anchor" href="#1.0.0-beta.8-(2022-10-25)">#</a>
252259
1.0.0-beta.8 (2022-10-25)

‎examples/src/md/changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0-beta.9 (2022-10-26)
2+
3+
* Fix override class and style
4+
15
## 1.0.0-beta.8 (2022-10-25)
26

37
* Fix merge locals with global

‎examples/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-beta.8</strong>
17+
Currently <strong>v1.0.0-beta.9</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>

‎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-beta.8",
3+
"version": "1.0.0-beta.9",
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)
Please sign in to comment.