Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 14, 2024
1 parent 3c78b75 commit c56b18f
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/many-turkeys-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-timers-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-dots-juggle.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/shaggy-carpets-bow.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/next/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@apollo/client": "^3.8.0",
"@apollo/experimental-nextjs-app-support": "^0.8.0",
"@faustwp/cli": "^3.0.1",
"@faustwp/cli": "^3.0.2",
"@faustwp/core": "^3.0.1",
"@faustwp/experimental-app-router": "^0.3.1",
"graphql": "^16.7.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/next/block-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@apollo/client": "^3.8.8",
"@faustwp/blocks": "4.0.0",
"@faustwp/cli": "^3.0.1",
"@faustwp/cli": "^3.0.2",
"@faustwp/core": "^3.0.1",
"classnames": "^2.3.1",
"graphql": "^16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/next/faustwp-getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@apollo/client": "^3.6.6",
"@faustwp/cli": "^3.0.1",
"@faustwp/cli": "^3.0.2",
"@faustwp/core": "^3.0.1",
"@wordpress/base-styles": "^4.36.0",
"@wordpress/block-library": "^7.19.0",
Expand Down
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.13",
"@faustjs/next": "^0.15.13",
"@faustjs/next": "^0.15.14",
"next": "^12.3.4",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
Expand Down
16 changes: 16 additions & 0 deletions packages/faustwp-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @faustwp/cli

## 3.0.2

### Patch Changes

- f946d7a: Faust CLI now outputs version number when running dev|build|start commands.

When running those commands it will print the current Faust core and cli versions in the console:

```bash
% npm run dev -w examples/next/faustwp-getting-started
info - Faust.js v3.0.1
info - Faust.js CLI v3.0.1
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
...
```

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/faustwp-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faustwp/cli",
"version": "3.0.1",
"version": "3.0.2",
"description": "This modules provides a CLI to develop, build, and serve your Faust apps",
"main": "dist/index.js",
"type": "module",
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.14

### Patch Changes

- 3c78b75: Update Next.js dependency to 12.3.4

## 0.15.13

### 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.13",
"version": "0.15.14",
"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
10 changes: 10 additions & 0 deletions plugins/faustwp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Faust

## 1.3.0

### Minor Changes

- a478997: The default settings for `enable_image_source` has been changed to "on" for new installs.

### Patch Changes

- bced682: Ensure's any related translations will properly load by calling `load_text_domain`

## 1.2.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: 1.2.3
* Version: 1.3.0
* 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,5 +1,5 @@
{
"name": "@faustwp/wordpress-plugin",
"version": "1.2.3",
"version": "1.3.0",
"private": true
}
18 changes: 11 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, chriswiegman, claygriffiths, jasonkonen
Tags: faustjs, faust, headless, decoupled, composable-architecture
Requires at least: 5.7
Tested up to: 6.5
Stable tag: 1.2.3
Stable tag: 1.3.0
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -54,22 +54,26 @@ plugins/faustwp/.wordpress-org/screenshot-3.png

== Changelog ==

= 1.2.3 =
= 1.3.0 =

### Minor Changes

- a478997: The default settings for `enable_image_source` has been changed to "on" for new installs.

### Patch Changes

- 4724719: Faust now errors if the NEXT_PUBLIC_WORDPRESS_URL matches the Headless URL in Faust Plugin settings.
- bced682: Ensure's any related translations will properly load by calling `load_text_domain`

= 1.2.2 =
= 1.2.3 =

### Patch Changes

- 47f6bd0: Faust now warns you if the secret key in your environment is invalid or incorrect.
- 4724719: Faust now errors if the NEXT_PUBLIC_WORDPRESS_URL matches the Headless URL in Faust Plugin settings.

= 1.2.1 =
= 1.2.2 =

### Patch Changes

- 05cc940: Fix: swap traditional custom post type URLs in WordPress admin for the headless frontend custom post type URLs.
- 47f6bd0: Faust now warns you if the secret key in your environment is invalid or incorrect.

[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md)

0 comments on commit c56b18f

Please sign in to comment.