Skip to content

Commit

Permalink
chore: version packages (#1223)
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 8, 2025
1 parent eb798d2 commit 6ada5b9
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 18 deletions.
15 changes: 0 additions & 15 deletions .changeset/healthy-planes-explode.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog:

## 2.0.1

### Patch Changes

- eb798d2: ## Package Updates

### @nestjs-cognito/auth

- Updated `@nestjs/common` peer dependency to support multiple versions: `^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0`

### @nestjs-cognito/core

- Updated `@aws-sdk/client-cognito-identity-provider` peer dependency from `3.744.0` to `^3.744.0`
- Updated `@nestjs/common` peer dependency to support multiple versions: `^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0`

- Updated dependencies [eb798d2]
- @nestjs-cognito/core@2.0.1

## 2.0.0

### Major Changes
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": "2.0.0",
"version": "2.0.1",
"description": "Auth Module for NestJS and Cognito",
"author": "Loik Fekkai",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog:

## 2.0.1

### Patch Changes

- eb798d2: ## Package Updates

### @nestjs-cognito/auth

- Updated `@nestjs/common` peer dependency to support multiple versions: `^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0`

### @nestjs-cognito/core

- Updated `@aws-sdk/client-cognito-identity-provider` peer dependency from `3.744.0` to `^3.744.0`
- Updated `@nestjs/common` peer dependency to support multiple versions: `^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0`

## 2.0.0

### Major Changes
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": "2.0.0",
"version": "2.0.1",
"description": "Cognito Provider for NestJS",
"author": "Loik Fekkai",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog:

## 3.0.1

### Patch Changes

- Updated dependencies [eb798d2]
- @nestjs-cognito/auth@2.0.1

## 3.0.0

### Major Changes
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": "3.0.0",
"version": "3.0.1",
"description": "Auth Module for NestJS, GraphQL and Cognito",
"author": "Loik Fekkai",
"license": "MIT",
Expand Down

0 comments on commit 6ada5b9

Please sign in to comment.