Skip to content

Commit cf557fe

Browse files
Version Packages (#1052)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 99e4270 commit cf557fe

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/angry-cameras-stare.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
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@faustjs/core": "^0.15.7",
20-
"@faustjs/next": "^0.15.8",
20+
"@faustjs/next": "^0.15.9",
2121
"next": "^12.2.4",
2222
"normalize.css": "^8.0.1",
2323
"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.15.9
4+
5+
### Patch Changes
6+
7+
- e71a5ce: Fixes the `Type '{}' is missing the following properties from type...` bug some users may experience when building a Faust.js app. #1013
8+
39
## 0.15.8
410

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

0 commit comments

Comments
 (0)