diff --git a/.changeset/sixty-laws-shave.md b/.changeset/sixty-laws-shave.md deleted file mode 100644 index 1d8681f2..00000000 --- a/.changeset/sixty-laws-shave.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -"@nestjs-cognito/auth": major -"@nestjs-cognito/core": major -"@nestjs-cognito/graphql": major -"@nestjs-cognito/testing": major ---- - -## Major Infrastructure Changes - -- Upgraded to NestJS v11.0.0 -- Migrated from Lerna to PNPM workspace for improved monorepo management -- Updated CI/CD workflows with PNPM-based configuration - -## Breaking Changes - -- Updated peer dependencies to support NestJS v11 -- Updated all package dependencies to their latest compatible versions - -## Package-specific Updates - -### @nestjs-cognito/core -- Updated dependencies to support NestJS v11 - -### @nestjs-cognito/auth -- Updated dependencies to support NestJS v11 - -### @nestjs-cognito/graphql -- Updated dependencies to support NestJS v11 -- Adapted GraphQL tests for compatibility with updated dependencies - -### @nestjs-cognito/testing -- Updated dependencies to support NestJS v11 \ No newline at end of file diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 7acebfe8..6b1cac24 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,44 @@ # Changelog: +## 2.0.0 + +### Major Changes + +- 93ae5bb: ## Major Infrastructure Changes + + - Upgraded to NestJS v11.0.0 + - Migrated from Lerna to PNPM workspace for improved monorepo management + - Updated CI/CD workflows with PNPM-based configuration + + ## Breaking Changes + + - Updated peer dependencies to support NestJS v11 + - Updated all package dependencies to their latest compatible versions + + ## Package-specific Updates + + ### @nestjs-cognito/core + + - Updated dependencies to support NestJS v11 + + ### @nestjs-cognito/auth + + - Updated dependencies to support NestJS v11 + + ### @nestjs-cognito/graphql + + - Updated dependencies to support NestJS v11 + - Adapted GraphQL tests for compatibility with updated dependencies + + ### @nestjs-cognito/testing + + - Updated dependencies to support NestJS v11 + +### Patch Changes + +- Updated dependencies [93ae5bb] + - @nestjs-cognito/core@2.0.0 + ## @nestjs-cognito/core: - The code for importing and registering the CognitoAuthModule has changed. diff --git a/packages/auth/package.json b/packages/auth/package.json index 16234843..3df07e4c 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-cognito/auth", - "version": "1.2.1", + "version": "2.0.0", "description": "Auth Module for NestJS and Cognito", "author": "Loik Fekkai", "license": "MIT", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7acebfe8..5c2b74b2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog: +## 2.0.0 + +### Major Changes + +- 93ae5bb: ## Major Infrastructure Changes + + - Upgraded to NestJS v11.0.0 + - Migrated from Lerna to PNPM workspace for improved monorepo management + - Updated CI/CD workflows with PNPM-based configuration + + ## Breaking Changes + + - Updated peer dependencies to support NestJS v11 + - Updated all package dependencies to their latest compatible versions + + ## Package-specific Updates + + ### @nestjs-cognito/core + + - Updated dependencies to support NestJS v11 + + ### @nestjs-cognito/auth + + - Updated dependencies to support NestJS v11 + + ### @nestjs-cognito/graphql + + - Updated dependencies to support NestJS v11 + - Adapted GraphQL tests for compatibility with updated dependencies + + ### @nestjs-cognito/testing + + - Updated dependencies to support NestJS v11 + ## @nestjs-cognito/core: - The code for importing and registering the CognitoAuthModule has changed. diff --git a/packages/core/package.json b/packages/core/package.json index 2e62f0e9..2ca0d8b1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-cognito/core", - "version": "1.3.2", + "version": "2.0.0", "description": "Cognito Provider for NestJS", "author": "Loik Fekkai", "license": "MIT", diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 7acebfe8..afc49f8a 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,44 @@ # Changelog: +## 3.0.0 + +### Major Changes + +- 93ae5bb: ## Major Infrastructure Changes + + - Upgraded to NestJS v11.0.0 + - Migrated from Lerna to PNPM workspace for improved monorepo management + - Updated CI/CD workflows with PNPM-based configuration + + ## Breaking Changes + + - Updated peer dependencies to support NestJS v11 + - Updated all package dependencies to their latest compatible versions + + ## Package-specific Updates + + ### @nestjs-cognito/core + + - Updated dependencies to support NestJS v11 + + ### @nestjs-cognito/auth + + - Updated dependencies to support NestJS v11 + + ### @nestjs-cognito/graphql + + - Updated dependencies to support NestJS v11 + - Adapted GraphQL tests for compatibility with updated dependencies + + ### @nestjs-cognito/testing + + - Updated dependencies to support NestJS v11 + +### Patch Changes + +- Updated dependencies [93ae5bb] + - @nestjs-cognito/auth@2.0.0 + ## @nestjs-cognito/core: - The code for importing and registering the CognitoAuthModule has changed. diff --git a/packages/graphql/package.json b/packages/graphql/package.json index f2a1f781..99efb617 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-cognito/graphql", - "version": "2.1.9", + "version": "3.0.0", "description": "Auth Module for NestJS, GraphQL and Cognito", "author": "Loik Fekkai", "license": "MIT", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index a6c50921..ceeb1f6d 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -1,5 +1,39 @@ # Change Log +## 2.0.0 + +### Major Changes + +- 93ae5bb: ## Major Infrastructure Changes + + - Upgraded to NestJS v11.0.0 + - Migrated from Lerna to PNPM workspace for improved monorepo management + - Updated CI/CD workflows with PNPM-based configuration + + ## Breaking Changes + + - Updated peer dependencies to support NestJS v11 + - Updated all package dependencies to their latest compatible versions + + ## Package-specific Updates + + ### @nestjs-cognito/core + + - Updated dependencies to support NestJS v11 + + ### @nestjs-cognito/auth + + - Updated dependencies to support NestJS v11 + + ### @nestjs-cognito/graphql + + - Updated dependencies to support NestJS v11 + - Adapted GraphQL tests for compatibility with updated dependencies + + ### @nestjs-cognito/testing + + - Updated dependencies to support NestJS v11 + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. diff --git a/packages/testing/package.json b/packages/testing/package.json index 1e3a4659..8e886a79 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-cognito/testing", - "version": "1.1.6", + "version": "2.0.0", "description": "Cognito testing helpers for NestJS-Cognito", "author": "Loik Fekkai", "license": "MIT",