Skip to content

Commit 21231d4

Browse files
Version Packages (#732)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ebdb887 commit 21231d4

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/cool-bikes-grab.md

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

examples/next/getting-started/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"wpe-build": "next build"
1313
},
1414
"dependencies": {
15-
"@faustjs/core": "^0.15.1",
15+
"@faustjs/core": "^0.15.2",
1616
"@faustjs/next": "^0.15.1",
1717
"next": "^12.0.7",
1818
"normalize.css": "^8.0.1",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @faustjs/core
22

3+
## 0.15.2
4+
5+
### Patch Changes
6+
7+
- c004310: Fixed a bug where expired refresh tokens were not being cleared from the browser cookie, possibly resulting in infinite loops during authentication, or an inability to request authenticated content.
8+
39
## 0.15.1
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faustjs/core",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"description": "This module helps you use WordPress as a Headless CMS",
55
"main": "dist/cjs/export/index.js",
66
"module": "dist/mjs/export/index.js",

0 commit comments

Comments
 (0)