Skip to content

Commit

Permalink
chore: release package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 22, 2021
1 parent a9d9985 commit e445b07
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/stupid-flowers-knock.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/nestjs-hybrid-auth-all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nestjs-hybrid-auth/all

## 1.3.0

### Minor Changes

- [#11](https://github.com/mjangir/nestjs-hybrid-auth/pull/11) [`a1ddfd7`](https://github.com/mjangir/nestjs-hybrid-auth/commit/a1ddfd7ddd8dba06c2d031e484b1c5b71659e31e) Thanks [@mjangir](https://github.com/mjangir)! - Shopify passport authentication integration in nestjs

### Patch Changes

- Updated dependencies [[`a1ddfd7`](https://github.com/mjangir/nestjs-hybrid-auth/commit/a1ddfd7ddd8dba06c2d031e484b1c5b71659e31e)]:
- @nestjs-hybrid-auth/shopify@1.0.0

## 1.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/nestjs-hybrid-auth-all/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nestjs-hybrid-auth/all",
"description": "NestJS social authentication provider using passportJS",
"version": "1.2.0",
"version": "1.3.0",
"license": "MIT",
"author": "Manish Jangir <mjangir70@gmail.com> (https://manishjangir.com)",
"repository": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"@nestjs-hybrid-auth/github": "^1.0.0",
"@nestjs-hybrid-auth/twitter": "^1.0.0",
"@nestjs-hybrid-auth/twitch": "^1.0.0",
"@nestjs-hybrid-auth/shopify": "^0.0.0",
"@nestjs-hybrid-auth/shopify": "^1.0.0",
"@nestjs-hybrid-auth/okta": "^1.0.0"
}
}
7 changes: 7 additions & 0 deletions packages/nestjs-hybrid-auth-shopify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @nestjs-hybrid-auth/shopify

## 1.0.0

### Major Changes

- [#11](https://github.com/mjangir/nestjs-hybrid-auth/pull/11) [`a1ddfd7`](https://github.com/mjangir/nestjs-hybrid-auth/commit/a1ddfd7ddd8dba06c2d031e484b1c5b71659e31e) Thanks [@mjangir](https://github.com/mjangir)! - Shopify passport authentication integration in nestjs
2 changes: 1 addition & 1 deletion packages/nestjs-hybrid-auth-shopify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nestjs-hybrid-auth/shopify",
"description": "NestJS shopify authentication using passport",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"author": "Manish Jangir <mjangir70@gmail.com> (https://manishjangir.com)",
"repository": {
Expand Down

0 comments on commit e445b07

Please sign in to comment.