Skip to content

Commit

Permalink
chore: version packages (#1216)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 6, 2025
1 parent fcae1b0 commit b5c20f2
Show file tree
Hide file tree
Showing 9 changed files with 150 additions and 36 deletions.
32 changes: 0 additions & 32 deletions .changeset/sixty-laws-shave.md

This file was deleted.

39 changes: 39 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
34 changes: 34 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
39 changes: 39 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
34 changes: 34 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b5c20f2

Please sign in to comment.