Skip to content

Commit

Permalink
Version Packages (#732)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 6, 2022
1 parent ebdb887 commit 21231d4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-bikes-grab.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/next/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"wpe-build": "next build"
},
"dependencies": {
"@faustjs/core": "^0.15.1",
"@faustjs/core": "^0.15.2",
"@faustjs/next": "^0.15.1",
"next": "^12.0.7",
"normalize.css": "^8.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @faustjs/core

## 0.15.2

### Patch Changes

- 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.

## 0.15.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faustjs/core",
"version": "0.15.1",
"version": "0.15.2",
"description": "This module helps you use WordPress as a Headless CMS",
"main": "dist/cjs/export/index.js",
"module": "dist/mjs/export/index.js",
Expand Down

0 comments on commit 21231d4

Please sign in to comment.