diff --git a/build/.release-please-manifest.json b/build/.release-please-manifest.json index c5c70a42..40b04d0f 100644 --- a/build/.release-please-manifest.json +++ b/build/.release-please-manifest.json @@ -1 +1 @@ -{"packages/build":"4.1.2","packages/core":"4.2.2","packages/create-app":"4.0.11","packages/create-fleck":"4.0.10","packages/db":"4.1.2","packages/docker":"4.0.10","packages/dox":"4.0.10","packages/electron":"4.0.10","packages/fleck":"4.1.2","packages/passport":"4.0.10","packages/passport-local":"4.0.10","packages/passport-local-react":"4.0.10","packages/passport-react":"4.0.10","packages/react":"4.0.10","packages/react-redux":"4.0.10","packages/redis":"4.0.10","packages/redux":"4.0.10","packages/repl":"4.1.2","packages/server":"4.1.2","packages/session":"4.0.10","packages/socket":"4.0.10","packages/web":"4.1.2"} \ No newline at end of file +{"packages/build":"4.1.2","packages/core":"4.2.2","packages/create-app":"4.0.3","packages/create-fleck":"4.0.10","packages/db":"4.1.2","packages/docker":"4.0.10","packages/dox":"4.0.3","packages/electron":"4.0.10","packages/fleck":"4.1.2","packages/passport":"4.0.10","packages/passport-local":"4.0.10","packages/passport-local-react":"4.0.10","packages/passport-react":"4.0.10","packages/react":"4.0.10","packages/react-redux":"4.0.10","packages/redis":"4.0.10","packages/redux":"4.0.10","packages/repl":"4.1.2","packages/server":"4.1.2","packages/session":"4.0.10","packages/socket":"4.0.10","packages/web":"4.1.2"} \ No newline at end of file diff --git a/packages/create-app/CHANGELOG.md b/packages/create-app/CHANGELOG.md index c2c43d2b..fb142667 100644 --- a/packages/create-app/CHANGELOG.md +++ b/packages/create-app/CHANGELOG.md @@ -46,6 +46,40 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * @flecks/build bumped from ^4.1.0 to ^4.1.1 * @flecks/fleck bumped from ^4.1.0 to ^4.1.1 +## [4.0.3](https://github.com/cha0s/flecks/compare/create-app-v4.0.11...create-app-v4.0.3) (2024-02-17) + + +### Features + +* default packages directory ([2a48c4f](https://github.com/cha0s/flecks/commit/2a48c4f18fb732c07a52706100d06a30959110f3)) +* **fleck:** ProcessAssets ([84a30df](https://github.com/cha0s/flecks/commit/84a30df67ab0c8b5c34bb61657f6103775839e82)) +* package manager (and bun) ([16934d5](https://github.com/cha0s/flecks/commit/16934d55c93aef1fcb36ed47a2addc802ccf492d)) +* webpack 5 ([f039f7b](https://github.com/cha0s/flecks/commit/f039f7b8f69b3c8b9564714890b2fe2d4cd8a22d)) + + +### Bug Fixes + +* add default worksapces pattern ([12120a9](https://github.com/cha0s/flecks/commit/12120a9a43c0cd135a1e8676fb21dba87d59d2fd)) +* config ([e001c77](https://github.com/cha0s/flecks/commit/e001c771ee69a9c18bef54df0411fe90651b3aba)) +* creation apps ([9bfa481](https://github.com/cha0s/flecks/commit/9bfa481731f32a2a4404d9d6d87ada8f39b35c77)) +* creators ([c1eee58](https://github.com/cha0s/flecks/commit/c1eee58a41553941613bed6879ad70cf46260cb2)) +* failure handling ([855999b](https://github.com/cha0s/flecks/commit/855999b3a13d838ce00c8bdd1ff2342c3bd7bdeb)) +* lint ([675aaad](https://github.com/cha0s/flecks/commit/675aaadaedd539ebbef9ab0ace9e9ae8832d1e08)) +* lint config ([3826434](https://github.com/cha0s/flecks/commit/382643400efbdb2134dd585fdf3dc5764842237f)) +* make sure no patch-package still succeeds ([7a445b0](https://github.com/cha0s/flecks/commit/7a445b07f09846fe8bacee2dfb361eaa52e3acb9)) +* monorepo ([65e3afb](https://github.com/cha0s/flecks/commit/65e3afbcd04a55239da8bd67b4ee078adb13fb3f)) +* nested .noconflict ([7ed8688](https://github.com/cha0s/flecks/commit/7ed86886ea84d7e146df7955f32e0497e95901d4)) +* slow npm ([8aca988](https://github.com/cha0s/flecks/commit/8aca988ae397bfdba0822f5ceb10eba50eaca74d)) +* versioning ([f892113](https://github.com/cha0s/flecks/commit/f892113ca22e6c9fe9264462444f287c8687b6c1)) +* versions ([6abc4bc](https://github.com/cha0s/flecks/commit/6abc4bc01f837f5988a640a12ebcddfd4373fe18)) +* work around https://github.com/SimenB/add-asset-html-webpack-plugin/issues/373 ([82a86fd](https://github.com/cha0s/flecks/commit/82a86fd2411450002ead6ffab2e14b4b96649265)) + + +### Miscellaneous Chores + +* release 4.0.0 ([854aaba](https://github.com/cha0s/flecks/commit/854aaba82b7db5f04ddc42e3532e2f8211b1d536)) +* release-please ([c4ef597](https://github.com/cha0s/flecks/commit/c4ef597be720041602354118103eed21e8fe0e91)) + ## [4.0.11](https://github.com/cha0s/flecks/compare/create-app-v4.0.10...create-app-v4.0.11) (2024-02-17) diff --git a/packages/create-app/package.json b/packages/create-app/package.json index 7033403d..ea52276a 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -1,6 +1,6 @@ { "name": "@flecks/create-app", - "version": "4.0.11", + "version": "4.0.3", "author": "cha0s", "license": "MIT", "scripts": { diff --git a/packages/dox/CHANGELOG.md b/packages/dox/CHANGELOG.md index 34676c42..a814c2cf 100644 --- a/packages/dox/CHANGELOG.md +++ b/packages/dox/CHANGELOG.md @@ -64,6 +64,38 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * @flecks/build bumped from ^4.1.0 to ^4.1.1 * @flecks/fleck bumped from ^4.1.0 to ^4.1.1 +## [4.0.3](https://github.com/cha0s/flecks/compare/dox-v4.0.10...dox-v4.0.3) (2024-02-17) + + +### Features + +* **build:** command help ([42daad3](https://github.com/cha0s/flecks/commit/42daad3a40470bb2007c5f9ef3836014b22b0b75)) +* dox++ ([95e18b9](https://github.com/cha0s/flecks/commit/95e18b9978cf5740e306f3b875aedd6fbf564221)) +* **dox:** rewrite filenames ([dd116de](https://github.com/cha0s/flecks/commit/dd116de20c04526bbdc82579d9d741b4c21de64e)) +* **fleck:** ProcessAssets ([84a30df](https://github.com/cha0s/flecks/commit/84a30df67ab0c8b5c34bb61657f6103775839e82)) +* webpack 5 ([f039f7b](https://github.com/cha0s/flecks/commit/f039f7b8f69b3c8b9564714890b2fe2d4cd8a22d)) + + +### Bug Fixes + +* API ([7b97fa1](https://github.com/cha0s/flecks/commit/7b97fa1ac6f63642372726c6430385ff2dc5fbc2)) +* doc parsing for split hooks ([6db7deb](https://github.com/cha0s/flecks/commit/6db7deb44d94c500c9c47bc2dde6fc42672d4bcb)) +* dox ([64bd11e](https://github.com/cha0s/flecks/commit/64bd11e9751fee83128bf7799cce7b675f982147)) +* dox ([919759f](https://github.com/cha0s/flecks/commit/919759f6918413e6d52826b9fbe1d681f11b1ba2)) +* **dox:** broke tests ([765a2ee](https://github.com/cha0s/flecks/commit/765a2eed9e3dc056afd8b348c2d7021ebb288393)) +* flecks quirk files ([3790226](https://github.com/cha0s/flecks/commit/37902264d45d63aa7aea24f5c0b82bc3f2fdf95e)) +* hook dox ([aa78144](https://github.com/cha0s/flecks/commit/aa7814462801a9fef2324b8b5be231f288f23179)) +* lint ([675aaad](https://github.com/cha0s/flecks/commit/675aaadaedd539ebbef9ab0ace9e9ae8832d1e08)) +* roots ([a3babcc](https://github.com/cha0s/flecks/commit/a3babcc5a0edc2fadfb66cea6bf10faea816cd6c)) +* should have marked previous as fix ([323aa4e](https://github.com/cha0s/flecks/commit/323aa4e443384ae55a7c7e889489a27e695c4d03)) +* visitor and tests ([696c0c8](https://github.com/cha0s/flecks/commit/696c0c885ad1ee7c2046475562405c5bfd81012c)) + + +### Miscellaneous Chores + +* release 4.0.0 ([854aaba](https://github.com/cha0s/flecks/commit/854aaba82b7db5f04ddc42e3532e2f8211b1d536)) +* release-please ([c4ef597](https://github.com/cha0s/flecks/commit/c4ef597be720041602354118103eed21e8fe0e91)) + ## [4.0.10](https://github.com/cha0s/flecks/compare/dox-v4.0.9...dox-v4.0.10) (2024-02-17) diff --git a/packages/dox/package.json b/packages/dox/package.json index 56c488bc..61f7d554 100644 --- a/packages/dox/package.json +++ b/packages/dox/package.json @@ -1,6 +1,6 @@ { "name": "@flecks/dox", - "version": "4.0.10", + "version": "4.0.3", "author": "cha0s", "license": "MIT", "scripts": {