@baseplate-dev/plugin-auth 4.0.0 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +621 -0
- package/dist/auth/core/common.d.ts +2 -5
- package/dist/auth/core/common.d.ts.map +1 -1
- package/dist/auth/core/common.js +14 -14
- package/dist/auth/core/common.js.map +1 -1
- package/dist/auth/core/node.d.ts +3 -3
- package/dist/auth/core/node.d.ts.map +1 -1
- package/dist/auth/core/node.js +5 -8
- package/dist/auth/core/node.js.map +1 -1
- package/dist/auth/core/web.d.ts +3 -3
- package/dist/auth/core/web.d.ts.map +1 -1
- package/dist/auth/core/web.js +4 -5
- package/dist/auth/core/web.js.map +1 -1
- package/dist/auth0/core/common.d.ts +3 -5
- package/dist/auth0/core/common.d.ts.map +1 -1
- package/dist/auth0/core/common.js +11 -14
- package/dist/auth0/core/common.js.map +1 -1
- package/dist/auth0/core/node.d.ts +3 -3
- package/dist/auth0/core/node.d.ts.map +1 -1
- package/dist/auth0/core/node.js +5 -8
- package/dist/auth0/core/node.js.map +1 -1
- package/dist/auth0/core/schema/plugin-definition.js +1 -1
- package/dist/auth0/core/schema/plugin-definition.js.map +1 -1
- package/dist/auth0/core/web.d.ts +3 -3
- package/dist/auth0/core/web.d.ts.map +1 -1
- package/dist/auth0/core/web.js +4 -5
- package/dist/auth0/core/web.js.map +1 -1
- package/dist/auth0/generators/fastify/auth0-module/templates/module/schema/user-session.queries.ts +1 -1
- package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js +1 -1
- package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js.map +1 -1
- package/dist/local-auth/admin/common.d.ts +3 -2
- package/dist/local-auth/admin/common.d.ts.map +1 -1
- package/dist/local-auth/admin/common.js +6 -7
- package/dist/local-auth/admin/common.js.map +1 -1
- package/dist/local-auth/admin/node.d.ts +3 -6
- package/dist/local-auth/admin/node.d.ts.map +1 -1
- package/dist/local-auth/admin/node.js +13 -12
- package/dist/local-auth/admin/node.js.map +1 -1
- package/dist/local-auth/admin/web.d.ts +3 -4
- package/dist/local-auth/admin/web.d.ts.map +1 -1
- package/dist/local-auth/admin/web.js +22 -21
- package/dist/local-auth/admin/web.js.map +1 -1
- package/dist/local-auth/constants/model-names.d.ts +4 -0
- package/dist/local-auth/constants/model-names.d.ts.map +1 -1
- package/dist/local-auth/constants/model-names.js +4 -0
- package/dist/local-auth/constants/model-names.js.map +1 -1
- package/dist/local-auth/core/common.d.ts +3 -5
- package/dist/local-auth/core/common.d.ts.map +1 -1
- package/dist/local-auth/core/common.js +10 -13
- package/dist/local-auth/core/common.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts +49 -0
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js +17 -6
- package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts +209 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.d.ts +5 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.js +5 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts +47 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js +48 -2
- package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts +18 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.js +12 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts +253 -0
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js +102 -4
- package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts +15 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.js +15 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.ts +18 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.js +24 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/email-verification.mutations.ts +35 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.js +38 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/password-reset.mutations.ts +54 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/auth-verification.service.d.ts +40 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/auth-verification.service.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/auth-verification.service.js +106 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/auth-verification.service.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/auth-verification.service.ts +146 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.d.ts +24 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js +88 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/email-verification.service.ts +141 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.d.ts +35 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js +157 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/password-reset.service.ts +233 -0
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js +48 -14
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js.map +1 -1
- package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.ts +79 -15
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts +43 -0
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.js +48 -0
- package/dist/local-auth/core/generators/auth-email-templates/auth-email-templates.generator.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts +96 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/index.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/index.js +11 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/index.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.d.ts +14 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.js +26 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-paths.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts +41 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.js +59 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/template-renderers.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts +60 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.js +42 -0
- package/dist/local-auth/core/generators/auth-email-templates/generated/typed-templates.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/index.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-email-templates/index.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/index.js +2 -0
- package/dist/local-auth/core/generators/auth-email-templates/index.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.js +14 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/account-verification.email.tsx +55 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.js +12 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-changed.email.tsx +44 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.d.ts +3 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.js +14 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.js.map +1 -0
- package/dist/local-auth/core/generators/auth-email-templates/templates/src/emails/auth/password-reset.email.tsx +55 -0
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js +1 -1
- package/dist/local-auth/core/generators/auth-module/auth-module.generator.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-module/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts +1 -0
- package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.ts +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.js +2 -2
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.js.map +1 -1
- package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.ts +2 -2
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js +1 -0
- package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts +722 -4
- package/dist/local-auth/core/generators/auth-routes/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/index.js +2 -0
- package/dist/local-auth/core/generators/auth-routes/generated/index.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts +4 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js +4 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts +4 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js +14 -0
- package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.d.ts +21 -0
- package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.js +30 -0
- package/dist/local-auth/core/generators/auth-routes/generated/ts-import-providers.js.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts +1216 -34
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js +70 -2
- package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/index.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-routes/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/index.js +1 -0
- package/dist/local-auth/core/generators/auth-routes/index.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.d.ts +10 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.js +11 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.js.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/-constants.ts +12 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.d.ts +2 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.js +60 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.js.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/forgot-password.tsx +127 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js +6 -11
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.tsx +20 -19
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js +2 -2
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js.map +1 -1
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.tsx +2 -3
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.d.ts +7 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js +131 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.js.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/reset-password.tsx +240 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.d.ts +7 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.d.ts.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js +106 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.js.map +1 -0
- package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/verify-email.tsx +206 -0
- package/dist/local-auth/core/generators/index.d.ts +1 -0
- package/dist/local-auth/core/generators/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/index.js +1 -0
- package/dist/local-auth/core/generators/index.js.map +1 -1
- package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts +12 -0
- package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts.map +1 -1
- package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.d.ts +6 -0
- package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.d.ts.map +1 -1
- package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.d.ts +6 -0
- package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.d.ts.map +1 -1
- package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.d.ts +6 -0
- package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.d.ts.map +1 -1
- package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.js +1 -1
- package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.js.map +1 -1
- package/dist/local-auth/core/node.d.ts +3 -3
- package/dist/local-auth/core/node.d.ts.map +1 -1
- package/dist/local-auth/core/node.js +16 -9
- package/dist/local-auth/core/node.js.map +1 -1
- package/dist/local-auth/core/schema/models.d.ts.map +1 -1
- package/dist/local-auth/core/schema/models.js +60 -0
- package/dist/local-auth/core/schema/models.js.map +1 -1
- package/dist/local-auth/core/web.d.ts +3 -3
- package/dist/local-auth/core/web.d.ts.map +1 -1
- package/dist/local-auth/core/web.js +4 -5
- package/dist/local-auth/core/web.js.map +1 -1
- package/dist/placeholder-auth/core/common.d.ts +2 -5
- package/dist/placeholder-auth/core/common.d.ts.map +1 -1
- package/dist/placeholder-auth/core/common.js +10 -13
- package/dist/placeholder-auth/core/common.js.map +1 -1
- package/dist/placeholder-auth/core/node.d.ts +3 -3
- package/dist/placeholder-auth/core/node.d.ts.map +1 -1
- package/dist/placeholder-auth/core/node.js +5 -8
- package/dist/placeholder-auth/core/node.js.map +1 -1
- package/dist/placeholder-auth/core/schema/plugin-definition.js +1 -1
- package/dist/placeholder-auth/core/schema/plugin-definition.js.map +1 -1
- package/dist/placeholder-auth/core/web.d.ts +3 -3
- package/dist/placeholder-auth/core/web.d.ts.map +1 -1
- package/dist/placeholder-auth/core/web.js +4 -5
- package/dist/placeholder-auth/core/web.js.map +1 -1
- package/dist/web/assets/__federation_expose_auth0CoreCommon-DKJVe6Rd.js +40 -0
- package/dist/web/assets/__federation_expose_auth0CoreCommon-DKJVe6Rd.js.map +1 -0
- package/dist/web/assets/{__federation_expose_auth0CoreWeb-CZueDXPK.js → __federation_expose_auth0CoreWeb-CfhSWZsK.js} +9 -10
- package/dist/web/assets/{__federation_expose_auth0CoreWeb-CZueDXPK.js.map → __federation_expose_auth0CoreWeb-CfhSWZsK.js.map} +1 -1
- package/dist/web/assets/__federation_expose_authCoreCommon-D3-Gk9mI.js +29 -0
- package/dist/web/assets/__federation_expose_authCoreCommon-D3-Gk9mI.js.map +1 -0
- package/dist/web/assets/{__federation_expose_authCoreWeb-C8rgnA2v.js → __federation_expose_authCoreWeb-DZoAij9e.js} +10 -11
- package/dist/web/assets/{__federation_expose_authCoreWeb-C8rgnA2v.js.map → __federation_expose_authCoreWeb-DZoAij9e.js.map} +1 -1
- package/dist/web/assets/{__federation_expose_local-authAdminCommon-C75-DAzO.js → __federation_expose_local-authAdminCommon-BRHnF0Hn.js} +8 -9
- package/dist/web/assets/__federation_expose_local-authAdminCommon-BRHnF0Hn.js.map +1 -0
- package/dist/web/assets/__federation_expose_local-authAdminWeb-dYAIxuqC.js +41 -0
- package/dist/web/assets/__federation_expose_local-authAdminWeb-dYAIxuqC.js.map +1 -0
- package/dist/web/assets/__federation_expose_local-authCoreCommon-CIwvOx0d.js +21 -0
- package/dist/web/assets/__federation_expose_local-authCoreCommon-CIwvOx0d.js.map +1 -0
- package/dist/web/assets/{__federation_expose_local-authCoreWeb-ChyvdsRq.js → __federation_expose_local-authCoreWeb-Bwooi2qZ.js} +70 -11
- package/dist/web/assets/__federation_expose_local-authCoreWeb-Bwooi2qZ.js.map +1 -0
- package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-gFDSzGjB.js +23 -0
- package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-gFDSzGjB.js.map +1 -0
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-CT8JKYLB.js → __federation_expose_placeholder-authCoreWeb-BZLwIkLk.js} +9 -13
- package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-CT8JKYLB.js.map → __federation_expose_placeholder-authCoreWeb-BZLwIkLk.js.map} +1 -1
- package/dist/web/assets/{__federation_fn_import-C_QCk5FX.js → __federation_fn_import-pxYUpmb_.js} +2 -2
- package/dist/web/assets/{__federation_fn_import-C_QCk5FX.js.map → __federation_fn_import-pxYUpmb_.js.map} +1 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-DtztAtUw.js → web-BXi2UCP-.js} +39 -120
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-BXi2UCP-.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-O0clDXMb.js +17445 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-O0clDXMb.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-BpuFQk6s.js +52536 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-BpuFQk6s.js.map +1 -0
- package/dist/web/assets/__federation_shared_@baseplate-dev/{utils-Bxy-1ETU.js → utils-UiZ-8JBg.js} +30 -10
- package/dist/web/assets/__federation_shared_@baseplate-dev/utils-UiZ-8JBg.js.map +1 -0
- package/dist/web/assets/__federation_shared_@tanstack/{react-router-DooFj-IS.js → react-router-BPEAtEJI.js} +1069 -746
- package/dist/web/assets/__federation_shared_@tanstack/react-router-BPEAtEJI.js.map +1 -0
- package/dist/web/assets/{get-auth-plugin-definition-D2XMaoy7.js → get-auth-plugin-definition-DPsrvQbo.js} +2 -2
- package/dist/web/assets/{get-auth-plugin-definition-D2XMaoy7.js.map → get-auth-plugin-definition-DPsrvQbo.js.map} +1 -1
- package/dist/web/assets/{index-DwJT6_Wn.js → index-CSfs0UAV.js} +2 -2
- package/dist/web/assets/{index-DwJT6_Wn.js.map → index-CSfs0UAV.js.map} +1 -1
- package/dist/web/assets/{index.esm-ChwWPPiL.js → index.esm-BoRQu8mM.js} +2 -2
- package/dist/web/assets/{index.esm-ChwWPPiL.js.map → index.esm-BoRQu8mM.js.map} +1 -1
- package/dist/web/assets/{isEqual-DAXqKRba.js → isEqual-BQtm2LNT.js} +5 -5
- package/dist/web/assets/{isEqual-DAXqKRba.js.map → isEqual-BQtm2LNT.js.map} +1 -1
- package/dist/web/assets/{model-merger-gGkFnyaY.js → model-merger-CdjliK9v.js} +266 -101
- package/dist/web/assets/model-merger-CdjliK9v.js.map +1 -0
- package/dist/web/assets/{model-names-CEoSIalq.js → model-names-DrcaRxt1.js} +6 -2
- package/dist/web/assets/{model-names-CEoSIalq.js.map → model-names-DrcaRxt1.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-rpMj4pr8.js → plugin-definition-BG6tu7Hh.js} +3 -3
- package/dist/web/assets/plugin-definition-BG6tu7Hh.js.map +1 -0
- package/dist/web/assets/{plugin-definition-QRBMcFiG.js → plugin-definition-BMYDEj3f.js} +3 -3
- package/dist/web/assets/plugin-definition-BMYDEj3f.js.map +1 -0
- package/dist/web/assets/{plugin-definition-hAzbWO7b.js → plugin-definition-DRhTuQas.js} +2 -2
- package/dist/web/assets/{plugin-definition-hAzbWO7b.js.map → plugin-definition-DRhTuQas.js.map} +1 -1
- package/dist/web/assets/{plugin-definition-_slrOM0G.js → plugin-definition-j1nJ0FFI.js} +2 -2
- package/dist/web/assets/{plugin-definition-_slrOM0G.js.map → plugin-definition-j1nJ0FFI.js.map} +1 -1
- package/dist/web/assets/{react-DbX1FP85.js → react-CBhSWxr_.js} +2 -2
- package/dist/web/assets/{react-DbX1FP85.js.map → react-CBhSWxr_.js.map} +1 -1
- package/dist/web/assets/remoteEntry.js +20 -20
- package/dist/web/assets/{style-DZ-aOCkd.css → style-DiK_rD1L.css} +1 -1
- package/dist/web/assets/{styles-DqLt1Blm.js → styles-BbHyE-2h.js} +3 -3
- package/dist/web/assets/{styles-DqLt1Blm.js.map → styles-BbHyE-2h.js.map} +1 -1
- package/dist/web/index.html +1 -1
- package/package.json +23 -20
- package/dist/web/assets/__federation_expose_auth0CoreCommon-Ga9LD3d6.js +0 -43
- package/dist/web/assets/__federation_expose_auth0CoreCommon-Ga9LD3d6.js.map +0 -1
- package/dist/web/assets/__federation_expose_authCoreCommon-BrTLsuJC.js +0 -29
- package/dist/web/assets/__federation_expose_authCoreCommon-BrTLsuJC.js.map +0 -1
- package/dist/web/assets/__federation_expose_local-authAdminCommon-C75-DAzO.js.map +0 -1
- package/dist/web/assets/__federation_expose_local-authAdminWeb-D2xGvwyL.js +0 -40
- package/dist/web/assets/__federation_expose_local-authAdminWeb-D2xGvwyL.js.map +0 -1
- package/dist/web/assets/__federation_expose_local-authCoreCommon-BFUbyPYg.js +0 -27
- package/dist/web/assets/__federation_expose_local-authCoreCommon-BFUbyPYg.js.map +0 -1
- package/dist/web/assets/__federation_expose_local-authCoreWeb-ChyvdsRq.js.map +0 -1
- package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-DrFV9FSW.js +0 -26
- package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-DrFV9FSW.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/web-DtztAtUw.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CcNtL_U6.js +0 -10507
- package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CcNtL_U6.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-DA_4I2Vy.js +0 -24082
- package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-DA_4I2Vy.js.map +0 -1
- package/dist/web/assets/__federation_shared_@baseplate-dev/utils-Bxy-1ETU.js.map +0 -1
- package/dist/web/assets/__federation_shared_@tanstack/react-router-DooFj-IS.js.map +0 -1
- package/dist/web/assets/model-merger-gGkFnyaY.js.map +0 -1
- package/dist/web/assets/plugin-definition-QRBMcFiG.js.map +0 -1
- package/dist/web/assets/plugin-definition-rpMj4pr8.js.map +0 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,621 @@
|
|
|
1
|
+
# @baseplate-dev/plugin-auth
|
|
2
|
+
|
|
3
|
+
## 4.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#761](https://github.com/halfdomelabs/baseplate/pull/761) [`b4db947`](https://github.com/halfdomelabs/baseplate/commit/b4db947f256c4b8639d7f18ffb58bb2b1646c497) Thanks [@kingston](https://github.com/kingston)! - Add configurable development ports for apps with automatic assignment and conflict validation
|
|
8
|
+
|
|
9
|
+
- [#759](https://github.com/halfdomelabs/baseplate/pull/759) [`7e58d6a`](https://github.com/halfdomelabs/baseplate/commit/7e58d6a5d6c62b1bb5822ccec2a172aeac6190a3) Thanks [@kingston](https://github.com/kingston)! - Add emailTemplateSpec for cross-plugin email template registration
|
|
10
|
+
|
|
11
|
+
Introduces `emailTemplateSpec` in plugin-email, allowing other plugins to register email template generators with the transactional library compilation process. The auth plugin now uses this spec to register password-reset, password-changed, and account-verification email templates as proper generators instead of using snapshots. Also exports `emailTemplatesProvider` and adds component project exports to enable cross-generator template imports.
|
|
12
|
+
|
|
13
|
+
- [#759](https://github.com/halfdomelabs/baseplate/pull/759) [`7e58d6a`](https://github.com/halfdomelabs/baseplate/commit/7e58d6a5d6c62b1bb5822ccec2a172aeac6190a3) Thanks [@kingston](https://github.com/kingston)! - Add email verification flow and security hardening
|
|
14
|
+
- **Backend**: Split-token auth verification service (`auth-verification.service.ts`) with constant-time comparison, SHA-256 hashed verifiers, and automatic cleanup
|
|
15
|
+
- **Backend**: Email verification service with rate limiting (per-user: 3/20min, per-IP: 10/hr for both request and verify endpoints)
|
|
16
|
+
- **Backend**: Email verification GraphQL mutations (`requestEmailVerification`, `verifyEmail`)
|
|
17
|
+
- **Backend**: Anti-enumeration: unified `invalid-credentials` error for login (prevents email/password oracle)
|
|
18
|
+
- **Frontend**: Email verification page with auto-verify, resend, and status states
|
|
19
|
+
- **Frontend**: Updated login error handling for unified credential errors
|
|
20
|
+
|
|
21
|
+
- [#759](https://github.com/halfdomelabs/baseplate/pull/759) [`7e58d6a`](https://github.com/halfdomelabs/baseplate/commit/7e58d6a5d6c62b1bb5822ccec2a172aeac6190a3) Thanks [@kingston](https://github.com/kingston)! - Add password reset flow
|
|
22
|
+
- **Backend**: Password reset service with secure token generation (SHA-256 hashed, single-use, 1-hour expiry), rate limiting (per-IP, per-email, global), and session invalidation on reset
|
|
23
|
+
- **Backend**: GraphQL mutations for requesting reset, validating tokens, and completing reset
|
|
24
|
+
- **Backend**: `AUTH_FRONTEND_URL` config field for constructing reset email links
|
|
25
|
+
- **Frontend**: Forgot password and reset password pages with proper error handling
|
|
26
|
+
- **Frontend**: Shared auth constants file for password validation limits
|
|
27
|
+
- **Email**: Password changed confirmation email template
|
|
28
|
+
- **Email**: Added `sendEmail` as a project export from the email module
|
|
29
|
+
|
|
30
|
+
- [#749](https://github.com/halfdomelabs/baseplate/pull/749) [`683eb15`](https://github.com/halfdomelabs/baseplate/commit/683eb15c2c37259266959e0760b419e07f70a27e) Thanks [@kingston](https://github.com/kingston)! - Add rate limiting plugin for Baseplate projects
|
|
31
|
+
|
|
32
|
+
This release introduces a new rate limiting plugin that provides:
|
|
33
|
+
- **Rate Limiting Service**: `createRateLimiter` and `memoizeRateLimiter` functions for flexible rate limiting
|
|
34
|
+
- **Prisma/PostgreSQL Backend**: Uses `rate-limiter-flexible` with Prisma storage
|
|
35
|
+
- **TooManyRequestsError**: New HTTP error class with `Retry-After` header support in error-handler-service
|
|
36
|
+
- **Model Merger**: Automatically creates the `RateLimiterFlexible` model via the project builder UI
|
|
37
|
+
- **Type-Safe API**: Full TypeScript support for rate limiter configuration and results
|
|
38
|
+
|
|
39
|
+
The auth plugin now supports rate limiting for login attempts via the rate-limit plugin integration.
|
|
40
|
+
|
|
41
|
+
- [#755](https://github.com/halfdomelabs/baseplate/pull/755) [`02740a6`](https://github.com/halfdomelabs/baseplate/commit/02740a6e230c7fbf28fc768543353e847671c51b) Thanks [@kingston](https://github.com/kingston)! - Upgrade linting packages
|
|
42
|
+
|
|
43
|
+
**Major version bumps:**
|
|
44
|
+
- eslint: 9.32.0 → 9.39.2
|
|
45
|
+
- @eslint/js: 9.32.0 → 9.39.2
|
|
46
|
+
- eslint-plugin-perfectionist: 4.15.0 → 5.4.0
|
|
47
|
+
- eslint-plugin-react-hooks: 5.2.0 → 7.0.1
|
|
48
|
+
- eslint-plugin-unicorn: 60.0.0 → 62.0.0
|
|
49
|
+
- globals: 16.4.0 → 17.3.0
|
|
50
|
+
- prettier-plugin-packagejson: 2.5.19 → 3.0.0
|
|
51
|
+
- storybook: 10.1.10 → 10.2.8
|
|
52
|
+
|
|
53
|
+
**Minor/patch bumps:**
|
|
54
|
+
- @vitest/eslint-plugin: 1.3.4 → 1.6.6 (tools), 1.6.5 → 1.6.6 (core-generators)
|
|
55
|
+
- eslint-plugin-storybook: 10.1.10 → 10.2.3
|
|
56
|
+
- prettier-plugin-tailwindcss: 0.6.14 → 0.7.2
|
|
57
|
+
- typescript-eslint: 8.38.0 → 8.54.0
|
|
58
|
+
- @types/eslint-plugin-jsx-a11y: 6.10.0 → 6.10.1
|
|
59
|
+
|
|
60
|
+
**Config changes:**
|
|
61
|
+
- Updated eslint-plugin-react-hooks v7 API: `configs['recommended-latest']` → `configs.flat['recommended-latest']`
|
|
62
|
+
- Disabled new strict rules from react-hooks v7 (refs, set-state-in-effect, preserve-manual-memoization, incompatible-library)
|
|
63
|
+
|
|
64
|
+
- [#756](https://github.com/halfdomelabs/baseplate/pull/756) [`dd40bcd`](https://github.com/halfdomelabs/baseplate/commit/dd40bcd219c79f0cd7b66c0427c77deda0664072) Thanks [@kingston](https://github.com/kingston)! - Upgrade packages to fix security vulnerabilities and update to latest versions
|
|
65
|
+
|
|
66
|
+
**Security fixes:**
|
|
67
|
+
- @modelcontextprotocol/sdk: 1.25.1 → 1.26.0 (fixes CVE-2026-25536 - cross-client data leak)
|
|
68
|
+
- fastify: 5.6.2 → 5.7.4 (security patches)
|
|
69
|
+
- diff: 8.0.2 → 8.0.3 (fixes CVE-2026-24001 - DoS vulnerability)
|
|
70
|
+
- testcontainers: 11.10.0 → 11.11.0 (fixes undici vulnerability)
|
|
71
|
+
|
|
72
|
+
**Package updates (monorepo):**
|
|
73
|
+
- @tailwindcss/vite: 4.1.13 → 4.1.18
|
|
74
|
+
- tailwindcss: 4.1.13 → 4.1.18
|
|
75
|
+
- @tanstack/react-router: 1.139.7 → 1.159.5
|
|
76
|
+
- @tanstack/router-plugin: 1.139.7 → 1.159.5
|
|
77
|
+
- @testing-library/jest-dom: 6.6.3 → 6.9.1
|
|
78
|
+
- concurrently: 9.0.1 → 9.2.1
|
|
79
|
+
- ts-morph: 26.0.0 → 27.0.2
|
|
80
|
+
|
|
81
|
+
**Package updates (generated projects):**
|
|
82
|
+
- prisma/@prisma/client/@prisma/adapter-pg: 7.2.0 → 7.4.0
|
|
83
|
+
- postmark: 4.0.2 → 4.0.5
|
|
84
|
+
- axios: 1.12.0 → 1.13.5
|
|
85
|
+
|
|
86
|
+
- Updated dependencies [[`ef1354d`](https://github.com/halfdomelabs/baseplate/commit/ef1354da11e2c48a80af03f44834555ce63a2948), [`b4db947`](https://github.com/halfdomelabs/baseplate/commit/b4db947f256c4b8639d7f18ffb58bb2b1646c497), [`7e58d6a`](https://github.com/halfdomelabs/baseplate/commit/7e58d6a5d6c62b1bb5822ccec2a172aeac6190a3), [`7e58d6a`](https://github.com/halfdomelabs/baseplate/commit/7e58d6a5d6c62b1bb5822ccec2a172aeac6190a3), [`683eb15`](https://github.com/halfdomelabs/baseplate/commit/683eb15c2c37259266959e0760b419e07f70a27e), [`938a7b1`](https://github.com/halfdomelabs/baseplate/commit/938a7b113550a7a245b65b5dfe3cc641f11096b7), [`02740a6`](https://github.com/halfdomelabs/baseplate/commit/02740a6e230c7fbf28fc768543353e847671c51b), [`dd40bcd`](https://github.com/halfdomelabs/baseplate/commit/dd40bcd219c79f0cd7b66c0427c77deda0664072), [`7d1a9d6`](https://github.com/halfdomelabs/baseplate/commit/7d1a9d6d381279434f2ac632e9f8accde34dda25), [`63bd074`](https://github.com/halfdomelabs/baseplate/commit/63bd074b3b24b0978d4271a5bc76a8531b0f60c2)]:
|
|
87
|
+
- @baseplate-dev/fastify-generators@0.5.2
|
|
88
|
+
- @baseplate-dev/project-builder-lib@0.5.2
|
|
89
|
+
- @baseplate-dev/react-generators@0.5.2
|
|
90
|
+
- @baseplate-dev/plugin-email@0.1.2
|
|
91
|
+
- @baseplate-dev/plugin-rate-limit@0.1.1
|
|
92
|
+
- @baseplate-dev/core-generators@0.5.2
|
|
93
|
+
- @baseplate-dev/ui-components@0.5.2
|
|
94
|
+
- @baseplate-dev/sync@0.5.2
|
|
95
|
+
- @baseplate-dev/utils@0.5.2
|
|
96
|
+
|
|
97
|
+
## 4.0.1
|
|
98
|
+
|
|
99
|
+
### Patch Changes
|
|
100
|
+
|
|
101
|
+
- [#737](https://github.com/halfdomelabs/baseplate/pull/737) [`55aa484`](https://github.com/halfdomelabs/baseplate/commit/55aa484621f2dc5b1195b6b537e7d6ad215bc499) Thanks [@kingston](https://github.com/kingston)! - Refactor plugin spec system with lazy initialization and clear setup/use phases
|
|
102
|
+
|
|
103
|
+
This refactoring overhauls the plugin spec system to introduce a two-phase architecture with lazy initialization:
|
|
104
|
+
|
|
105
|
+
**New Architecture:**
|
|
106
|
+
- **Setup phase (init)**: Plugins register their implementations during module initialization using mutable field containers
|
|
107
|
+
- **Use phase**: Consumers access registered items through a read-only interface, with lazy initialization on first access
|
|
108
|
+
- **FieldMap-based specs**: New `createFieldMapSpec` helper provides type-safe containers (maps, arrays, named arrays, scalars) with automatic source tracking
|
|
109
|
+
|
|
110
|
+
**Key changes:**
|
|
111
|
+
- Rename `PluginImplementationStore` to `PluginSpecStore` with cached `use()` instances
|
|
112
|
+
- Rename `createPlatformPluginExport` to `createPluginModule`
|
|
113
|
+
- Add required `name` field to all plugin modules for unique identification
|
|
114
|
+
- Convert all specs to use `createFieldMapSpec` with typed containers
|
|
115
|
+
- Update all plugin modules to use new registration methods (`.add()`, `.set()`, `.push()`)
|
|
116
|
+
- Introduce `ModuleContext` with `moduleKey` and `pluginKey` for better source tracking
|
|
117
|
+
- Specs now define both `init` (mutable setup interface) and `use` (read-only consumption interface)
|
|
118
|
+
|
|
119
|
+
- Updated dependencies [[`2de5d5c`](https://github.com/halfdomelabs/baseplate/commit/2de5d5c43c5354571d50707a99b4028ff8792534), [`ecebd3b`](https://github.com/halfdomelabs/baseplate/commit/ecebd3bf50cfa2d2a62501e0be39c411b42bed25), [`ff4203e`](https://github.com/halfdomelabs/baseplate/commit/ff4203e45a057b25a0ded5ecb3e1c07f5c7108b4), [`1debcb8`](https://github.com/halfdomelabs/baseplate/commit/1debcb89807fafdd7415a659f4bebbad0d69f072), [`55aa484`](https://github.com/halfdomelabs/baseplate/commit/55aa484621f2dc5b1195b6b537e7d6ad215bc499), [`2de5d5c`](https://github.com/halfdomelabs/baseplate/commit/2de5d5c43c5354571d50707a99b4028ff8792534)]:
|
|
120
|
+
- @baseplate-dev/fastify-generators@0.5.1
|
|
121
|
+
- @baseplate-dev/react-generators@0.5.1
|
|
122
|
+
- @baseplate-dev/project-builder-lib@0.5.1
|
|
123
|
+
- @baseplate-dev/core-generators@0.5.1
|
|
124
|
+
- @baseplate-dev/sync@0.5.1
|
|
125
|
+
- @baseplate-dev/ui-components@0.5.1
|
|
126
|
+
- @baseplate-dev/utils@0.5.1
|
|
127
|
+
|
|
128
|
+
## 4.0.0
|
|
129
|
+
|
|
130
|
+
### Patch Changes
|
|
131
|
+
|
|
132
|
+
- [#730](https://github.com/halfdomelabs/baseplate/pull/730) [`397018b`](https://github.com/halfdomelabs/baseplate/commit/397018b8c30949f75734369b58c67d7afcc424a9) Thanks [@kingston](https://github.com/kingston)! - Add support for viewer query type to get current user
|
|
133
|
+
|
|
134
|
+
- Updated dependencies [[`fbabdec`](https://github.com/halfdomelabs/baseplate/commit/fbabdecf6715c21799d1c224b3a2162ef1f49797), [`397018b`](https://github.com/halfdomelabs/baseplate/commit/397018b8c30949f75734369b58c67d7afcc424a9), [`9b31726`](https://github.com/halfdomelabs/baseplate/commit/9b31726ee0dce77dc7b16fa334eb597d86349599), [`97bd14e`](https://github.com/halfdomelabs/baseplate/commit/97bd14e381206b54e55c22264d1d406e83146146), [`d09175d`](https://github.com/halfdomelabs/baseplate/commit/d09175dc41d33fb0a818d53c2e2da899430a48cd), [`c7d373e`](https://github.com/halfdomelabs/baseplate/commit/c7d373ebaaeda2522515fdaeae0d37d0cd9ce7fe), [`2d5abd5`](https://github.com/halfdomelabs/baseplate/commit/2d5abd53fccfc2b15f8142fc796c5e4ea4c2f92a), [`8bfc742`](https://github.com/halfdomelabs/baseplate/commit/8bfc742b8a93393a5539babfd11b97a88ee9c39e)]:
|
|
135
|
+
- @baseplate-dev/fastify-generators@0.5.0
|
|
136
|
+
- @baseplate-dev/core-generators@0.5.0
|
|
137
|
+
- @baseplate-dev/react-generators@0.5.0
|
|
138
|
+
- @baseplate-dev/project-builder-lib@0.5.0
|
|
139
|
+
- @baseplate-dev/sync@0.5.0
|
|
140
|
+
- @baseplate-dev/ui-components@0.5.0
|
|
141
|
+
- @baseplate-dev/utils@0.5.0
|
|
142
|
+
|
|
143
|
+
## 3.0.4
|
|
144
|
+
|
|
145
|
+
### Patch Changes
|
|
146
|
+
|
|
147
|
+
- Updated dependencies [[`ec2f1e9`](https://github.com/halfdomelabs/baseplate/commit/ec2f1e9716e84cd4a901c071eacf4971436962d9)]:
|
|
148
|
+
- @baseplate-dev/fastify-generators@0.4.4
|
|
149
|
+
- @baseplate-dev/core-generators@0.4.4
|
|
150
|
+
- @baseplate-dev/project-builder-lib@0.4.4
|
|
151
|
+
- @baseplate-dev/react-generators@0.4.4
|
|
152
|
+
- @baseplate-dev/sync@0.4.4
|
|
153
|
+
- @baseplate-dev/ui-components@0.4.4
|
|
154
|
+
- @baseplate-dev/utils@0.4.4
|
|
155
|
+
|
|
156
|
+
## 3.0.3
|
|
157
|
+
|
|
158
|
+
### Patch Changes
|
|
159
|
+
|
|
160
|
+
- [#725](https://github.com/halfdomelabs/baseplate/pull/725) [`b26e6e9`](https://github.com/halfdomelabs/baseplate/commit/b26e6e99d60aa5682ef1846d78ba37a571472215) Thanks [@kingston](https://github.com/kingston)! - Add ALLOWED_ORIGINS environment variable for CSRF protection
|
|
161
|
+
- Add optional `ALLOWED_ORIGINS` config field that accepts a comma-separated list of additional allowed origins
|
|
162
|
+
- Enables use cases with hosting providers like Render that use rewrites where the host header doesn't match the origin header
|
|
163
|
+
|
|
164
|
+
- [#717](https://github.com/halfdomelabs/baseplate/pull/717) [`83e4e7f`](https://github.com/halfdomelabs/baseplate/commit/83e4e7f60adf67480cebb4ff419c015ff282010d) Thanks [@kingston](https://github.com/kingston)! - Upgrade Apollo Client to v4
|
|
165
|
+
- @apollo/client: 3.13.8 → 4.0.11
|
|
166
|
+
- Add rxjs 7.8.2 as peer dependency (required by Apollo Client v4)
|
|
167
|
+
|
|
168
|
+
Breaking changes in generated code:
|
|
169
|
+
- React hooks (useQuery, useMutation, useApolloClient, etc.) now import from `@apollo/client/react` instead of `@apollo/client`
|
|
170
|
+
- ApolloProvider now imports from `@apollo/client/react`
|
|
171
|
+
- Error handling uses new `CombinedGraphQLErrors` and `ServerError` classes from `@apollo/client/errors`
|
|
172
|
+
- `ErrorLink` class replaces deprecated `onError` function
|
|
173
|
+
- `ApolloClient` is no longer generic (use `ApolloClient` instead of `ApolloClient<NormalizedCacheObject>`)
|
|
174
|
+
|
|
175
|
+
- Updated dependencies [[`12d1e62`](https://github.com/halfdomelabs/baseplate/commit/12d1e625bc04256eeb2704faa3f36dfda00545f9), [`6e23a6f`](https://github.com/halfdomelabs/baseplate/commit/6e23a6f2ff99954eebcb78b450d0c18618aa0b54), [`f1bab33`](https://github.com/halfdomelabs/baseplate/commit/f1bab3310fa8c00c645a6d9aca0a6a757cb661f1), [`83e4e7f`](https://github.com/halfdomelabs/baseplate/commit/83e4e7f60adf67480cebb4ff419c015ff282010d), [`8622c4e`](https://github.com/halfdomelabs/baseplate/commit/8622c4e2b91788ad4a368c9f06f82a17ee1a29ed), [`83e4e7f`](https://github.com/halfdomelabs/baseplate/commit/83e4e7f60adf67480cebb4ff419c015ff282010d)]:
|
|
176
|
+
- @baseplate-dev/fastify-generators@0.4.3
|
|
177
|
+
- @baseplate-dev/react-generators@0.4.3
|
|
178
|
+
- @baseplate-dev/core-generators@0.4.3
|
|
179
|
+
- @baseplate-dev/project-builder-lib@0.4.3
|
|
180
|
+
- @baseplate-dev/sync@0.4.3
|
|
181
|
+
- @baseplate-dev/ui-components@0.4.3
|
|
182
|
+
- @baseplate-dev/utils@0.4.3
|
|
183
|
+
|
|
184
|
+
## 3.0.2
|
|
185
|
+
|
|
186
|
+
### Patch Changes
|
|
187
|
+
|
|
188
|
+
- [#697](https://github.com/halfdomelabs/baseplate/pull/697) [`11fa86f`](https://github.com/halfdomelabs/baseplate/commit/11fa86fb8e7a209175f132b1b3d59cd24cf13d54) Thanks [@kingston](https://github.com/kingston)! - Ignore \*.map files from built output in package.json
|
|
189
|
+
|
|
190
|
+
- [#707](https://github.com/halfdomelabs/baseplate/pull/707) [`21a9613`](https://github.com/halfdomelabs/baseplate/commit/21a9613c8e6e3d020c6630910599ef25ae34e3f6) Thanks [@kingston](https://github.com/kingston)! - Fix user session provider not syncing when server session differs from cached client state
|
|
191
|
+
|
|
192
|
+
- Updated dependencies [[`bde61e3`](https://github.com/halfdomelabs/baseplate/commit/bde61e3e5dfc4d6d19c0d2a71491de4605cd2c20), [`e8576b9`](https://github.com/halfdomelabs/baseplate/commit/e8576b9ba5912acf9d81bcc1b18a0fbc8df91220), [`795ee4c`](https://github.com/halfdomelabs/baseplate/commit/795ee4c18e7b393fb9247ced23a12de5e219ab15), [`6828918`](https://github.com/halfdomelabs/baseplate/commit/6828918121bb244fdc84758d28a87370cbc70992), [`e8576b9`](https://github.com/halfdomelabs/baseplate/commit/e8576b9ba5912acf9d81bcc1b18a0fbc8df91220), [`5d4ae05`](https://github.com/halfdomelabs/baseplate/commit/5d4ae05b1781100ee21c5a60784f0107014bade4), [`11fa86f`](https://github.com/halfdomelabs/baseplate/commit/11fa86fb8e7a209175f132b1b3d59cd24cf13d54), [`74529e7`](https://github.com/halfdomelabs/baseplate/commit/74529e7fffae8a70f8cfe801a1897204d010e291), [`4be6c7d`](https://github.com/halfdomelabs/baseplate/commit/4be6c7dc7d900c37585b93cf5bb7198de6a41f1f), [`ae2aba1`](https://github.com/halfdomelabs/baseplate/commit/ae2aba1f31c35c306cc459e0efe5e3612ece5c94), [`2395821`](https://github.com/halfdomelabs/baseplate/commit/239582148fe92d80457a31021036fa1e2c51cf5d), [`4be6c7d`](https://github.com/halfdomelabs/baseplate/commit/4be6c7dc7d900c37585b93cf5bb7198de6a41f1f), [`18c7cf1`](https://github.com/halfdomelabs/baseplate/commit/18c7cf19c0d171b734eb9bcc53320ccf02baa08a), [`e8576b9`](https://github.com/halfdomelabs/baseplate/commit/e8576b9ba5912acf9d81bcc1b18a0fbc8df91220), [`a173074`](https://github.com/halfdomelabs/baseplate/commit/a1730748bbbc21ea22d9d91bf28e34d2c351425b), [`e426b52`](https://github.com/halfdomelabs/baseplate/commit/e426b52d37f04f71ca960eb4cad2246af0603bd3)]:
|
|
193
|
+
- @baseplate-dev/project-builder-lib@0.4.2
|
|
194
|
+
- @baseplate-dev/fastify-generators@0.4.2
|
|
195
|
+
- @baseplate-dev/sync@0.4.2
|
|
196
|
+
- @baseplate-dev/react-generators@0.4.2
|
|
197
|
+
- @baseplate-dev/core-generators@0.4.2
|
|
198
|
+
- @baseplate-dev/ui-components@0.4.2
|
|
199
|
+
- @baseplate-dev/utils@0.4.2
|
|
200
|
+
|
|
201
|
+
## 3.0.1
|
|
202
|
+
|
|
203
|
+
### Patch Changes
|
|
204
|
+
|
|
205
|
+
- Updated dependencies []:
|
|
206
|
+
- @baseplate-dev/core-generators@0.4.1
|
|
207
|
+
- @baseplate-dev/fastify-generators@0.4.1
|
|
208
|
+
- @baseplate-dev/project-builder-lib@0.4.1
|
|
209
|
+
- @baseplate-dev/react-generators@0.4.1
|
|
210
|
+
- @baseplate-dev/sync@0.4.1
|
|
211
|
+
- @baseplate-dev/ui-components@0.4.1
|
|
212
|
+
- @baseplate-dev/utils@0.4.1
|
|
213
|
+
|
|
214
|
+
## 3.0.0
|
|
215
|
+
|
|
216
|
+
### Patch Changes
|
|
217
|
+
|
|
218
|
+
- Updated dependencies [[`9f22eef`](https://github.com/halfdomelabs/baseplate/commit/9f22eef139c8db2dde679f6424eb23e024e37d19), [`c3c2a00`](https://github.com/halfdomelabs/baseplate/commit/c3c2a001d57a21f76e064af55941a43bedf26f18), [`839cbdf`](https://github.com/halfdomelabs/baseplate/commit/839cbdfc6ddc059aa86d24bf6ec5d8e95cce9042), [`c3c2a00`](https://github.com/halfdomelabs/baseplate/commit/c3c2a001d57a21f76e064af55941a43bedf26f18), [`e79df28`](https://github.com/halfdomelabs/baseplate/commit/e79df28eb7ab0275da2f630edcb1243bee40b7a5), [`e68624e`](https://github.com/halfdomelabs/baseplate/commit/e68624e9372480da767d220cae60d45d9ed3c636), [`6daff18`](https://github.com/halfdomelabs/baseplate/commit/6daff18a033d2d78746984edebba4d8c6fe957a5), [`ac912b3`](https://github.com/halfdomelabs/baseplate/commit/ac912b384559f48c3603976d070eb54c9f20fb9b), [`839cbdf`](https://github.com/halfdomelabs/baseplate/commit/839cbdfc6ddc059aa86d24bf6ec5d8e95cce9042), [`839cbdf`](https://github.com/halfdomelabs/baseplate/commit/839cbdfc6ddc059aa86d24bf6ec5d8e95cce9042), [`c3c2a00`](https://github.com/halfdomelabs/baseplate/commit/c3c2a001d57a21f76e064af55941a43bedf26f18), [`852c3a5`](https://github.com/halfdomelabs/baseplate/commit/852c3a5ff3a185e60efaeb2cbb90eed59a95ec2b), [`c3c2a00`](https://github.com/halfdomelabs/baseplate/commit/c3c2a001d57a21f76e064af55941a43bedf26f18), [`6daff18`](https://github.com/halfdomelabs/baseplate/commit/6daff18a033d2d78746984edebba4d8c6fe957a5), [`a6274e9`](https://github.com/halfdomelabs/baseplate/commit/a6274e98e2f56cdac23e9ff2bc338946a569a65c), [`ac912b3`](https://github.com/halfdomelabs/baseplate/commit/ac912b384559f48c3603976d070eb54c9f20fb9b), [`e79df28`](https://github.com/halfdomelabs/baseplate/commit/e79df28eb7ab0275da2f630edcb1243bee40b7a5), [`ac912b3`](https://github.com/halfdomelabs/baseplate/commit/ac912b384559f48c3603976d070eb54c9f20fb9b), [`d324059`](https://github.com/halfdomelabs/baseplate/commit/d3240594e1c2bc2348eb1a7e8938f97ea5f55d22), [`57e15c0`](https://github.com/halfdomelabs/baseplate/commit/57e15c085099508898756385661df9cf54108466)]:
|
|
219
|
+
- @baseplate-dev/project-builder-lib@0.4.0
|
|
220
|
+
- @baseplate-dev/fastify-generators@0.4.0
|
|
221
|
+
- @baseplate-dev/sync@0.4.0
|
|
222
|
+
- @baseplate-dev/core-generators@0.4.0
|
|
223
|
+
- @baseplate-dev/utils@0.4.0
|
|
224
|
+
- @baseplate-dev/react-generators@0.4.0
|
|
225
|
+
- @baseplate-dev/ui-components@0.4.0
|
|
226
|
+
|
|
227
|
+
## 2.0.8
|
|
228
|
+
|
|
229
|
+
### Patch Changes
|
|
230
|
+
|
|
231
|
+
- [#669](https://github.com/halfdomelabs/baseplate/pull/669) [`81f4916`](https://github.com/halfdomelabs/baseplate/commit/81f4916d9ca8fed18653f3ec615de1e0a19a540b) Thanks [@kingston](https://github.com/kingston)! - Make sure we clear the cookie properly when session is invalid
|
|
232
|
+
|
|
233
|
+
- Updated dependencies [[`fc93dd7`](https://github.com/halfdomelabs/baseplate/commit/fc93dd70c182ac99d1f025745d88a32d6de733f5)]:
|
|
234
|
+
- @baseplate-dev/fastify-generators@0.3.8
|
|
235
|
+
- @baseplate-dev/core-generators@0.3.8
|
|
236
|
+
- @baseplate-dev/project-builder-lib@0.3.8
|
|
237
|
+
- @baseplate-dev/react-generators@0.3.8
|
|
238
|
+
- @baseplate-dev/sync@0.3.8
|
|
239
|
+
- @baseplate-dev/ui-components@0.3.8
|
|
240
|
+
- @baseplate-dev/utils@0.3.8
|
|
241
|
+
|
|
242
|
+
## 2.0.7
|
|
243
|
+
|
|
244
|
+
### Patch Changes
|
|
245
|
+
|
|
246
|
+
- [#664](https://github.com/halfdomelabs/baseplate/pull/664) [`d6f70e0`](https://github.com/halfdomelabs/baseplate/commit/d6f70e03f539bd8687d9e9abfc0e7cef5c9e6e29) Thanks [@kingston](https://github.com/kingston)! - Fix cookie clearing by passing options to ensure secure cookies are properly cleared. The CookieStore interface now accepts optional CookieSerializeOptions when clearing cookies, and the auth module template now passes COOKIE_OPTIONS when clearing session cookies to maintain consistency with cookie creation.
|
|
247
|
+
|
|
248
|
+
- Updated dependencies [[`9508a8e`](https://github.com/halfdomelabs/baseplate/commit/9508a8ee75e33ea0c0632f3f5ef5621b020f530d), [`d6f70e0`](https://github.com/halfdomelabs/baseplate/commit/d6f70e03f539bd8687d9e9abfc0e7cef5c9e6e29), [`9508a8e`](https://github.com/halfdomelabs/baseplate/commit/9508a8ee75e33ea0c0632f3f5ef5621b020f530d)]:
|
|
249
|
+
- @baseplate-dev/core-generators@0.3.7
|
|
250
|
+
- @baseplate-dev/fastify-generators@0.3.7
|
|
251
|
+
- @baseplate-dev/react-generators@0.3.7
|
|
252
|
+
- @baseplate-dev/project-builder-lib@0.3.7
|
|
253
|
+
- @baseplate-dev/sync@0.3.7
|
|
254
|
+
- @baseplate-dev/ui-components@0.3.7
|
|
255
|
+
- @baseplate-dev/utils@0.3.7
|
|
256
|
+
|
|
257
|
+
## 2.0.6
|
|
258
|
+
|
|
259
|
+
### Patch Changes
|
|
260
|
+
|
|
261
|
+
- Updated dependencies [[`1186a21`](https://github.com/halfdomelabs/baseplate/commit/1186a21df267d112a84a42ff1d3c87b495452ce0), [`354b975`](https://github.com/halfdomelabs/baseplate/commit/354b9754e126f4e9f6f4cda0ac4e5f7ca15c0160)]:
|
|
262
|
+
- @baseplate-dev/core-generators@0.3.6
|
|
263
|
+
- @baseplate-dev/react-generators@0.3.6
|
|
264
|
+
- @baseplate-dev/fastify-generators@0.3.6
|
|
265
|
+
- @baseplate-dev/project-builder-lib@0.3.6
|
|
266
|
+
- @baseplate-dev/sync@0.3.6
|
|
267
|
+
- @baseplate-dev/ui-components@0.3.6
|
|
268
|
+
- @baseplate-dev/utils@0.3.6
|
|
269
|
+
|
|
270
|
+
## 2.0.5
|
|
271
|
+
|
|
272
|
+
### Patch Changes
|
|
273
|
+
|
|
274
|
+
- [#656](https://github.com/halfdomelabs/baseplate/pull/656) [`6d0be95`](https://github.com/halfdomelabs/baseplate/commit/6d0be954ba866414fb673694a72e73ab433c7b12) Thanks [@kingston](https://github.com/kingston)! - Fix filtering of transformers for web UI
|
|
275
|
+
|
|
276
|
+
- Updated dependencies [[`6d0be95`](https://github.com/halfdomelabs/baseplate/commit/6d0be954ba866414fb673694a72e73ab433c7b12)]:
|
|
277
|
+
- @baseplate-dev/react-generators@0.3.5
|
|
278
|
+
- @baseplate-dev/core-generators@0.3.5
|
|
279
|
+
- @baseplate-dev/fastify-generators@0.3.5
|
|
280
|
+
- @baseplate-dev/project-builder-lib@0.3.5
|
|
281
|
+
- @baseplate-dev/sync@0.3.5
|
|
282
|
+
- @baseplate-dev/ui-components@0.3.5
|
|
283
|
+
- @baseplate-dev/utils@0.3.5
|
|
284
|
+
|
|
285
|
+
## 2.0.4
|
|
286
|
+
|
|
287
|
+
### Patch Changes
|
|
288
|
+
|
|
289
|
+
- [#641](https://github.com/halfdomelabs/baseplate/pull/641) [`10423d3`](https://github.com/halfdomelabs/baseplate/commit/10423d33f5a2094eea75fb20744017908e9850bd) Thanks [@kingston](https://github.com/kingston)! - Require name field for the manage roles action
|
|
290
|
+
|
|
291
|
+
- [#638](https://github.com/halfdomelabs/baseplate/pull/638) [`f450b7f`](https://github.com/halfdomelabs/baseplate/commit/f450b7f75cf5ad71c2bdb1c077526251aa240dd0) Thanks [@kingston](https://github.com/kingston)! - Standardize data model names across auth and storage plugins
|
|
292
|
+
|
|
293
|
+
This change removes the ability for users to configure custom model names, replacing it with standardized, fixed model names extracted to plugin-specific constants files. This simplifies templates by eliminating parameterization and makes it easier to discover what models are used by each plugin.
|
|
294
|
+
|
|
295
|
+
**Breaking Changes:**
|
|
296
|
+
- Removed `modelRefs` configuration from plugin schemas
|
|
297
|
+
- Model names are now fixed: User, UserAccount, UserRole, UserSession (auth), File (storage)
|
|
298
|
+
|
|
299
|
+
**Improvements:**
|
|
300
|
+
- Added plugin-specific constants files for better discoverability
|
|
301
|
+
- Simplified UI by removing model selection components
|
|
302
|
+
- Enhanced ModelMergerResultAlert to show "Models Up to Date" instead of null when no changes needed
|
|
303
|
+
- Maintained type safety with Record types
|
|
304
|
+
|
|
305
|
+
**Migration:**
|
|
306
|
+
- Remove any `modelRefs` configuration from plugin definitions
|
|
307
|
+
- Model names will be automatically standardized to the new constants
|
|
308
|
+
|
|
309
|
+
- [#640](https://github.com/halfdomelabs/baseplate/pull/640) [`f6dec7c`](https://github.com/halfdomelabs/baseplate/commit/f6dec7c2166d8ae01fd0ba62b464352b320de052) Thanks [@kingston](https://github.com/kingston)! - Only check for origin header if user session cookie is present
|
|
310
|
+
|
|
311
|
+
- [#643](https://github.com/halfdomelabs/baseplate/pull/643) [`7d9e6d0`](https://github.com/halfdomelabs/baseplate/commit/7d9e6d01e0a9920cee4c4d499beeffc1c663494a) Thanks [@kingston](https://github.com/kingston)! - Upgrade to TypeScript 5.8 with erasable syntax only mode
|
|
312
|
+
|
|
313
|
+
This upgrade modernizes the codebase with TypeScript 5.8, enables erasable syntax only mode for better performance, and updates runtime dependencies.
|
|
314
|
+
|
|
315
|
+
**Key Changes:**
|
|
316
|
+
- Upgraded TypeScript to version 5.8
|
|
317
|
+
- Enabled `erasableSyntaxOnly` compiler option for improved build performance
|
|
318
|
+
- Updated Node.js requirement to 22.18
|
|
319
|
+
- Updated PNPM requirement to 10.15
|
|
320
|
+
- Fixed parameter property syntax to be compatible with erasable syntax only mode
|
|
321
|
+
|
|
322
|
+
- Updated dependencies [[`67dba69`](https://github.com/halfdomelabs/baseplate/commit/67dba697439e6bc76b81522c133d920af4dbdbb1), [`217de38`](https://github.com/halfdomelabs/baseplate/commit/217de385f3ac869c5ef740af32634db9bcab6b0c), [`67dba69`](https://github.com/halfdomelabs/baseplate/commit/67dba697439e6bc76b81522c133d920af4dbdbb1), [`f450b7f`](https://github.com/halfdomelabs/baseplate/commit/f450b7f75cf5ad71c2bdb1c077526251aa240dd0), [`7d9e6d0`](https://github.com/halfdomelabs/baseplate/commit/7d9e6d01e0a9920cee4c4d499beeffc1c663494a)]:
|
|
323
|
+
- @baseplate-dev/sync@0.3.4
|
|
324
|
+
- @baseplate-dev/fastify-generators@0.3.4
|
|
325
|
+
- @baseplate-dev/react-generators@0.3.4
|
|
326
|
+
- @baseplate-dev/project-builder-lib@0.3.4
|
|
327
|
+
- @baseplate-dev/core-generators@0.3.4
|
|
328
|
+
- @baseplate-dev/utils@0.3.4
|
|
329
|
+
- @baseplate-dev/ui-components@0.3.4
|
|
330
|
+
|
|
331
|
+
## 2.0.3
|
|
332
|
+
|
|
333
|
+
### Patch Changes
|
|
334
|
+
|
|
335
|
+
- Updated dependencies []:
|
|
336
|
+
- @baseplate-dev/core-generators@0.3.3
|
|
337
|
+
- @baseplate-dev/fastify-generators@0.3.3
|
|
338
|
+
- @baseplate-dev/project-builder-lib@0.3.3
|
|
339
|
+
- @baseplate-dev/react-generators@0.3.3
|
|
340
|
+
- @baseplate-dev/sync@0.3.3
|
|
341
|
+
- @baseplate-dev/ui-components@0.3.3
|
|
342
|
+
- @baseplate-dev/utils@0.3.3
|
|
343
|
+
|
|
344
|
+
## 2.0.2
|
|
345
|
+
|
|
346
|
+
### Patch Changes
|
|
347
|
+
|
|
348
|
+
- [#633](https://github.com/halfdomelabs/baseplate/pull/633) [`cca138a`](https://github.com/halfdomelabs/baseplate/commit/cca138a84abbb901ab628bf571ae29211a180dbb) Thanks [@kingston](https://github.com/kingston)! - Add userAdminRoles configuration field to local auth plugin
|
|
349
|
+
|
|
350
|
+
Adds a new `userAdminRoles` field to the local auth plugin definition that allows configuring which roles can manage users and assign roles to other users. This provides more granular control over user management permissions in the admin interface.
|
|
351
|
+
- Added `userAdminRoles` field to plugin definition schema
|
|
352
|
+
- Updated auth module generator to use configurable admin roles instead of hard-coded 'admin' role
|
|
353
|
+
- Added UI configuration field in the local auth definition editor
|
|
354
|
+
- Maintains backward compatibility with default empty array
|
|
355
|
+
|
|
356
|
+
- [#633](https://github.com/halfdomelabs/baseplate/pull/633) [`cca138a`](https://github.com/halfdomelabs/baseplate/commit/cca138a84abbb901ab628bf571ae29211a180dbb) Thanks [@kingston](https://github.com/kingston)! - Add comprehensive password management capabilities to local auth plugin
|
|
357
|
+
|
|
358
|
+
Introduces robust password management functionality for both users and administrators.
|
|
359
|
+
|
|
360
|
+
**New Backend Features:**
|
|
361
|
+
- Added `changeUserPassword` service function for users to change their own passwords (requires current password validation)
|
|
362
|
+
- Added `resetUserPassword` service function for administrators to reset any user's password (no current password required)
|
|
363
|
+
- Implemented `changePassword` GraphQL mutation with `['user']` authorization
|
|
364
|
+
- Implemented `resetUserPassword` GraphQL mutation with admin authorization
|
|
365
|
+
- Added comprehensive password validation and error handling
|
|
366
|
+
- Supports creating password accounts for users who don't have password authentication configured
|
|
367
|
+
|
|
368
|
+
**New Admin UI Features:**
|
|
369
|
+
- Added `PasswordResetDialog` component for secure password reset functionality
|
|
370
|
+
- Integrated password reset action into user management table dropdown menu
|
|
371
|
+
- Added password confirmation field with client-side validation
|
|
372
|
+
- Implemented proper form validation with configurable minimum password length
|
|
373
|
+
- Added GraphQL code generation for new mutations
|
|
374
|
+
|
|
375
|
+
**New Generator Framework:**
|
|
376
|
+
- Created `adminCrudResetPasswordActionGenerator` mirroring the manage roles pattern
|
|
377
|
+
- Added configurable password reset actions for admin CRUD interfaces
|
|
378
|
+
- Supports both inline and dropdown action positioning
|
|
379
|
+
- Includes template variables for password requirements and user model naming
|
|
380
|
+
- Provides consistent integration with existing admin action containers
|
|
381
|
+
|
|
382
|
+
- Updated dependencies [[`cca138a`](https://github.com/halfdomelabs/baseplate/commit/cca138a84abbb901ab628bf571ae29211a180dbb), [`1419a96`](https://github.com/halfdomelabs/baseplate/commit/1419a965efd41d2b2dfb86dd18f32e5414a3af85), [`b4c15b9`](https://github.com/halfdomelabs/baseplate/commit/b4c15b98a518c53828f81624764ba693def85faf), [`b4c15b9`](https://github.com/halfdomelabs/baseplate/commit/b4c15b98a518c53828f81624764ba693def85faf), [`04a4978`](https://github.com/halfdomelabs/baseplate/commit/04a49785642685ca4b56aec27dc0a18520674ef9), [`cca138a`](https://github.com/halfdomelabs/baseplate/commit/cca138a84abbb901ab628bf571ae29211a180dbb)]:
|
|
383
|
+
- @baseplate-dev/project-builder-lib@0.3.2
|
|
384
|
+
- @baseplate-dev/react-generators@0.3.2
|
|
385
|
+
- @baseplate-dev/core-generators@0.3.2
|
|
386
|
+
- @baseplate-dev/fastify-generators@0.3.2
|
|
387
|
+
- @baseplate-dev/sync@0.3.2
|
|
388
|
+
- @baseplate-dev/ui-components@0.3.2
|
|
389
|
+
- @baseplate-dev/utils@0.3.2
|
|
390
|
+
|
|
391
|
+
## 2.0.1
|
|
392
|
+
|
|
393
|
+
### Patch Changes
|
|
394
|
+
|
|
395
|
+
- Updated dependencies [[`d79b0cf`](https://github.com/halfdomelabs/baseplate/commit/d79b0cfb9061dbeccc976a2f018b264849bef788), [`d79b0cf`](https://github.com/halfdomelabs/baseplate/commit/d79b0cfb9061dbeccc976a2f018b264849bef788)]:
|
|
396
|
+
- @baseplate-dev/core-generators@0.3.1
|
|
397
|
+
- @baseplate-dev/react-generators@0.3.1
|
|
398
|
+
- @baseplate-dev/fastify-generators@0.3.1
|
|
399
|
+
- @baseplate-dev/project-builder-lib@0.3.1
|
|
400
|
+
- @baseplate-dev/sync@0.3.1
|
|
401
|
+
- @baseplate-dev/ui-components@0.3.1
|
|
402
|
+
- @baseplate-dev/utils@0.3.1
|
|
403
|
+
|
|
404
|
+
## 2.0.0
|
|
405
|
+
|
|
406
|
+
### Major Changes
|
|
407
|
+
|
|
408
|
+
- [#622](https://github.com/halfdomelabs/baseplate/pull/622) [`85e6413`](https://github.com/halfdomelabs/baseplate/commit/85e6413f8e3ad0043daca3bb9fa3ca5a27843a65) Thanks [@kingston](https://github.com/kingston)! - This major refactor splits the monolithic auth plugin into a managed plugin architecture:
|
|
409
|
+
|
|
410
|
+
## Plugin Structure Changes
|
|
411
|
+
- **Base auth plugin** (`auth`): Manages common functionality, roles, and provider selection
|
|
412
|
+
- **Implementation plugins** (managed):
|
|
413
|
+
- `local-auth`: Email/password authentication (renamed from original `auth` plugin)
|
|
414
|
+
- `auth0`: Auth0 integration
|
|
415
|
+
- `placeholder-auth`: Development/testing placeholder
|
|
416
|
+
|
|
417
|
+
## Key Changes
|
|
418
|
+
|
|
419
|
+
### Plugin Metadata System
|
|
420
|
+
- **BREAKING**: Replace `manifest.json` with `plugin.json` for all plugins
|
|
421
|
+
- **BREAKING**: Rename `id` to `key` in plugin metadata for URL consistency
|
|
422
|
+
- Add `managedBy` field to plugin metadata for managed plugin relationships
|
|
423
|
+
- Implement package.json-based plugin discovery configuration
|
|
424
|
+
|
|
425
|
+
### Managed Plugin Pattern
|
|
426
|
+
- Implementation plugins are hidden from main plugin list
|
|
427
|
+
- Base plugin automatically manages lifecycle of implementation plugins
|
|
428
|
+
- UI shows "Managed Plugins" section grouped by manager
|
|
429
|
+
- Configure buttons on managed plugins redirect to manager's config page
|
|
430
|
+
|
|
431
|
+
### Configuration Schema
|
|
432
|
+
- Base auth plugin config includes `implementationPluginKey` to specify active provider
|
|
433
|
+
- Roles configuration moved to base plugin (shared across implementations)
|
|
434
|
+
- Provider-specific configs remain in implementation plugins
|
|
435
|
+
|
|
436
|
+
### UI Improvements
|
|
437
|
+
- Add tabbed navigation (`AuthConfigTabs`) across all auth plugin interfaces
|
|
438
|
+
- Dynamic provider selection within base plugin configuration
|
|
439
|
+
- Consistent UX patterns between all auth implementation plugins
|
|
440
|
+
|
|
441
|
+
### Migration Support
|
|
442
|
+
- Automatic migration of existing `plugin-auth` configs to new structure
|
|
443
|
+
- Rename existing `plugin-auth_auth` to `plugin-auth_local-auth`
|
|
444
|
+
- Auto-enable base auth plugin when implementation plugins are detected
|
|
445
|
+
- Preserve all existing configuration without code changes needed
|
|
446
|
+
|
|
447
|
+
### Patch Changes
|
|
448
|
+
|
|
449
|
+
- [#623](https://github.com/halfdomelabs/baseplate/pull/623) [`82cee71`](https://github.com/halfdomelabs/baseplate/commit/82cee7183ef384e1777e7a563656441ff108e2b3) Thanks [@kingston](https://github.com/kingston)! - Support validating users on admin app based off their roles
|
|
450
|
+
|
|
451
|
+
- [#624](https://github.com/halfdomelabs/baseplate/pull/624) [`d0b08b8`](https://github.com/halfdomelabs/baseplate/commit/d0b08b89a07b9aa845212ec90e2a6123fbecbbe5) Thanks [@kingston](https://github.com/kingston)! - Upgrade Tanstack Router to 1.130.8 and revert from="/" workaround for Link bug
|
|
452
|
+
|
|
453
|
+
- [#625](https://github.com/halfdomelabs/baseplate/pull/625) [`96a3099`](https://github.com/halfdomelabs/baseplate/commit/96a3099ff9eba05fc3b3618b54407014cc555dc2) Thanks [@kingston](https://github.com/kingston)! - Add ability to set Prisma seed scripts and add seed script for local auth users
|
|
454
|
+
|
|
455
|
+
- Updated dependencies [[`aaf8634`](https://github.com/halfdomelabs/baseplate/commit/aaf8634abcf76d938072c7afc43e6e99a2519b13), [`82cee71`](https://github.com/halfdomelabs/baseplate/commit/82cee7183ef384e1777e7a563656441ff108e2b3), [`687a47e`](https://github.com/halfdomelabs/baseplate/commit/687a47e5e39abc5138ba3fc2d0db9cfee6e4dbfe), [`85e6413`](https://github.com/halfdomelabs/baseplate/commit/85e6413f8e3ad0043daca3bb9fa3ca5a27843a65), [`8ec33fc`](https://github.com/halfdomelabs/baseplate/commit/8ec33fcdc8fea9cb20e79586b854bf075270ab53), [`d0b08b8`](https://github.com/halfdomelabs/baseplate/commit/d0b08b89a07b9aa845212ec90e2a6123fbecbbe5), [`fbde70f`](https://github.com/halfdomelabs/baseplate/commit/fbde70ffbcae025318480e9607924978847fba2b), [`96a3099`](https://github.com/halfdomelabs/baseplate/commit/96a3099ff9eba05fc3b3618b54407014cc555dc2)]:
|
|
456
|
+
- @baseplate-dev/ui-components@0.3.0
|
|
457
|
+
- @baseplate-dev/react-generators@0.3.0
|
|
458
|
+
- @baseplate-dev/sync@0.3.0
|
|
459
|
+
- @baseplate-dev/project-builder-lib@0.3.0
|
|
460
|
+
- @baseplate-dev/fastify-generators@0.3.0
|
|
461
|
+
- @baseplate-dev/core-generators@0.3.0
|
|
462
|
+
- @baseplate-dev/utils@0.3.0
|
|
463
|
+
|
|
464
|
+
## 1.0.6
|
|
465
|
+
|
|
466
|
+
### Patch Changes
|
|
467
|
+
|
|
468
|
+
- Updated dependencies [[`541db59`](https://github.com/halfdomelabs/baseplate/commit/541db59ccf868b6a6fcc8fa756eab0dfa560d193), [`e639251`](https://github.com/halfdomelabs/baseplate/commit/e639251f25094bb17f126e8604e505b1037b5640), [`cc6cd6c`](https://github.com/halfdomelabs/baseplate/commit/cc6cd6cce6bd0d97a68d7bd5b46408e0877d990b)]:
|
|
469
|
+
- @baseplate-dev/react-generators@0.2.6
|
|
470
|
+
- @baseplate-dev/ui-components@0.2.6
|
|
471
|
+
- @baseplate-dev/project-builder-lib@0.2.6
|
|
472
|
+
- @baseplate-dev/core-generators@0.2.6
|
|
473
|
+
- @baseplate-dev/fastify-generators@0.2.6
|
|
474
|
+
- @baseplate-dev/sync@0.2.6
|
|
475
|
+
|
|
476
|
+
## 1.0.5
|
|
477
|
+
|
|
478
|
+
### Patch Changes
|
|
479
|
+
|
|
480
|
+
- [#608](https://github.com/halfdomelabs/baseplate/pull/608) [`01c47c7`](https://github.com/halfdomelabs/baseplate/commit/01c47c77f039a463de03271de6461cd969d5a8e8) Thanks [@kingston](https://github.com/kingston)! - Refactor plugin migration system to separate config and project definition changes
|
|
481
|
+
|
|
482
|
+
Previously, plugin migrations had mixed responsibilities - both transforming plugin config and mutating the project definition in the same unclear contract. This made the system hard to test and reason about.
|
|
483
|
+
|
|
484
|
+
**New Migration Interface:**
|
|
485
|
+
- `PluginMigrationResult` with explicit `updatedConfig` and `updateProjectDefinition` properties
|
|
486
|
+
- Clear separation between config transformations and project definition updates
|
|
487
|
+
- Better type safety and testability
|
|
488
|
+
|
|
489
|
+
**Schema Version Bug Fix:**
|
|
490
|
+
- Fixed bug where enabling plugins via UI didn't set `configSchemaVersion`
|
|
491
|
+
- Plugin card now uses `PluginUtils.setPluginConfig` to automatically set correct schema version
|
|
492
|
+
- Prevents unnecessary migrations when enabling new plugins
|
|
493
|
+
|
|
494
|
+
**Migration Updates:**
|
|
495
|
+
- All existing migrations updated to use new interface
|
|
496
|
+
- Auth plugin migration: simple config-only transformation
|
|
497
|
+
- Storage plugin migrations: migration #1 (config-only), migration #2 (config + project updates)
|
|
498
|
+
|
|
499
|
+
- [#608](https://github.com/halfdomelabs/baseplate/pull/608) [`01c47c7`](https://github.com/halfdomelabs/baseplate/commit/01c47c77f039a463de03271de6461cd969d5a8e8) Thanks [@kingston](https://github.com/kingston)! - Add React app configuration wrapper for user session provider and add useLogOut.gql file
|
|
500
|
+
|
|
501
|
+
- Updated dependencies [[`2aae451`](https://github.com/halfdomelabs/baseplate/commit/2aae45107cb6331234d14d8a6491b55e7f6d9f33), [`01c47c7`](https://github.com/halfdomelabs/baseplate/commit/01c47c77f039a463de03271de6461cd969d5a8e8), [`e0d690c`](https://github.com/halfdomelabs/baseplate/commit/e0d690c1e139f93a8ff60c9e0c90bc72cdf705a4), [`01c47c7`](https://github.com/halfdomelabs/baseplate/commit/01c47c77f039a463de03271de6461cd969d5a8e8), [`01c47c7`](https://github.com/halfdomelabs/baseplate/commit/01c47c77f039a463de03271de6461cd969d5a8e8), [`2aae451`](https://github.com/halfdomelabs/baseplate/commit/2aae45107cb6331234d14d8a6491b55e7f6d9f33)]:
|
|
502
|
+
- @baseplate-dev/react-generators@0.2.5
|
|
503
|
+
- @baseplate-dev/fastify-generators@0.2.5
|
|
504
|
+
- @baseplate-dev/sync@0.2.5
|
|
505
|
+
- @baseplate-dev/project-builder-lib@0.2.5
|
|
506
|
+
- @baseplate-dev/core-generators@0.2.5
|
|
507
|
+
- @baseplate-dev/ui-components@0.2.5
|
|
508
|
+
|
|
509
|
+
## 1.0.4
|
|
510
|
+
|
|
511
|
+
### Patch Changes
|
|
512
|
+
|
|
513
|
+
- Updated dependencies [[`ffe791f`](https://github.com/halfdomelabs/baseplate/commit/ffe791f6ab44e82c8481f3a18df9262dec71cff6)]:
|
|
514
|
+
- @baseplate-dev/react-generators@0.2.4
|
|
515
|
+
- @baseplate-dev/core-generators@0.2.4
|
|
516
|
+
- @baseplate-dev/fastify-generators@0.2.4
|
|
517
|
+
- @baseplate-dev/project-builder-lib@0.2.4
|
|
518
|
+
- @baseplate-dev/sync@0.2.4
|
|
519
|
+
- @baseplate-dev/ui-components@0.2.4
|
|
520
|
+
|
|
521
|
+
## 1.0.3
|
|
522
|
+
|
|
523
|
+
### Patch Changes
|
|
524
|
+
|
|
525
|
+
- [#595](https://github.com/halfdomelabs/baseplate/pull/595) [`a506e88`](https://github.com/halfdomelabs/baseplate/commit/a506e88893bf395916ef3fbf6dd9dd7c0ff17acb) Thanks [@kingston](https://github.com/kingston)! - Support front and backend of new auth plugin
|
|
526
|
+
|
|
527
|
+
- [#594](https://github.com/halfdomelabs/baseplate/pull/594) [`3107a1b`](https://github.com/halfdomelabs/baseplate/commit/3107a1b6917c3b2d14c7e91e2972b06955ebb4ea) Thanks [@kingston](https://github.com/kingston)! - Switch to typed GraphQL documents instead of older Apollo generator
|
|
528
|
+
|
|
529
|
+
- [#592](https://github.com/halfdomelabs/baseplate/pull/592) [`de9e1b4`](https://github.com/halfdomelabs/baseplate/commit/de9e1b4f3a8a7dcf6b962781a0aa589eb970c7a8) Thanks [@kingston](https://github.com/kingston)! - Update auth generators to better fit with Tanstack Router
|
|
530
|
+
|
|
531
|
+
- Updated dependencies [[`f3bd169`](https://github.com/halfdomelabs/baseplate/commit/f3bd169b8debc52628179ca6ebd93c20b8a6f841), [`a506e88`](https://github.com/halfdomelabs/baseplate/commit/a506e88893bf395916ef3fbf6dd9dd7c0ff17acb), [`3107a1b`](https://github.com/halfdomelabs/baseplate/commit/3107a1b6917c3b2d14c7e91e2972b06955ebb4ea), [`69eea11`](https://github.com/halfdomelabs/baseplate/commit/69eea11c3662fbad9b8d2283d5127195c8379c07), [`903e2d8`](https://github.com/halfdomelabs/baseplate/commit/903e2d898c47e6559f55f023eb89a0b524098f3a), [`de9e1b4`](https://github.com/halfdomelabs/baseplate/commit/de9e1b4f3a8a7dcf6b962781a0aa589eb970c7a8), [`f0cb763`](https://github.com/halfdomelabs/baseplate/commit/f0cb7632f04bfb487722785fac7218d76d3b7e3b), [`a506e88`](https://github.com/halfdomelabs/baseplate/commit/a506e88893bf395916ef3fbf6dd9dd7c0ff17acb), [`059edf7`](https://github.com/halfdomelabs/baseplate/commit/059edf771755f1ff846494f238d777a9d1f7f5d7), [`059edf7`](https://github.com/halfdomelabs/baseplate/commit/059edf771755f1ff846494f238d777a9d1f7f5d7), [`de9e1b4`](https://github.com/halfdomelabs/baseplate/commit/de9e1b4f3a8a7dcf6b962781a0aa589eb970c7a8)]:
|
|
532
|
+
- @baseplate-dev/core-generators@0.2.3
|
|
533
|
+
- @baseplate-dev/sync@0.2.3
|
|
534
|
+
- @baseplate-dev/react-generators@0.2.3
|
|
535
|
+
- @baseplate-dev/fastify-generators@0.2.3
|
|
536
|
+
- @baseplate-dev/ui-components@0.2.3
|
|
537
|
+
- @baseplate-dev/project-builder-lib@0.2.3
|
|
538
|
+
|
|
539
|
+
## 1.0.2
|
|
540
|
+
|
|
541
|
+
### Patch Changes
|
|
542
|
+
|
|
543
|
+
- Updated dependencies [[`f8c9284`](https://github.com/halfdomelabs/baseplate/commit/f8c9284752c12c6aab70481bf98e6fa402e61075), [`f8c9284`](https://github.com/halfdomelabs/baseplate/commit/f8c9284752c12c6aab70481bf98e6fa402e61075), [`b6bc11f`](https://github.com/halfdomelabs/baseplate/commit/b6bc11fdf199c8de40832eb88ea6f6cfc83aa5d7), [`dce88ac`](https://github.com/halfdomelabs/baseplate/commit/dce88ac8d1f951f7336c12c5e004107de3a23e97)]:
|
|
544
|
+
- @baseplate-dev/sync@0.2.2
|
|
545
|
+
- @baseplate-dev/react-generators@0.2.2
|
|
546
|
+
- @baseplate-dev/project-builder-lib@0.2.2
|
|
547
|
+
- @baseplate-dev/core-generators@0.2.2
|
|
548
|
+
- @baseplate-dev/fastify-generators@0.2.2
|
|
549
|
+
- @baseplate-dev/ui-components@0.2.2
|
|
550
|
+
|
|
551
|
+
## 1.0.1
|
|
552
|
+
|
|
553
|
+
### Patch Changes
|
|
554
|
+
|
|
555
|
+
- Updated dependencies [[`4d7677e`](https://github.com/halfdomelabs/baseplate/commit/4d7677e8ef2da8ed045ee7fe409519f0f124b34c), [`d7d9985`](https://github.com/halfdomelabs/baseplate/commit/d7d998540ca5886259f93b5020c4d8939c5cdf5f)]:
|
|
556
|
+
- @baseplate-dev/ui-components@0.2.1
|
|
557
|
+
- @baseplate-dev/react-generators@0.2.1
|
|
558
|
+
- @baseplate-dev/core-generators@0.2.1
|
|
559
|
+
- @baseplate-dev/project-builder-lib@0.2.1
|
|
560
|
+
- @baseplate-dev/fastify-generators@0.2.1
|
|
561
|
+
- @baseplate-dev/sync@0.2.1
|
|
562
|
+
|
|
563
|
+
## 1.0.0
|
|
564
|
+
|
|
565
|
+
### Patch Changes
|
|
566
|
+
|
|
567
|
+
- [#574](https://github.com/halfdomelabs/baseplate/pull/574) [`f5d7a6f`](https://github.com/halfdomelabs/baseplate/commit/f5d7a6f781b1799bb8ad197973e5cec04f869264) Thanks [@kingston](https://github.com/kingston)! - Refactored naming of project paths to output paths to be clearer about their meaning
|
|
568
|
+
|
|
569
|
+
- Updated dependencies [[`a94eed9`](https://github.com/halfdomelabs/baseplate/commit/a94eed9c12236c5fb772d998b9c34ca876c10c13), [`06b4faf`](https://github.com/halfdomelabs/baseplate/commit/06b4fafaf3d2ed848d959a9911b9bfa26702d4a3), [`3198895`](https://github.com/halfdomelabs/baseplate/commit/3198895bc45f6ff031e3d1e2c8554ddc3a30261d), [`f5d7a6f`](https://github.com/halfdomelabs/baseplate/commit/f5d7a6f781b1799bb8ad197973e5cec04f869264), [`fd63554`](https://github.com/halfdomelabs/baseplate/commit/fd635544eb6df0385501f61f3e51bce554633458), [`a94eed9`](https://github.com/halfdomelabs/baseplate/commit/a94eed9c12236c5fb772d998b9c34ca876c10c13), [`a94eed9`](https://github.com/halfdomelabs/baseplate/commit/a94eed9c12236c5fb772d998b9c34ca876c10c13), [`56a3a89`](https://github.com/halfdomelabs/baseplate/commit/56a3a8944b9a557cca0484d78851fca10122e5f9), [`a94eed9`](https://github.com/halfdomelabs/baseplate/commit/a94eed9c12236c5fb772d998b9c34ca876c10c13), [`56a3a89`](https://github.com/halfdomelabs/baseplate/commit/56a3a8944b9a557cca0484d78851fca10122e5f9)]:
|
|
570
|
+
- @baseplate-dev/react-generators@0.2.0
|
|
571
|
+
- @baseplate-dev/project-builder-lib@0.2.0
|
|
572
|
+
- @baseplate-dev/fastify-generators@0.2.0
|
|
573
|
+
- @baseplate-dev/core-generators@0.2.0
|
|
574
|
+
- @baseplate-dev/ui-components@0.2.0
|
|
575
|
+
- @baseplate-dev/sync@0.2.0
|
|
576
|
+
|
|
577
|
+
## 0.1.3
|
|
578
|
+
|
|
579
|
+
### Patch Changes
|
|
580
|
+
|
|
581
|
+
- [#564](https://github.com/halfdomelabs/baseplate/pull/564) [`8631cfe`](https://github.com/halfdomelabs/baseplate/commit/8631cfec32f1e5286d6d1ab0eb0e858461672545) Thanks [@kingston](https://github.com/kingston)! - Add support for merging GraphQL object type requierments from Auth/Storage plugins
|
|
582
|
+
|
|
583
|
+
- [#562](https://github.com/halfdomelabs/baseplate/pull/562) [`30fdf49`](https://github.com/halfdomelabs/baseplate/commit/30fdf4988de244c30d13c93b7761587d4c1413ad) Thanks [@kingston](https://github.com/kingston)! - Switch to Typescript project references for building/watching project
|
|
584
|
+
|
|
585
|
+
- Updated dependencies [[`8631cfe`](https://github.com/halfdomelabs/baseplate/commit/8631cfec32f1e5286d6d1ab0eb0e858461672545), [`30fdf49`](https://github.com/halfdomelabs/baseplate/commit/30fdf4988de244c30d13c93b7761587d4c1413ad)]:
|
|
586
|
+
- @baseplate-dev/project-builder-lib@0.1.3
|
|
587
|
+
- @baseplate-dev/fastify-generators@0.1.3
|
|
588
|
+
- @baseplate-dev/react-generators@0.1.3
|
|
589
|
+
- @baseplate-dev/core-generators@0.1.3
|
|
590
|
+
- @baseplate-dev/ui-components@0.1.3
|
|
591
|
+
- @baseplate-dev/sync@0.1.3
|
|
592
|
+
|
|
593
|
+
## 0.1.2
|
|
594
|
+
|
|
595
|
+
### Patch Changes
|
|
596
|
+
|
|
597
|
+
- [#560](https://github.com/halfdomelabs/baseplate/pull/560) [`7e38ae9`](https://github.com/halfdomelabs/baseplate/commit/7e38ae9102c7c8ea958d2dab94e76be848d1c1a8) Thanks [@kingston](https://github.com/kingston)! - Add README files to all packages and plugins explaining their purpose within the Baseplate monorepo.
|
|
598
|
+
|
|
599
|
+
- Updated dependencies [[`7e38ae9`](https://github.com/halfdomelabs/baseplate/commit/7e38ae9102c7c8ea958d2dab94e76be848d1c1a8)]:
|
|
600
|
+
- @baseplate-dev/project-builder-lib@0.1.2
|
|
601
|
+
- @baseplate-dev/ui-components@0.1.2
|
|
602
|
+
- @baseplate-dev/sync@0.1.2
|
|
603
|
+
- @baseplate-dev/core-generators@0.1.2
|
|
604
|
+
- @baseplate-dev/react-generators@0.1.2
|
|
605
|
+
- @baseplate-dev/fastify-generators@0.1.2
|
|
606
|
+
|
|
607
|
+
## 0.1.1
|
|
608
|
+
|
|
609
|
+
### Patch Changes
|
|
610
|
+
|
|
611
|
+
- [#559](https://github.com/halfdomelabs/baseplate/pull/559) [`17dd71e`](https://github.com/halfdomelabs/baseplate/commit/17dd71e3b9f83e3359eb007f8eab1c4792bdbb8b) Thanks [@kingston](https://github.com/kingston)! - Rename workspace to @baseplate-dev/\* and reset versions to 0.1.0
|
|
612
|
+
|
|
613
|
+
- [#557](https://github.com/halfdomelabs/baseplate/pull/557) [`9caaa0a`](https://github.com/halfdomelabs/baseplate/commit/9caaa0aed05677a75fed79601dcfd24ec85ab5ad) Thanks [@kingston](https://github.com/kingston)! - Update LICENSE to modified MPL-2.0 license
|
|
614
|
+
|
|
615
|
+
- Updated dependencies [[`17dd71e`](https://github.com/halfdomelabs/baseplate/commit/17dd71e3b9f83e3359eb007f8eab1c4792bdbb8b), [`9caaa0a`](https://github.com/halfdomelabs/baseplate/commit/9caaa0aed05677a75fed79601dcfd24ec85ab5ad)]:
|
|
616
|
+
- @baseplate-dev/project-builder-lib@0.1.1
|
|
617
|
+
- @baseplate-dev/fastify-generators@0.1.1
|
|
618
|
+
- @baseplate-dev/react-generators@0.1.1
|
|
619
|
+
- @baseplate-dev/core-generators@0.1.1
|
|
620
|
+
- @baseplate-dev/ui-components@0.1.1
|
|
621
|
+
- @baseplate-dev/sync@0.1.1
|