Skip to content

Commit

Permalink
Merge pull request #25 from work-mate/main
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
dev-davexoyinbo authored Jun 14, 2024
2 parents 6cc2fe9 + 4bf956e commit b2e0278
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ Auth module for Nuxt 3 apps.
| Provider | Provider Key | Status |
| -------- | ------------ | ------------------ |
| Local | local | :white_check_mark: |
| Google | google | :white_check_mark: |
| Google | google | :white_check_mark: |
| Github | github | :white_check_mark: |
| Facebook | facebook | :x: |
| Facebook | facebook | :construction: |
| LinkedIn | linkedin | :construction: |

## Local Auth Features

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.6",
"@semantic-release/npm": "^12.0.1",
Expand Down
9 changes: 8 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ export default {
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
Expand All @@ -16,6 +23,6 @@ export default {
},
],
"@semantic-release/github",
"@semantic-release/npm",

],
};
15 changes: 15 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2325,6 +2325,20 @@ __metadata:
languageName: node
linkType: hard

"@semantic-release/changelog@npm:^6.0.3":
version: 6.0.3
resolution: "@semantic-release/changelog@npm:6.0.3"
dependencies:
"@semantic-release/error": "npm:^3.0.0"
aggregate-error: "npm:^3.0.0"
fs-extra: "npm:^11.0.0"
lodash: "npm:^4.17.4"
peerDependencies:
semantic-release: ">=18.0.0"
checksum: 10c0/94c9c287d34fde6d4c6c574869e853dc04180b1d9e6036097d83e0d14783bf5bb8e546fdc4fac2e979d636fa170fd573eaa4265b9d332e436e4813b7aebe7728
languageName: node
linkType: hard

"@semantic-release/commit-analyzer@npm:^13.0.0-beta.1":
version: 13.0.0
resolution: "@semantic-release/commit-analyzer@npm:13.0.0"
Expand Down Expand Up @@ -3356,6 +3370,7 @@ __metadata:
"@nuxt/module-builder": "npm:^0.5.5"
"@nuxt/schema": "npm:^3.11.2"
"@nuxt/test-utils": "npm:^3.12.0"
"@semantic-release/changelog": "npm:^6.0.3"
"@semantic-release/git": "npm:^10.0.1"
"@semantic-release/github": "npm:^10.0.6"
"@semantic-release/npm": "npm:^12.0.1"
Expand Down

0 comments on commit b2e0278

Please sign in to comment.