diff --git a/.changeset/workspace-release-management.md b/.changeset/workspace-release-management.md deleted file mode 100644 index d9414f6..0000000 --- a/.changeset/workspace-release-management.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@seamless-auth/core": patch -"@seamless-auth/express": patch ---- - -Move package development and release management to a pnpm workspace backed by -Changesets. The Express adapter now resolves core through a local workspace link -in development while publishing a normal semver dependency for adopters. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 0000000..2f57274 --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -0,0 +1,9 @@ +# @seamless-auth/core + +## 0.5.1 + +### Patch Changes + +- e39adc8: Move package development and release management to a pnpm workspace backed by + Changesets. The Express adapter now resolves core through a local workspace link + in development while publishing a normal semver dependency for adopters. diff --git a/packages/core/package.json b/packages/core/package.json index 73e61af..543cf2a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@seamless-auth/core", - "version": "0.5.0", + "version": "0.5.1", "description": "Framework-agnostic core authentication logic for SeamlessAuth", "license": "AGPL-3.0-only", "author": "Fells Code, LLC", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md new file mode 100644 index 0000000..7ecdca5 --- /dev/null +++ b/packages/express/CHANGELOG.md @@ -0,0 +1,11 @@ +# @seamless-auth/express + +## 0.5.1 + +### Patch Changes + +- e39adc8: Move package development and release management to a pnpm workspace backed by + Changesets. The Express adapter now resolves core through a local workspace link + in development while publishing a normal semver dependency for adopters. +- Updated dependencies [e39adc8] + - @seamless-auth/core@0.5.1 diff --git a/packages/express/package.json b/packages/express/package.json index e891069..3670d27 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@seamless-auth/express", - "version": "0.4.0", + "version": "0.5.1", "description": "Express adapter for Seamless Auth passwordless authentication", "license": "AGPL-3.0-only", "type": "module",