Skip to content

Commit

Permalink
chore: release v0.1.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hebilicious committed May 11, 2023
1 parent c024794 commit 94908a6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [0.1.0-beta.3](https://github.com/Hebilicious/authjs-nuxt/compare/v0.1.0-beta.2...v0.1.0-beta.3) (2023-05-11)


### Bug Fixes

* add @auth/core as peer dependency ([c024794](https://github.com/Hebilicious/authjs-nuxt/commit/c024794b549565efb9fe7b468e99e7110b02251b))



# [0.1.0-beta.2](https://github.com/Hebilicious/authjs-nuxt/compare/v0.1.0-beta.1...v0.1.0-beta.2) (2023-05-11)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@hebilicious/authjs-nuxt",
"type": "module",
"version": "0.1.0-beta.2",
"version": "0.1.0-beta.3",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "rimraf packages/*/dist && pnpm -r --filter=./packages/* run build",
"lint": "eslint --cache .",
"lint:fix": "nr lint --fix",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "pnpm lint && bumpp -r -x \"pnpm run changelog\" --all",
"release": "pnpm lint:fix && bumpp -r -x \"pnpm run changelog\" --all",
"typecheck": "tsc --noEmit",
"test": "vitest"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/authjs-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hebilicious/authjs-nuxt",
"type": "module",
"version": "0.1.0-beta.2",
"version": "0.1.0-beta.3",
"license": "MIT",
"repository": "Hebilicious/authjs-nuxt",
"exports": {
Expand All @@ -26,9 +26,9 @@
"dev": "nuxi dev"
},
"peerDependencies": {
"@auth/core": "^0.7.1",
"nuxt": "^3.4.2",
"vite": "*",
"@auth/core": "^0.7.1"
"vite": "*"
},
"dependencies": {
"@auth/core": "^0.7.1",
Expand Down

0 comments on commit 94908a6

Please sign in to comment.