From 4898feeeab831f602cf8a1422b388a74bd1b8060 Mon Sep 17 00:00:00 2001 From: louiss0 Date: Thu, 23 Jan 2025 14:30:41 -0500 Subject: [PATCH] chore(release): publish - project: utilities 5.1.0 - project: asciidoc 2.2.0 --- packages/asciidoc/CHANGELOG.md | 19 +++++++++++++++++++ packages/utilities/CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/packages/asciidoc/CHANGELOG.md b/packages/asciidoc/CHANGELOG.md index 7b3ca14..51a121f 100644 --- a/packages/asciidoc/CHANGELOG.md +++ b/packages/asciidoc/CHANGELOG.md @@ -1,3 +1,22 @@ +## 2.2.0 (2025-01-23) + +### 🚀 Features + +- **forastro:** Add ESbuild plugin to transform ts extension into js ones I'm doing this because I realized that people should rely on nu shell to transform files. Tt should be a part of the system. Doing this ensures ease of use ([40c116f](https://github.com/louiss0/forastro/commit/40c116f)) + +### 🩹 Fixes + +- **forastro:** make changes to files based on ts and eslint errors I found many eslint and ts based errors in these files But for the tailwind file I needed to place an object as the lat argument. So I took out the prose object and spread it out ([0002778](https://github.com/louiss0/forastro/commit/0002778)) +- add unocss and tailwindcss as devDependencies for building ([7eab921](https://github.com/louiss0/forastro/commit/7eab921)) +- **forastro:** fix paths to esbuild file in the projects config for utilities and asciidoc ([6b2183e](https://github.com/louiss0/forastro/commit/6b2183e)) +- remove used localdate variable ([b0f764e](https://github.com/louiss0/forastro/commit/b0f764e)) +- **asciidoc:** allow array values to be parsed when attribute values are being validated\n I tried to use the mock app to test the chages so far.\nBut discovered that prism languages weren't being processed properly\nit was because it returns an array ([c421e5a](https://github.com/louiss0/forastro/commit/c421e5a)) +- use proper document type ([f73f5a6](https://github.com/louiss0/forastro/commit/f73f5a6)) + +### ❤️ Thank You + +- louiss0 @louiss0 + ## 2.1.1 (2025-01-13) ### 🩹 Fixes diff --git a/packages/utilities/CHANGELOG.md b/packages/utilities/CHANGELOG.md index a10ffaa..51ff0af 100644 --- a/packages/utilities/CHANGELOG.md +++ b/packages/utilities/CHANGELOG.md @@ -1,3 +1,18 @@ +## 5.1.0 (2025-01-23) + +### 🚀 Features + +- **forastro:** Add ESbuild plugin to transform ts extension into js ones I'm doing this because I realized that people should rely on nu shell to transform files. Tt should be a part of the system. Doing this ensures ease of use ([40c116f](https://github.com/louiss0/forastro/commit/40c116f)) + +### 🩹 Fixes + +- **utilities:** move createAstroFunctionalComponent to internal I ran into a bug where for astro utilites wouldn't build because the createAstroFunctional component was in the wrong file. ([ece95a7](https://github.com/louiss0/forastro/commit/ece95a7)) +- **forastro:** fix paths to esbuild file in the projects config for utilities and asciidoc ([6b2183e](https://github.com/louiss0/forastro/commit/6b2183e)) + +### ❤️ Thank You + +- louiss0 @louiss0 + ## 5.0.1 (2025-01-14) The main purpose of this release is to write a better Read me.