diff --git a/.changeset/deprecate-packages.md b/.changeset/deprecate-packages.md deleted file mode 100644 index 4f05b537..00000000 --- a/.changeset/deprecate-packages.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@ascorbic/pds": patch -"@ascorbic/atproto-oauth-provider": patch ---- - -Deprecate packages in favor of @getcirrus/pds and @getcirrus/oauth-provider - -These packages have been renamed and will no longer receive updates under the @ascorbic scope. Please migrate to the new package names: - -- `@ascorbic/pds` → `@getcirrus/pds` -- `@ascorbic/atproto-oauth-provider` → `@getcirrus/oauth-provider` diff --git a/packages/oauth-provider/CHANGELOG.md b/packages/oauth-provider/CHANGELOG.md index b5f2188f..9ae56f2a 100644 --- a/packages/oauth-provider/CHANGELOG.md +++ b/packages/oauth-provider/CHANGELOG.md @@ -1,5 +1,15 @@ # @ascorbic/atproto-oauth-provider +## 0.1.1 + +### Patch Changes + +- [#48](https://github.com/ascorbic/cirrus/pull/48) [`8362bae`](https://github.com/ascorbic/cirrus/commit/8362bae095b37cdf4a4d9c5232fe3ed55d201531) Thanks [@ascorbic](https://github.com/ascorbic)! - Deprecate packages in favor of @getcirrus/pds and @getcirrus/oauth-provider + + These packages have been renamed and will no longer receive updates under the @ascorbic scope. Please migrate to the new package names: + - `@ascorbic/pds` → `@getcirrus/pds` + - `@ascorbic/atproto-oauth-provider` → `@getcirrus/oauth-provider` + ## 0.1.0 ### Minor Changes diff --git a/packages/oauth-provider/package.json b/packages/oauth-provider/package.json index bb8b790b..6e4bb404 100644 --- a/packages/oauth-provider/package.json +++ b/packages/oauth-provider/package.json @@ -1,6 +1,6 @@ { "name": "@ascorbic/atproto-oauth-provider", - "version": "0.1.0", + "version": "0.1.1", "description": "OAuth 2.1 Provider with AT Protocol extensions for Cloudflare Workers", "type": "module", "main": "dist/index.js", diff --git a/packages/pds/CHANGELOG.md b/packages/pds/CHANGELOG.md index 380cb99c..4d1e6160 100644 --- a/packages/pds/CHANGELOG.md +++ b/packages/pds/CHANGELOG.md @@ -1,5 +1,18 @@ # @ascorbic/pds +## 0.2.3 + +### Patch Changes + +- [#48](https://github.com/ascorbic/cirrus/pull/48) [`8362bae`](https://github.com/ascorbic/cirrus/commit/8362bae095b37cdf4a4d9c5232fe3ed55d201531) Thanks [@ascorbic](https://github.com/ascorbic)! - Deprecate packages in favor of @getcirrus/pds and @getcirrus/oauth-provider + + These packages have been renamed and will no longer receive updates under the @ascorbic scope. Please migrate to the new package names: + - `@ascorbic/pds` → `@getcirrus/pds` + - `@ascorbic/atproto-oauth-provider` → `@getcirrus/oauth-provider` + +- Updated dependencies [[`8362bae`](https://github.com/ascorbic/cirrus/commit/8362bae095b37cdf4a4d9c5232fe3ed55d201531)]: + - @ascorbic/atproto-oauth-provider@0.1.1 + ## 0.2.2 ### Patch Changes diff --git a/packages/pds/package.json b/packages/pds/package.json index e755f78f..acdc61a6 100644 --- a/packages/pds/package.json +++ b/packages/pds/package.json @@ -1,6 +1,6 @@ { "name": "@ascorbic/pds", - "version": "0.2.2", + "version": "0.2.3", "description": "AT Protocol PDS on Cloudflare Workers", "type": "module", "main": "dist/index.js",