Skip to content

Commit

Permalink
Prepare for release beta.15
Browse files Browse the repository at this point in the history
  • Loading branch information
thewebartisan7 committed Nov 4, 2022
1 parent 406bb65 commit 975eb25
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0-beta.15 (2022-11-04)

* Fix aware props must be available only to nested components

## 1.0.0-beta.14 (2022-11-03)

* Fix node attributes not string
Expand Down
4 changes: 4 additions & 0 deletions docs-src/md/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0-beta.15 (2022-11-04)

* Fix aware props must be available only to nested components

## 1.0.0-beta.14 (2022-11-03)

* Fix node attributes not string
Expand Down
2 changes: 1 addition & 1 deletion docs-src/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
</div>

<p class="text-muted">
Currently <strong>v1.0.0-beta.14</strong>
Currently <strong>v1.0.0-beta.15</strong>
<span class="px-1">·</span>
<a href="#" class="link-secondary" data-bs-toggle="modal" data-bs-target="#modalWithComponents">Changelog</a>
</p>
Expand Down
7 changes: 7 additions & 0 deletions docs/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
</div>
<!-- /.modal-header -->
<div class="modal-body">
<h2 id="1.0.0-beta.15-(2022-11-04)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.15-(2022-11-04)">#</a>
1.0.0-beta.15 (2022-11-04)
</h2>
<ul>
<li>Fix aware props must be available only to nested components</li>
</ul>
<h2 id="1.0.0-beta.14-(2022-11-03)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.14-(2022-11-03)">#</a>
1.0.0-beta.14 (2022-11-03)
Expand Down
7 changes: 7 additions & 0 deletions docs/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1488,6 +1488,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
</div>
<!-- /.modal-header -->
<div class="modal-body">
<h2 id="1.0.0-beta.15-(2022-11-04)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.15-(2022-11-04)">#</a>
1.0.0-beta.15 (2022-11-04)
</h2>
<ul>
<li>Fix aware props must be available only to nested components</li>
</ul>
<h2 id="1.0.0-beta.14-(2022-11-03)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.14-(2022-11-03)">#</a>
1.0.0-beta.14 (2022-11-03)
Expand Down
9 changes: 8 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
</div>
<p class="text-muted">
Currently
<strong>v1.0.0-beta.14</strong>
<strong>v1.0.0-beta.15</strong>
<span class="px-1">·</span>
<a href="#" class="link-secondary" data-bs-toggle="modal" data-bs-target="#modalWithComponents">Changelog</a>
</p>
Expand Down Expand Up @@ -93,6 +93,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
</div>
<!-- /.modal-header -->
<div class="modal-body">
<h2 id="1.0.0-beta.15-(2022-11-04)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.15-(2022-11-04)">#</a>
1.0.0-beta.15 (2022-11-04)
</h2>
<ul>
<li>Fix aware props must be available only to nested components</li>
</ul>
<h2 id="1.0.0-beta.14-(2022-11-03)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.14-(2022-11-03)">#</a>
1.0.0-beta.14 (2022-11-03)
Expand Down
7 changes: 7 additions & 0 deletions docs/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,13 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
</div>
<!-- /.modal-header -->
<div class="modal-body">
<h2 id="1.0.0-beta.15-(2022-11-04)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.15-(2022-11-04)">#</a>
1.0.0-beta.15 (2022-11-04)
</h2>
<ul>
<li>Fix aware props must be available only to nested components</li>
</ul>
<h2 id="1.0.0-beta.14-(2022-11-03)" tabindex="-1">
<a class="header-anchor" href="#1.0.0-beta.14-(2022-11-03)">#</a>
1.0.0-beta.14 (2022-11-03)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "posthtml-component",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"description": "PostHTML Components Blade-like with slots, attributes as props and custom tag",
"license": "MIT",
"repository": "thewebartisan7/posthtml-components",
Expand Down

0 comments on commit 975eb25

Please sign in to comment.