diff --git a/README.md b/README.md index 3b71696..7e45cee 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ I thought: - What if I knew how to write [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) and I can have a dynamic web page from that? - What if I knew how to build [custom elements](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements) and that's all the component system I needed? -- What if I can write [HTML fragments](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment) and assemble them easily in a page? +- What if I can write [HTML fragments](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment) and [assemble them](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM) easily in a page? - What if I did not have to worry about the [ever-growing number of ways to have a place on the Web](https://ayos.blog/places-in-the-web/)? **McFly** is my reimagination of web development: Back to the basics. Into the future. diff --git a/packages/config/README.md b/packages/config/README.md index a5e0d6a..0a3daee 100644 --- a/packages/config/README.md +++ b/packages/config/README.md @@ -20,7 +20,7 @@ I thought: - What if I knew how to write [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) and I can have a dynamic web page from that? - What if I knew how to build [custom elements](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements) and that's all the component system I needed? -- What if I can write [HTML fragments](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment) and assemble them easily in a page? +- What if I can write [HTML fragments](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment) and [assemble them](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM) easily in a page? - What if I did not have to worry about the [ever-growing number of ways to have a place on the Web](https://ayos.blog/places-in-the-web/)? **McFly** is my reimagination of web development: Back to the basics. Into the future. diff --git a/packages/config/package.json b/packages/config/package.json index 9e23723..ceced18 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@mcflyjs/config", - "version": "0.2.3", + "version": "0.2.4", "description": "Nitro configuration for McFly apps", "type": "module", "main": "index.js", diff --git a/packages/core/README.md b/packages/core/README.md index a5e0d6a..0a3daee 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -20,7 +20,7 @@ I thought: - What if I knew how to write [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) and I can have a dynamic web page from that? - What if I knew how to build [custom elements](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements) and that's all the component system I needed? -- What if I can write [HTML fragments](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment) and assemble them easily in a page? +- What if I can write [HTML fragments](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment) and [assemble them](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM) easily in a page? - What if I did not have to worry about the [ever-growing number of ways to have a place on the Web](https://ayos.blog/places-in-the-web/)? **McFly** is my reimagination of web development: Back to the basics. Into the future. diff --git a/packages/core/package.json b/packages/core/package.json index e849fd1..eeecfac 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mcflyjs/core", - "version": "0.8.1", + "version": "0.8.2", "description": "McFly core package", "type": "module", "main": "index.js",