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
5 changes: 0 additions & 5 deletions .changeset/itchy-areas-enter.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-lemons-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-cloths-lose.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @headstartwp/core

## 1.6.0

### Minor Changes

- fc8a39e: Introducing optimizeYoastPayload to reduce payload size when using the yoast integration

### Patch Changes

- 27d2999: Fix: post path matching logic when params.fullPath is set

## 1.5.0

### Minor 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": "@headstartwp/core",
"version": "1.5.0",
"version": "1.6.0",
"description": "`@headstartwp/core` is the core package that houses framework-agnostic components and utilities for building headless sites with WordPress.",
"homepage": "https://github.com/10up/headstartwp/blob/develop/packages/core/README.md",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion projects/wp-multisite-i18n-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "eslint ."
},
"dependencies": {
"@headstartwp/core": "^1.5.0",
"@headstartwp/core": "^1.6.0",
"@headstartwp/next": "^1.5.0",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/wp-multisite-nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18",
"react-dom": "^18",
"next": "^15.3.0",
"@headstartwp/core": "^1.5.0",
"@headstartwp/core": "^1.6.0",
"@headstartwp/next": "^1.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/wp-multisite-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "eslint ."
},
"dependencies": {
"@headstartwp/core": "^1.5.0",
"@headstartwp/core": "^1.6.0",
"@headstartwp/next": "^1.5.0",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/wp-nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18",
"react-dom": "^18",
"next": "^15.3.0",
"@headstartwp/core": "^1.5.0",
"@headstartwp/core": "^1.6.0",
"@headstartwp/next": "^1.5.0",
"@10up/next-redis-cache-provider": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/wp-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"tsc": "tsc --noEmit"
},
"dependencies": {
"@headstartwp/core": "^1.5.0",
"@headstartwp/core": "^1.6.0",
"@headstartwp/next": "^1.5.0",
"@10up/next-redis-cache-provider": "^2.0.0",
"@linaria/core": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/wp-polylang-nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18",
"react-dom": "^18",
"next": "^15.3.0",
"@headstartwp/core": "^1.5.0",
"@headstartwp/core": "^1.6.0",
"@headstartwp/next": "^1.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test-projects/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@headstartwp/core": "^1.5.0",
"@headstartwp/core": "^1.6.0",
"@headstartwp/next": "^1.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test-projects/wp-nextjs-epio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18",
"react-dom": "^18",
"next": "^15.3.0",
"@headstartwp/core": "^1.5.0",
"@headstartwp/core": "^1.6.0",
"@headstartwp/next": "^1.5.0",
"@headstartwp/epio-search": "file:../epio-search"
},
Expand Down
2 changes: 1 addition & 1 deletion test-projects/wp-nextjs-universal-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"next": "^15.3.0",
"@headstartwp/component-library": "*",
"@headstartwp/block-primitives": "0.1.0",
"@headstartwp/core": "^1.5.0",
"@headstartwp/core": "^1.6.0",
"@headstartwp/next": "^1.5.0",
"@10up/next-redis-cache-provider": "^2.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions wp/headless-wp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @headstartwp/headstartwp

## 1.3.0

### Minor Changes

- fc8a39e: Introducing optimizeYoastPayload to reduce payload size when using the yoast integration

### Patch Changes

- 2a70173: Fix how data-wp-block attribute is set to avoid generating incorrect/insecure markup

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion wp/headless-wp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@headstartwp/headstartwp",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"description": "10up Headless WordPress Plugin",
"homepage": "https://github.com/10up/headstartwp/blob/develop/wp/headless-wp/README.md",
Expand Down
4 changes: 2 additions & 2 deletions wp/headless-wp/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: HeadstartWP
* Plugin URI: https://github.com/10up/headstartwp-plugin
* Description: Adds functionality to the WordPress admin and REST API for 10up's headless framework.
* Version: 1.2.0-next.2
* Version: 1.3.0
* Author: 10up
* Author URI: https://10up.com
* Text Domain: headstartwp
Expand All @@ -17,7 +17,7 @@
use HeadlessWP\Preview\PreviewToken;

// Useful global constants.
define( 'HEADLESS_WP_PLUGIN_VERSION', '1.2.0-next.2' );
define( 'HEADLESS_WP_PLUGIN_VERSION', '1.3.0' );
define( 'HEADLESS_WP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'HEADLESS_WP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
define( 'HEADLESS_WP_PLUGIN_INC', HEADLESS_WP_PLUGIN_PATH . 'includes/' );
Expand Down