Skip to content

Commit

Permalink
Version Packages (#778)
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 Mar 1, 2022
1 parent 9aedeb1 commit ed0f2da
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-houses-invite.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/modern-llamas-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-terms-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-fishes-nail.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/next/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"wpe-build": "next build"
},
"dependencies": {
"@faustjs/core": "^0.15.2",
"@faustjs/next": "^0.15.3",
"@faustjs/core": "^0.15.4",
"@faustjs/next": "^0.15.4",
"next": "^12.1.0",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @faustjs/core

## 0.15.4

### Patch Changes

- d2b2b39: Fixed previews when trailingSlash is enabled in Next.js config

## 0.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faustjs/core",
"version": "0.15.2",
"version": "0.15.4",
"description": "This module helps you use WordPress as a Headless CMS",
"main": "dist/cjs/export/index.js",
"module": "dist/mjs/export/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @faustjs/next

## 0.15.4

### Patch Changes

- d2b2b39: Fixed previews when trailingSlash is enabled in Next.js config
- Updated dependencies [d2b2b39]
- @faustjs/core@0.15.4

## 0.15.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faustjs/next",
"version": "0.15.3",
"version": "0.15.4",
"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 Expand Up @@ -108,7 +108,7 @@
"dependencies": {
"@gqty/logger": "^2.0.1",
"@gqty/react": "^2.1.0",
"@faustjs/core": "^0.15.1",
"@faustjs/core": "^0.15.4",
"@faustjs/react": "^0.15.1",
"graphql": ">=15.6",
"lodash": "^4.17.21"
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.5

### Patch Changes

- b7af359: Simplify generation of preview links. Fixes an issue where preview links were missing slashes with certain permalink structures. Thanks @torounit!
- 662c377: Plugin settings are now validated and sanitized before saving.
- c730348: Disables access to the site editor when themes are disabled

## 0.7.4

### 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.4
* Version: 0.7.5
* 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.4",
"version": "0.7.5",
"private": true,
"dependencies": {}
}
17 changes: 9 additions & 8 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.4
Stable tag: 0.7.5
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.5 =

### Patch Changes

- b7af359: Simplify generation of preview links. Fixes an issue where preview links were missing slashes with certain permalink structures. Thanks @torounit!
- 662c377: Plugin settings are now validated and sanitized before saving.
- c730348: Disables access to the site editor when themes are disabled

= 0.7.4 =

### Patch Changes
Expand All @@ -44,11 +52,4 @@ That's it! For more information on getting started with headless WordPress, see

- ab4a661: Fixed issue where file editor was unable to save

= 0.7.2 =

### Patch Changes

- 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

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

0 comments on commit ed0f2da

Please sign in to comment.