Skip to content

Commit 5b2cdba

Browse files
Version Packages (#993)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 46b5cc7 commit 5b2cdba

File tree

9 files changed

+23
-22
lines changed

9 files changed

+23
-22
lines changed

.changeset/smooth-rings-smash.md

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

.changeset/wild-items-brush.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.7",
20+
"@faustjs/next": "^0.15.8",
2121
"next": "^12.1.0",
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.8
4+
5+
### Patch Changes
6+
7+
- de94e46: Added the ability to create a sitemap.xml file for base xml sitemaps and custom pages.
8+
39
## 0.15.7
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.7",
3+
"version": "0.15.8",
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",

plugins/faustwp/CHANGELOG.md

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

3+
## 0.7.11
4+
5+
### Patch Changes
6+
7+
- b3c70a4: Prevent WordPress RSS feeds from redirecting to the front-end application.
8+
39
## 0.7.10
410

511
### Patch Changes

plugins/faustwp/faustwp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
* Text Domain: faustwp
1111
* Domain Path: /languages
12-
* Version: 0.7.10
12+
* Version: 0.7.11
1313
* Requires PHP: 7.2
1414
* Requires at least: 5.7
1515
*

plugins/faustwp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faustwp",
3-
"version": "0.7.10",
3+
"version": "0.7.11",
44
"private": true,
55
"dependencies": {}
66
}

plugins/faustwp/readme.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: antpb, apmatthe, blakewpe, chriswiegman, claygriffiths, jasonkonen
33
Tags: faustjs, faust, headless, decoupled
44
Requires at least: 5.7
55
Tested up to: 6.0
6-
Stable tag: 0.7.10
6+
Stable tag: 0.7.11
77
Requires PHP: 7.2
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -30,6 +30,12 @@ That's it! For more information on getting started with headless WordPress, see
3030

3131
== Changelog ==
3232

33+
= 0.7.11 =
34+
35+
### Patch Changes
36+
37+
- b3c70a4: Prevent WordPress RSS feeds from redirecting to the front-end application.
38+
3339
= 0.7.10 =
3440

3541
### Patch Changes
@@ -47,11 +53,4 @@ That's it! For more information on getting started with headless WordPress, see
4753
- 6c04567: Fixes a conflict between public route redirects and the full site editor
4854
- d12f938: Updates an icon on the settings page
4955

50-
= 0.7.8 =
51-
52-
### Patch Changes
53-
54-
- 8942b83: Adds warning when known incompatible plugins are active.
55-
- 6d3f5de: Fix conflict with PublishPress that caused preview links to fail
56-
5756
[View the full changelog](https://faustjs.org/docs/changelog/faustwp)

0 commit comments

Comments
 (0)