Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/poor-penguins-joke.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/next/faustwp-getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@apollo/client": "^3.10.4",
"@faustwp/cli": "^3.2.3",
"@faustwp/core": "^3.2.3",
"@faustwp/cli": "^3.2.4",
"@faustwp/core": "^3.2.4",
"@wordpress/base-styles": "^5.10.0",
"@wordpress/block-library": "^9.10.0",
"classnames": "^2.5.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/block-editor-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @faustwp/block-editor-utils

## 0.3.4

### Patch Changes

- a1fb6dd: chore: security update for packages brace-extension and form-data.

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/block-editor-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faustwp/block-editor-utils",
"version": "0.3.3",
"version": "0.3.4",
"description": "Faust Block Editor Utils Package",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @faustwp/blocks

## 6.1.3

### Patch Changes

- a1fb6dd: chore: Security update for packages brace-extension and form-data.

## 6.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faustwp/blocks",
"version": "6.1.2",
"version": "6.1.3",
"description": "Faust Blocks",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/faustwp-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @faustwp/cli

## 3.2.4

### Patch Changes

- a1fb6dd: chore: security update for packages brace-extension and form-data.

## 3.2.3

### 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.2.3",
"version": "3.2.4",
"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/faustwp-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @faustwp/core

## 3.2.4

### Patch Changes

- a1fb6dd: chore: security update for packages brace-extension and form-data.

## 3.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/faustwp-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faustwp/core",
"version": "3.2.3",
"version": "3.2.4",
"description": "Faust is a framework that aims to make headless WordPress as streamlined as classic WordPress for both developers and publishers",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down
46 changes: 23 additions & 23 deletions plugins/faustwp/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,26 +52,26 @@ plugins/faustwp/.wordpress-org/screenshot-1.png
plugins/faustwp/.wordpress-org/screenshot-2.png
plugins/faustwp/.wordpress-org/screenshot-3.png

== Changelog ==
= 1.8.4 =
### Patch Changes
- 5ce074a: Tested Faust on WordPress 6.8.1
- 8684b83: Fixed issue in content_replacement when site_url() contains port
= 1.8.3 =
### Patch Changes
- 089ea0a: Fix for adding assets to the correct release for Github Actions.
- Small fix for Github actions to upload assets to the correct release
= 1.8.2 =
### Patch Changes
- b1898f8: Fix for adding assets to the correct release for Github Actions.
[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md)
== Changelog ==

= 1.8.4 =

### Patch Changes

- 5ce074a: Tested Faust on WordPress 6.8.1
- 8684b83: Fixed issue in content_replacement when site_url() contains port

= 1.8.3 =

### Patch Changes

- 089ea0a: Fix for adding assets to the correct release for Github Actions.
Small fix for Github actions to upload assets to the correct release

= 1.8.2 =

### Patch Changes

- b1898f8: Fix for adding assets to the correct release for Github Actions.

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