Skip to content

Commit 1775153

Browse files
Prepare for release v1.1.0
1 parent 56cdd50 commit 1775153

File tree

9 files changed

+56
-7
lines changed

9 files changed

+56
-7
lines changed

changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.1.0 (2023-03-17)
2+
3+
v.1.1.0 Stable Release
4+
5+
* Add support for customizing posthtml-parser #31
6+
* Enable by default self-closing tag
7+
18
## 1.0.0 (2023-03-14)
29

310
First Stable Release

docs-src/index.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ readdirSync(src).forEach(file => {
2929
locals: {
3030
title: 'PostHTML Components'
3131
}
32-
},
33-
parserOptions: {
34-
// Don't work
35-
recognizeSelfClosing: false
3632
}
33+
// parserOptions: {
34+
// recognizeSelfClosing: false
35+
// }
3736
}),
3837

3938
markdownIt({

docs-src/md/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.1.0 (2023-03-17)
2+
3+
v.1.1.0 Stable Release
4+
5+
* Add support for customizing posthtml-parser #31
6+
* Enable by default self-closing tag
7+
18
## 1.0.0 (2023-03-14)
29

310
First Stable Release

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</strong>
17+
Currently <strong>v1.1.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

+9
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
7777
</div>
7878
<!-- /.modal-header -->
7979
<div class="modal-body">
80+
<h2 id="1.1.0-(2023-03-17)" tabindex="-1">
81+
<a class="header-anchor" href="#1.1.0-(2023-03-17)">#</a>
82+
1.1.0 (2023-03-17)
83+
</h2>
84+
<p>v.1.1.0 Stable Release</p>
85+
<ul>
86+
<li>Add support for customizing posthtml-parser #31</li>
87+
<li>Enable by default self-closing tag</li>
88+
</ul>
8089
<h2 id="1.0.0-(2023-03-14)" tabindex="-1">
8190
<a class="header-anchor" href="#1.0.0-(2023-03-14)">#</a>
8291
1.0.0 (2023-03-14)

docs/docs.html

+9
Original file line numberDiff line numberDiff line change
@@ -1583,6 +1583,15 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
15831583
</div>
15841584
<!-- /.modal-header -->
15851585
<div class="modal-body">
1586+
<h2 id="1.1.0-(2023-03-17)" tabindex="-1">
1587+
<a class="header-anchor" href="#1.1.0-(2023-03-17)">#</a>
1588+
1.1.0 (2023-03-17)
1589+
</h2>
1590+
<p>v.1.1.0 Stable Release</p>
1591+
<ul>
1592+
<li>Add support for customizing posthtml-parser #31</li>
1593+
<li>Enable by default self-closing tag</li>
1594+
</ul>
15861595
<h2 id="1.0.0-(2023-03-14)" tabindex="-1">
15871596
<a class="header-anchor" href="#1.0.0-(2023-03-14)">#</a>
15881597
1.0.0 (2023-03-14)

docs/index.html

+10-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</strong>
62+
<strong>v1.1.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,15 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
9393
</div>
9494
<!-- /.modal-header -->
9595
<div class="modal-body">
96+
<h2 id="1.1.0-(2023-03-17)" tabindex="-1">
97+
<a class="header-anchor" href="#1.1.0-(2023-03-17)">#</a>
98+
1.1.0 (2023-03-17)
99+
</h2>
100+
<p>v.1.1.0 Stable Release</p>
101+
<ul>
102+
<li>Add support for customizing posthtml-parser #31</li>
103+
<li>Enable by default self-closing tag</li>
104+
</ul>
96105
<h2 id="1.0.0-(2023-03-14)" tabindex="-1">
97106
<a class="header-anchor" href="#1.0.0-(2023-03-14)">#</a>
98107
1.0.0 (2023-03-14)

docs/test.html

+9
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,15 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
281281
</div>
282282
<!-- /.modal-header -->
283283
<div class="modal-body">
284+
<h2 id="1.1.0-(2023-03-17)" tabindex="-1">
285+
<a class="header-anchor" href="#1.1.0-(2023-03-17)">#</a>
286+
1.1.0 (2023-03-17)
287+
</h2>
288+
<p>v.1.1.0 Stable Release</p>
289+
<ul>
290+
<li>Add support for customizing posthtml-parser #31</li>
291+
<li>Enable by default self-closing tag</li>
292+
</ul>
284293
<h2 id="1.0.0-(2023-03-14)" tabindex="-1">
285294
<a class="header-anchor" href="#1.0.0-(2023-03-14)">#</a>
286295
1.0.0 (2023-03-14)

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",
3+
"version": "1.1.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)