Skip to content

Commit 026aec5

Browse files
authored
Merge pull request #12 from mjangir/changeset-release/main
chore: release package(s)
2 parents a9d9985 + e445b07 commit 026aec5

File tree

5 files changed

+21
-9
lines changed

5 files changed

+21
-9
lines changed

.changeset/stupid-flowers-knock.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/nestjs-hybrid-auth-all/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @nestjs-hybrid-auth/all
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a1ddfd7`](https://github.com/mjangir/nestjs-hybrid-auth/commit/a1ddfd7ddd8dba06c2d031e484b1c5b71659e31e)]:
12+
- @nestjs-hybrid-auth/shopify@1.0.0
13+
314
## 1.2.0
415

516
### Minor Changes

packages/nestjs-hybrid-auth-all/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nestjs-hybrid-auth/all",
33
"description": "NestJS social authentication provider using passportJS",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"license": "MIT",
66
"author": "Manish Jangir <mjangir70@gmail.com> (https://manishjangir.com)",
77
"repository": {
@@ -52,7 +52,7 @@
5252
"@nestjs-hybrid-auth/github": "^1.0.0",
5353
"@nestjs-hybrid-auth/twitter": "^1.0.0",
5454
"@nestjs-hybrid-auth/twitch": "^1.0.0",
55-
"@nestjs-hybrid-auth/shopify": "^0.0.0",
55+
"@nestjs-hybrid-auth/shopify": "^1.0.0",
5656
"@nestjs-hybrid-auth/okta": "^1.0.0"
5757
}
5858
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @nestjs-hybrid-auth/shopify
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#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

packages/nestjs-hybrid-auth-shopify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nestjs-hybrid-auth/shopify",
33
"description": "NestJS shopify authentication using passport",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"author": "Manish Jangir <mjangir70@gmail.com> (https://manishjangir.com)",
77
"repository": {

0 commit comments

Comments
 (0)