Skip to content

Commit 98c45b0

Browse files
Version Packages (#546)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1e32f81 commit 98c45b0

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/polite-mails-rescue.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.1",
16+
"@faustjs/next": "^0.12.2",
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.2
4+
5+
### Patch Changes
6+
7+
- 1e32f81: Typeings for `getNextStaticProps` and `getNextServerSideProps` now allow and protect custom props.
8+
39
## 0.12.1
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.12.1",
3+
"version": "0.12.2",
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)