Skip to content

Commit c39caca

Browse files
Version Packages (#549)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent aaac48f commit c39caca

File tree

7 files changed

+22
-17
lines changed

7 files changed

+22
-17
lines changed

.changeset/quick-pears-count.md

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

.changeset/quick-shrimps-occur.md

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

examples/next/getting-started/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"wpe-build": "next build"
1313
},
1414
"dependencies": {
15-
"@faustjs/core": "^0.12.0",
16-
"@faustjs/next": "^0.12.2",
15+
"@faustjs/core": "^0.12.3",
16+
"@faustjs/next": "^0.12.3",
1717
"next": "^11.1.2",
1818
"normalize.css": "^8.0.1",
1919
"react": "^17.0.2",

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.12.3
4+
5+
### Patch Changes
6+
7+
- 068f3c3: Fixed an issue that caused the API Router to not route requests with an authorization code
8+
39
## 0.12.0
410

511
### Minor 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.12.0",
3+
"version": "0.12.3",
44
"description": "This module helps you use WordPress as a Headless CMS",
55
"main": "dist/cjs/index.js",
66
"module": "dist/mjs/index.js",

packages/next/CHANGELOG.md

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

3+
## 0.12.3
4+
5+
### Patch Changes
6+
7+
- 068f3c3: Introduced the `useLogout` hook to facilitate logging out a user
8+
9+
See https://faustjs.org/docs/next/reference/custom-hooks#uselogout for more details.
10+
11+
- Updated dependencies [068f3c3]
12+
- @faustjs/core@0.12.3
13+
314
## 0.12.2
415

516
### Patch Changes

packages/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faustjs/next",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "This module helps you use WordPress as a Headless CMS with Next.js",
55
"main": "dist/cjs/index.js",
66
"module": "dist/mjs/index.js",
@@ -84,7 +84,7 @@
8484
"dependencies": {
8585
"@gqty/logger": "^2.0.1",
8686
"@gqty/react": "^2.0.0",
87-
"@faustjs/core": "^0.12.0",
87+
"@faustjs/core": "^0.12.3",
8888
"@faustjs/react": "^0.12.0",
8989
"graphql": ">=15.6",
9090
"lodash": "^4.17.21"

0 commit comments

Comments
 (0)