Skip to content

Commit 1e914f0

Browse files
chore: version packages (next)
1 parent 209fd26 commit 1e914f0

4 files changed

Lines changed: 35 additions & 3 deletions

File tree

.changeset/pre.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"@headstartwp/block-primitives": "0.1.0",
6+
"@headstartwp/core": "1.6.0",
7+
"@headstartwp/epio-search": "1.0.0",
8+
"@headstartwp/next": "1.5.2",
9+
"@10up/next-redis-cache-provider": "2.0.0",
10+
"@10up/wp-multisite-i18n-nextjs": "0.2.0",
11+
"@10up/wp-multisite-nextjs": "0.2.0",
12+
"@10up/wp-multisite-nextjs-app": "0.1.0",
13+
"@10up/wp-nextjs": "0.2.0",
14+
"@10up/wp-nextjs-app": "0.1.0",
15+
"@10up/wp-polylang-nextjs-app": "0.1.0",
16+
"@headstartwp/component-library": "0.1.0",
17+
"@headstartwp/vite-react-test": "0.0.0",
18+
"@10up/wp-nextjs-epio": "0.1.1-next.0",
19+
"@10up/wp-nextjs-universal-blocks": "0.1.0",
20+
"tenup-theme": "1.0.0",
21+
"@headstartwp/headstartwp": "1.3.1"
22+
},
23+
"changesets": [
24+
"fix-undefined-context-key"
25+
]
26+
}

wp/headless-wp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @headstartwp/headstartwp
22

3+
## 1.3.2-next.0
4+
5+
### Patch Changes
6+
7+
- 209fd26: Fix: Add null coalescing check for context parameter in extend_post_content to prevent PHP 8+ "Undefined array key" warning. Fixes #940
8+
39
## 1.3.1
410

511
### Patch Changes

wp/headless-wp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@headstartwp/headstartwp",
3-
"version": "1.3.1",
3+
"version": "1.3.2-next.0",
44
"private": true,
55
"description": "10up Headless WordPress Plugin",
66
"homepage": "https://github.com/10up/headstartwp/blob/develop/wp/headless-wp/README.md",

wp/headless-wp/plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: HeadstartWP
44
* Plugin URI: https://github.com/10up/headstartwp-plugin
55
* Description: Adds functionality to the WordPress admin and REST API for 10up's headless framework.
6-
* Version: 1.3.1
6+
* Version: 1.3.2-next.0
77
* Author: 10up
88
* Author URI: https://10up.com
99
* Text Domain: headstartwp
@@ -17,7 +17,7 @@
1717
use HeadlessWP\Preview\PreviewToken;
1818

1919
// Useful global constants.
20-
define( 'HEADLESS_WP_PLUGIN_VERSION', '1.3.1' );
20+
define( 'HEADLESS_WP_PLUGIN_VERSION', '1.3.2-next.0' );
2121
define( 'HEADLESS_WP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
2222
define( 'HEADLESS_WP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
2323
define( 'HEADLESS_WP_PLUGIN_INC', HEADLESS_WP_PLUGIN_PATH . 'includes/' );

0 commit comments

Comments
 (0)