diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 9fee671..d8b4e51 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/flarelette-jwt-ts": "1.10.1", - "packages/flarelette-jwt-py": "1.10.1" + "packages/flarelette-jwt-ts": "1.11.0", + "packages/flarelette-jwt-py": "1.11.0" } diff --git a/packages/flarelette-jwt-py/CHANGELOG.md b/packages/flarelette-jwt-py/CHANGELOG.md index 5906414..4b5ab22 100644 --- a/packages/flarelette-jwt-py/CHANGELOG.md +++ b/packages/flarelette-jwt-py/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [1.11.0](https://github.com/chrislyons-dev/flarelette-jwt-kit/compare/flarelette-jwt-py-v1.10.1...flarelette-jwt-py-v1.11.0) (2025-11-04) + + +### Features + +* initial merge of flarelette-jwt-kit (ts+py) - env-driven hs512/eddsa, jwks, policy builder ([be132e2](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/be132e2ac12a1460843a8a1739386c7905deaee1)) + + +### Bug Fixes + +* bump versions ([#27](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/27)) ([b5fcce4](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/b5fcce4a8f5a962215ae87aa43b1c816f95a306b)) +* configure unique component tags for monorepo releases ([#11](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/11)) ([6e57f26](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/6e57f26cdef06f3008c9204301c66e599f1ec718)) +* enhance explicit config functions for jwt signing ([#25](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/25)) ([923bb22](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/923bb22884610975ed89a957141fa016e58c1b8a)) +* ignore generated files in .gitignore ([a5702b5](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/a5702b5f327de4b460723db6b097789bf5a3e133)) +* jwt type corrections and documentation updates ([cf5b1d6](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/cf5b1d6e555c8b1b6257855274a7a19246f94e7a)) +* lazy-load js module and add ci smoke test to prevent import failures ([1f74caa](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/1f74caacb6ae2bc1cb0366f59cc96e0c4b16d234)) +* present a consistent public interface, synchronize builds ([#16](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/16)) ([fa9b5f9](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/fa9b5f96f799cfd551359408bdcc1c5f20b4d595)) + + +### Miscellaneous + +* add sync:docs script and documentation for readme syncing ([6630372](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/6630372a5ee5a42e193be5d7d688661f2cfefff2)) +* bump to v1.10.1 ([#22](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/22)) ([3b711e7](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/3b711e7e5c8a7bba2d89fd1245ef9007b3dd955d)) +* configure grouped releases and sync versions to 1.9.0 ([#18](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/18)) ([fb026a2](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/fb026a22a0d62638276318fcf05b56b70d32c4db)) +* release ([#19](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/19)) ([5bced1d](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/5bced1d5e327c9e2a851b1ac6d1e32101d345189)) +* release main ([#10](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/10)) ([77ac4f8](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/77ac4f89a6a389707250533468ae85b2d01c1573)) +* release main ([#12](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/12)) ([f54b710](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/f54b710a99d275fc37da70171554d6c59308d230)) +* release main ([#14](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/14)) ([bcff81d](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/bcff81d7f7305229c8af3c5b6deb25cc14ede05d)) +* release main ([#15](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/15)) ([d9c2137](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/d9c21372e515281ac2729ddcba34279a61b4d96d)) +* release main ([#17](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/17)) ([2f1d95e](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/2f1d95e6c96a7deec8dce647d37c11d2a977b51b)) +* release main ([#3](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/3)) ([0ece844](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/0ece84484d28eaabc46f1a4fa53002969ba79877)) +* sync versions, add badges, and setup gh pages docs ([a9f0c06](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/a9f0c063d23060b9131d136c8da711acde1a98ed)) +* sync versions, add badges, and setup gh pages docs ([#9](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/9)) ([65eb899](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/65eb89915b66ede9dc7123c13ced29eeb12d8f6a)) + ## [1.10.0](https://github.com/chrislyons-dev/flarelette-jwt-kit/compare/flarelette-jwt-py-v1.9.0...flarelette-jwt-py-v1.10.0) (2025-11-02) diff --git a/packages/flarelette-jwt-ts/CHANGELOG.md b/packages/flarelette-jwt-ts/CHANGELOG.md index 74dfd3e..4aaa85f 100644 --- a/packages/flarelette-jwt-ts/CHANGELOG.md +++ b/packages/flarelette-jwt-ts/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [1.11.0](https://github.com/chrislyons-dev/flarelette-jwt-kit/compare/flarelette-jwt-ts-v1.10.1...flarelette-jwt-ts-v1.11.0) (2025-11-04) + + +### Features + +* initial merge of flarelette-jwt-kit (ts+py) - env-driven hs512/eddsa, jwks, policy builder ([be132e2](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/be132e2ac12a1460843a8a1739386c7905deaee1)) + + +### Bug Fixes + +* add package.json exports field and ci validation ([951f44e](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/951f44ee76d7c8caf0d53be732b56ed4b598297d)) +* bump versions ([#27](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/27)) ([b5fcce4](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/b5fcce4a8f5a962215ae87aa43b1c816f95a306b)) +* enhance explicit config functions for jwt signing ([#25](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/25)) ([923bb22](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/923bb22884610975ed89a957141fa016e58c1b8a)) +* ignore generated files in .gitignore ([a5702b5](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/a5702b5f327de4b460723db6b097789bf5a3e133)) +* jwt type corrections and documentation updates ([cf5b1d6](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/cf5b1d6e555c8b1b6257855274a7a19246f94e7a)) +* present a consistent public interface, synchronize builds ([#16](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/16)) ([fa9b5f9](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/fa9b5f96f799cfd551359408bdcc1c5f20b4d595)) +* use correct types for workerenv ([#20](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/20)) ([88f2513](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/88f251380ce7928c0c971a5ca274b5da4820e29c)) + + +### Miscellaneous + +* add sync:docs script and documentation for readme syncing ([6630372](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/6630372a5ee5a42e193be5d7d688661f2cfefff2)) +* bump to v1.10.1 ([#22](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/22)) ([3b711e7](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/3b711e7e5c8a7bba2d89fd1245ef9007b3dd955d)) +* release main ([#10](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/10)) ([77ac4f8](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/77ac4f89a6a389707250533468ae85b2d01c1573)) +* release main ([#14](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/14)) ([bcff81d](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/bcff81d7f7305229c8af3c5b6deb25cc14ede05d)) +* release main ([#17](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/17)) ([2f1d95e](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/2f1d95e6c96a7deec8dce647d37c11d2a977b51b)) +* release main ([#3](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/3)) ([0ece844](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/0ece84484d28eaabc46f1a4fa53002969ba79877)) +* sync versions, add badges, and setup gh pages docs ([a9f0c06](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/a9f0c063d23060b9131d136c8da711acde1a98ed)) +* synchronize packages to v1.10.0 ([#21](https://github.com/chrislyons-dev/flarelette-jwt-kit/issues/21)) ([c78eac0](https://github.com/chrislyons-dev/flarelette-jwt-kit/commit/c78eac0338e792331be9846f8c8f603c814a0d77)) + ## [1.9.0](https://github.com/chrislyons-dev/flarelette-jwt-kit/compare/flarelette-jwt-ts-v1.8.3...flarelette-jwt-ts-v1.9.0) (2025-11-02)