Skip to content

Commit

Permalink
Version Packages (#543)
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 Oct 6, 2021
1 parent 7d30277 commit 78a5b3a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-shirts-promise.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 @@ -13,7 +13,7 @@
},
"dependencies": {
"@faustjs/core": "^0.12.0",
"@faustjs/next": "^0.12.0",
"@faustjs/next": "^0.12.1",
"next": "^11.1.2",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @faustjs/next

## 0.12.1

### Patch Changes

- 7d30277: `logQueries` is can now be called and will log GraphQL queries if desired.

## 0.12.0

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

0 comments on commit 78a5b3a

Please sign in to comment.