Skip to content

Commit 12a2476

Browse files
committed
chore(release): publish 0.7.0
1 parent f911249 commit 12a2476

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 0.7.0 (2025-02-09)
2+
3+
### 🚀 Features
4+
5+
- Allow custom tabs field in users collection ([#14](https://github.com/CrawlerCode/payload-authjs/pull/14))
6+
- Add getPayloadSession & usePayloadSession ([146eebe](https://github.com/CrawlerCode/payload-authjs/commit/146eebe))
7+
- **AuthjsAuthStrategy:** Log a warning if user not found in the database but has an valid authjs session ([1999a20](https://github.com/CrawlerCode/payload-authjs/commit/1999a20))
8+
- **PayloadAdapter:** Added payload logger and log debug messages ([957f589](https://github.com/CrawlerCode/payload-authjs/commit/957f589))
9+
10+
### 🩹 Fixes
11+
12+
- Override payload refresh operation & fix session expiration ([#12](https://github.com/CrawlerCode/payload-authjs/pull/12))
13+
14+
### 📖 Documentation
15+
16+
- Add "Getting the payload session" section & improved some other wordings ([f911249](https://github.com/CrawlerCode/payload-authjs/commit/f911249))
17+
18+
### 🏡 Chore
19+
20+
- Fix eslint & typescript errors ([d9c5895](https://github.com/CrawlerCode/payload-authjs/commit/d9c5895))
21+
- **dev:** Change nextjs port to 5000 ([0115f0e](https://github.com/CrawlerCode/payload-authjs/commit/0115f0e))
22+
- **dev:** Allow js files (for import map) ([3b4b16b](https://github.com/CrawlerCode/payload-authjs/commit/3b4b16b))
23+
- **dev:** Add greeting component to admin dashboard ([becc12a](https://github.com/CrawlerCode/payload-authjs/commit/becc12a))
24+
- **dev:** Added all different options to get the session & add tailwind ([57637ab](https://github.com/CrawlerCode/payload-authjs/commit/57637ab))
25+
- **dev:** Add currentAccount field ([3f1711d](https://github.com/CrawlerCode/payload-authjs/commit/3f1711d))
26+
127
## 0.6.1 (2025-02-05)
228

329
### 🩹 Fixes

packages/payload-authjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payload-authjs",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"type": "module",
55
"description": "A Payload CMS 3 plugin for Auth.js 5",
66
"repository": "git@github.com:CrawlerCode/payload-authjs.git",

0 commit comments

Comments
 (0)