Skip to content

Commit 78a5b3a

Browse files
Version Packages (#543)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7d30277 commit 78a5b3a

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/cyan-shirts-promise.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
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@faustjs/core": "^0.12.0",
16-
"@faustjs/next": "^0.12.0",
16+
"@faustjs/next": "^0.12.1",
1717
"next": "^11.1.2",
1818
"normalize.css": "^8.0.1",
1919
"react": "^17.0.2",

packages/next/CHANGELOG.md

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

3+
## 0.12.1
4+
5+
### Patch Changes
6+
7+
- 7d30277: `logQueries` is can now be called and will log GraphQL queries if desired.
8+
39
## 0.12.0
410

511
### Minor Changes

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faustjs/next",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
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",

0 commit comments

Comments
 (0)