Skip to content

Commit

Permalink
Version Packages (#758)
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 Feb 14, 2022
1 parent 7d156ba commit 893b19a
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-timers-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-cycles-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-panthers-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-apes-buy.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 @@ -17,7 +17,7 @@
},
"dependencies": {
"@faustjs/core": "^0.15.2",
"@faustjs/next": "^0.15.1",
"@faustjs/next": "^0.15.3",
"next": "^12.0.9",
"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.15.3

### Patch Changes

- 1d386de: Check for FaustContext before calling GQty queries and throw an error if it's not provided.

## 0.15.1

### Patch 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.15.1",
"version": "0.15.3",
"description": "This module helps you use WordPress as a Headless CMS with Next.js",
"main": "dist/cjs/export/index.js",
"module": "dist/mjs/export/index.js",
Expand Down
8 changes: 8 additions & 0 deletions plugins/faustwp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# FaustWP

## 0.7.4

### Patch Changes

- 1dcd987: Removes unused event callbacks for rewrite rule and post status changes. The `is_events_enabled()` function has also been removed.
- 5c69b68: ConditionalTags has been deprecated as it was introduced in an older version of the framework when routing was done from the NextTemplateLoader. Now that we are using Next.js pages for routing, conditionalTags are no longer needed.
- 7d156ba: Add a documentation link that explains "Features" checkbox settings in more detail

## 0.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/faustwp/faustwp.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: faustwp
* Domain Path: /languages
* Version: 0.7.3
* Version: 0.7.4
* Requires PHP: 7.2
* Requires at least: 5.7
*
Expand Down
2 changes: 1 addition & 1 deletion plugins/faustwp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faustwp",
"version": "0.7.3",
"version": "0.7.4",
"private": true,
"dependencies": {}
}
16 changes: 9 additions & 7 deletions plugins/faustwp/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: antpb, apmatthe, blakewpe, claygriffiths, joefusco, markkelnar, mi
Tags: faustjs, faust, headless, decoupled
Requires at least: 5.7
Tested up to: 5.9
Stable tag: 0.7.3
Stable tag: 0.7.4
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -30,6 +30,14 @@ That's it! For more information on getting started with headless WordPress, see

== Changelog ==

= 0.7.4 =

### Patch Changes

- 1dcd987: Removes unused event callbacks for rewrite rule and post status changes. The `is_events_enabled()` function has also been removed.
- 5c69b68: ConditionalTags has been deprecated as it was introduced in an older version of the framework when routing was done from the NextTemplateLoader. Now that we are using Next.js pages for routing, conditionalTags are no longer needed.
- 7d156ba: Add a documentation link that explains "Features" checkbox settings in more detail

= 0.7.3 =

### Patch Changes
Expand All @@ -43,10 +51,4 @@ That's it! For more information on getting started with headless WordPress, see
- 4cff9dc: feat: add link to Settings page on Installed Plugins list page
- 3c1280b: Adds the GraphQL `Type` name to the preview URL to avoid making a request to get the content type in the Faust.js packages

= 0.7.1 =

### Patch Changes

- f948c04: Fixed plugin icon SVG display issue in Chrome [#683](https://github.com/wpengine/faustjs/pull/683)

[View the full changelog](https://faustjs.org/docs/changelog/faustwp)

0 comments on commit 893b19a

Please sign in to comment.