Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
thewebartisan7 committed Oct 23, 2022
1 parent 1005dfe commit 8e1faf4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/dist/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ <h3 id="posthtml-modules" tabindex="-1">
folders: [&quot;components&quot;, &quot;layouts&quot;],
tag: 'module',
attribute: 'href',
yield: 'content'
yield: 'content',
plugins: [
require(&quot;posthtml-include&quot;)({
encoding: &quot;utf8&quot;,
Expand Down
2 changes: 1 addition & 1 deletion examples/src/md/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ require("posthtml-component")({
folders: ["components", "layouts"],
tag: 'module',
attribute: 'href',
yield: 'content'
yield: 'content',
plugins: [
require("posthtml-include")({
encoding: "utf8",
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.3",
"version": "1.0.0-beta.4",
"description": "PostHTML Components Blade-like with slots, attributes as props and custom tag",
"license": "MIT",
"repository": "thewebartisan7/posthtml-components",
Expand Down
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ require("posthtml-component")({
folders: ["components", "layouts"],
tag: 'module',
attribute: 'href',
yield: 'content'
yield: 'content',
plugins: [
require("posthtml-include")({
encoding: "utf8",
Expand All @@ -918,14 +918,14 @@ Not yet tested.

See [PostHTML Guidelines](https://github.com/posthtml/posthtml/tree/master/docs) and [contribution guide](CONTRIBUTING.md).

[npm]: https://img.shields.io/npm/v/PLUGIN_NAME.svg
[npm-url]: https://npmjs.com/package/PLUGIN_NAME
[npm]: https://img.shields.io/npm/v/posthtml-component.svg
[npm-url]: https://www.npmjs.com/package/posthtml-component

[style]: https://img.shields.io/badge/code_style-XO-5ed9c7.svg
[style-url]: https://github.com/sindresorhus/xo

[cover]: https://coveralls.io/repos/USER_NAME/PLUGIN_NAME/badge.svg?branch=master
[cover-badge]: https://coveralls.io/r/USER_NAME/PLUGIN_NAME?branch=master
[cover]: https://coveralls.io/repos/thewebartisan7/posthtml-components/badge.svg?branch=main
[cover-badge]: https://coveralls.io/r/thewebartisan7/posthtml-components?branch=main

## Credits

Expand Down

0 comments on commit 8e1faf4

Please sign in to comment.