Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: popup window support for oauth scheme (#297) #1746

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore(release): 6.0.1
  • Loading branch information
yashx committed May 16, 2022
commit 4800d74aec42e98ea90ae8610423e82d6aa01087
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [6.0.1](https://github.com/yashx/auth-module/compare/v6.0.0...v6.0.1) (2022-05-16)

## [6.0.0](https://github.com/yashx/auth-module/compare/v4.9.0...v6.0.0) (2022-05-16)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yashx/nuxt-auth-popup",
"version": "6.0.0",
"version": "6.0.1",
"description": "Fork of Authentication module for Nuxt.js with popup support",
"repository": "yashx/auth-module",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"heroku-postbuild": "nuxt build demo",
"lint": "eslint --ext .ts,.js,.vue . && prettier --check .",
"lint-fix": "eslint --ext .ts,.js,.vue --fix . && prettier --write .",
"release": "yarn build && standard-version && git push --follow-tags && npm publish",
"release": "yarn build && standard-version && git push --follow-tags && npm publish --access public",
"start": "nuxt start demo",
"test": "yarn lint && jest"
},
Expand Down