Skip to content

Commit

Permalink
Version Packages (#1928)
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 Aug 26, 2024
1 parent 031c239 commit 8a42375
Show file tree
Hide file tree
Showing 27 changed files with 92 additions and 73 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-queens-dress.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/friendly-keys-heal.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/long-humans-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-years-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-camels-lick.md

This file was deleted.

6 changes: 3 additions & 3 deletions examples/next/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"dependencies": {
"@apollo/client": "^3.8.0",
"@apollo/experimental-nextjs-app-support": "^0.8.0",
"@faustwp/cli": "^3.0.2",
"@faustwp/core": "^3.0.3",
"@faustwp/experimental-app-router": "^0.3.1",
"@faustwp/cli": "^3.1.0",
"@faustwp/core": "^3.1.0",
"@faustwp/experimental-app-router": "^0.4.0",
"graphql": "^16.7.1",
"next": "^14.2.3",
"react": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/next/block-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@faustwp/blocks": "4.0.0",
"@faustwp/cli": "^3.0.2",
"@faustwp/core": "^3.0.3",
"@faustwp/blocks": "4.1.0",
"@faustwp/cli": "^3.1.0",
"@faustwp/core": "^3.1.0",
"classnames": "^2.3.1",
"graphql": "^16.8.1",
"next": "^14.2.3",
Expand All @@ -23,7 +23,7 @@
"sass": "^1.54.9"
},
"devDependencies": {
"@faustwp/block-editor-utils": "0.2.1",
"@faustwp/block-editor-utils": "0.3.0",
"@wordpress/base-styles": "^5.1.0",
"@wordpress/block-library": "^9.1.0",
"next-secure-headers": "^2.2.0"
Expand Down
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.0.2",
"@faustwp/core": "^3.0.3",
"@faustwp/cli": "^3.1.0",
"@faustwp/core": "^3.1.0",
"@wordpress/base-styles": "^4.49.0",
"@wordpress/block-library": "^7.19.0",
"classnames": "^2.5.1",
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.14",
"@faustjs/next": "^0.16.0",
"next": "^12.3.4",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
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.0

### Minor Changes

- 53bb9a6d: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.

## 0.2.1

### 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.2.1",
"version": "0.3.0",
"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

## 4.1.0

### Minor Changes

- 53bb9a6d: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.

## 4.0.0

### Major 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": "4.0.0",
"version": "4.1.0",
"description": "Faust Blocks",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/experimental-app-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @faustwp/experimental-app-router

## 0.4.0

### Minor Changes

- 53bb9a6d: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental-app-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@faustwp/experimental-app-router",
"type": "module",
"version": "0.3.1",
"version": "0.4.0",
"description": "Experimental: A Faust package to support Next.js' App Router",
"exports": {
".": "./dist/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.1.0

### Patch Changes

- 031c2393: Added "glob" as a dependency

## 3.0.2

### 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.2",
"version": "3.1.0",
"description": "This modules provides a CLI to develop, build, and serve your Faust apps",
"main": "dist/index.js",
"type": "module",
Expand Down
24 changes: 24 additions & 0 deletions packages/faustwp-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @faustwp/core

## 3.1.0

### Minor Changes

- 2b7949bb: - Added support for configuring a custom sitemap index path via the `sitemapIndexPath` option in `getSitemapProps`, enhancing compatibility with plugins like RankMath that modify the default sitemap path.

```javascript
import { getSitemapProps } from '@faustwp/core';

export default function Sitemap() {}

export function getServerSideProps(ctx) {
return getSitemapProps(ctx, {
sitemapIndexPath: '/sitemap_index.xml', // RankMath changes the default sitemap path to this
frontendUrl: process.env.NEXT_PUBLIC_SITE_URL,
sitemapPathsToIgnore: ['/wp-sitemap-users-*'],
});
}
```

### Patch Changes

- 031c2393: Fixes a bug where the WordPressTemplate component would return `null` on the server when `isPreview` was null.

## 3.0.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.0.3",
"version": "3.1.0",
"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
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.16.0

### Minor Changes

- 53bb9a6d: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.

## 0.15.14

### 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.14",
"version": "0.16.0",
"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
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @faustjs/react

## 0.16.0

### Minor Changes

- 53bb9a6d: Updated dependencies, peerDependencies and devDependencies to better support local development and debugging.

## 0.15.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faustjs/react",
"version": "0.15.13",
"version": "0.16.0",
"description": "This module helps you use WordPress as a Headless CMS with React",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions plugins/faustwp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Faust

## 1.4.0

### Minor Changes

- 9ff1df86: Introduces a new setting on the Faust settings page that allows users to opt-in or out of Faust removing Nav Menu Locations that are not registered on the Faust Settings page.

## 1.3.2

### 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.3.2
* Version: 1.4.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.3.2",
"version": "1.4.0",
"private": true
}
18 changes: 7 additions & 11 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.3.2
Stable tag: 1.4.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,6 +54,12 @@ plugins/faustwp/.wordpress-org/screenshot-3.png

== Changelog ==

= 1.4.0 =

### Minor Changes

- 9ff1df86: Introduces a new setting on the Faust settings page that allows users to opt-in or out of Faust removing Nav Menu Locations that are not registered on the Faust Settings page.

= 1.3.2 =

### Patch Changes
Expand All @@ -66,14 +72,4 @@ plugins/faustwp/.wordpress-org/screenshot-3.png

- c28624c: Improve domain_match function to handle port checks and Add Comprehensive Test Cases

= 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`

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

0 comments on commit 8a42375

Please sign in to comment.