Skip to content

Commit 975eb25

Browse files
Prepare for release beta.15
1 parent 406bb65 commit 975eb25

File tree

8 files changed

+39
-3
lines changed

8 files changed

+39
-3
lines changed

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0-beta.15 (2022-11-04)
2+
3+
* Fix aware props must be available only to nested components
4+
15
## 1.0.0-beta.14 (2022-11-03)
26

37
* Fix node attributes not string

docs-src/md/changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0-beta.15 (2022-11-04)
2+
3+
* Fix aware props must be available only to nested components
4+
15
## 1.0.0-beta.14 (2022-11-03)
26

37
* Fix node attributes not string

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-beta.14</strong>
17+
Currently <strong>v1.0.0-beta.15</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

+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.15-(2022-11-04)" tabindex="-1">
81+
<a class="header-anchor" href="#1.0.0-beta.15-(2022-11-04)">#</a>
82+
1.0.0-beta.15 (2022-11-04)
83+
</h2>
84+
<ul>
85+
<li>Fix aware props must be available only to nested components</li>
86+
</ul>
8087
<h2 id="1.0.0-beta.14-(2022-11-03)" tabindex="-1">
8188
<a class="header-anchor" href="#1.0.0-beta.14-(2022-11-03)">#</a>
8289
1.0.0-beta.14 (2022-11-03)

docs/docs.html

+7
Original file line numberDiff line numberDiff line change
@@ -1488,6 +1488,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
14881488
</div>
14891489
<!-- /.modal-header -->
14901490
<div class="modal-body">
1491+
<h2 id="1.0.0-beta.15-(2022-11-04)" tabindex="-1">
1492+
<a class="header-anchor" href="#1.0.0-beta.15-(2022-11-04)">#</a>
1493+
1.0.0-beta.15 (2022-11-04)
1494+
</h2>
1495+
<ul>
1496+
<li>Fix aware props must be available only to nested components</li>
1497+
</ul>
14911498
<h2 id="1.0.0-beta.14-(2022-11-03)" tabindex="-1">
14921499
<a class="header-anchor" href="#1.0.0-beta.14-(2022-11-03)">#</a>
14931500
1.0.0-beta.14 (2022-11-03)

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.14</strong>
62+
<strong>v1.0.0-beta.15</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.15-(2022-11-04)" tabindex="-1">
97+
<a class="header-anchor" href="#1.0.0-beta.15-(2022-11-04)">#</a>
98+
1.0.0-beta.15 (2022-11-04)
99+
</h2>
100+
<ul>
101+
<li>Fix aware props must be available only to nested components</li>
102+
</ul>
96103
<h2 id="1.0.0-beta.14-(2022-11-03)" tabindex="-1">
97104
<a class="header-anchor" href="#1.0.0-beta.14-(2022-11-03)">#</a>
98105
1.0.0-beta.14 (2022-11-03)

docs/test.html

+7
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
259259
</div>
260260
<!-- /.modal-header -->
261261
<div class="modal-body">
262+
<h2 id="1.0.0-beta.15-(2022-11-04)" tabindex="-1">
263+
<a class="header-anchor" href="#1.0.0-beta.15-(2022-11-04)">#</a>
264+
1.0.0-beta.15 (2022-11-04)
265+
</h2>
266+
<ul>
267+
<li>Fix aware props must be available only to nested components</li>
268+
</ul>
262269
<h2 id="1.0.0-beta.14-(2022-11-03)" tabindex="-1">
263270
<a class="header-anchor" href="#1.0.0-beta.14-(2022-11-03)">#</a>
264271
1.0.0-beta.14 (2022-11-03)

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.14",
3+
"version": "1.0.0-beta.15",
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)