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
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"happy-bugs-obey",
"happy-squids-admire",
"heavy-bikes-join",
"hot-cycles-raise",
"hungry-mangos-repeat",
"itchy-cooks-tap",
"kind-experts-divide",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @headstartwp/core

## 1.5.0-next.12

### Minor Changes

- 1b408ed: Feature: Introducing the ability to load block library styles and dynamic inline styles generated by the block editor

## 1.5.0-next.11

### Patch 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-next.11",
"version": "1.5.0-next.12",
"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
11 changes: 11 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @headstartwp/next

## 1.5.0-next.16

### Minor Changes

- 1b408ed: Feature: Introducing the ability to load block library styles and dynamic inline styles generated by the block editor

### Patch Changes

- Updated dependencies [1b408ed]
- @headstartwp/core@1.5.0-next.12

## 1.5.0-next.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@headstartwp/next",
"version": "1.5.0-next.15",
"version": "1.5.0-next.16",
"description": "`@headstartwp/next` is the Next.js bindings for the headless framework.",
"homepage": "https://github.com/10up/headstartwp/blob/develop/packages/next/README.md",
"license": "MIT",
Expand Down Expand Up @@ -58,7 +58,7 @@
"negotiator": "^0.6.3",
"@formatjs/intl-localematcher": "^0.5.4",
"deepmerge": "^4.3.1",
"@headstartwp/core": "^1.5.0-next.11",
"@headstartwp/core": "^1.5.0-next.12",
"loader-utils": "^3.2.0",
"schema-utils": "^4.0.0",
"@isaacs/ttlcache": "^1.4.1"
Expand Down
4 changes: 2 additions & 2 deletions projects/wp-multisite-i18n-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"lint": "eslint ."
},
"dependencies": {
"@headstartwp/core": "^1.5.0-next.11",
"@headstartwp/next": "^1.5.0-next.15",
"@headstartwp/core": "^1.5.0-next.12",
"@headstartwp/next": "^1.5.0-next.16",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"clsx": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions projects/wp-multisite-nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"react": "^18",
"react-dom": "^18",
"next": "^15.3.0",
"@headstartwp/core": "^1.5.0-next.11",
"@headstartwp/next": "^1.5.0-next.15"
"@headstartwp/core": "^1.5.0-next.12",
"@headstartwp/next": "^1.5.0-next.16"
},
"devDependencies": {
"@10up/eslint-config": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions projects/wp-multisite-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"lint": "eslint ."
},
"dependencies": {
"@headstartwp/core": "^1.5.0-next.11",
"@headstartwp/next": "^1.5.0-next.15",
"@headstartwp/core": "^1.5.0-next.12",
"@headstartwp/next": "^1.5.0-next.16",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"clsx": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions projects/wp-nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"react": "^18",
"react-dom": "^18",
"next": "^15.3.0",
"@headstartwp/core": "^1.5.0-next.11",
"@headstartwp/next": "^1.5.0-next.15",
"@headstartwp/core": "^1.5.0-next.12",
"@headstartwp/next": "^1.5.0-next.16",
"@10up/next-redis-cache-provider": "^2.0.0-next.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions projects/wp-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"tsc": "tsc --noEmit"
},
"dependencies": {
"@headstartwp/core": "^1.5.0-next.11",
"@headstartwp/next": "^1.5.0-next.15",
"@headstartwp/core": "^1.5.0-next.12",
"@headstartwp/next": "^1.5.0-next.16",
"@10up/next-redis-cache-provider": "^2.0.0-next.1",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
Expand Down
4 changes: 2 additions & 2 deletions projects/wp-polylang-nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"react": "^18",
"react-dom": "^18",
"next": "^15.3.0",
"@headstartwp/core": "^1.5.0-next.11",
"@headstartwp/next": "^1.5.0-next.15"
"@headstartwp/core": "^1.5.0-next.12",
"@headstartwp/next": "^1.5.0-next.16"
},
"devDependencies": {
"@10up/eslint-config": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions test-projects/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@headstartwp/core": "^1.5.0-next.11",
"@headstartwp/next": "^1.5.0-next.15"
"@headstartwp/core": "^1.5.0-next.12",
"@headstartwp/next": "^1.5.0-next.16"
},
"devDependencies": {
"@10up/eslint-config": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions test-projects/wp-nextjs-epio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"react": "^18",
"react-dom": "^18",
"next": "^15.3.0",
"@headstartwp/core": "^1.5.0-next.11",
"@headstartwp/next": "^1.5.0-next.15",
"@headstartwp/core": "^1.5.0-next.12",
"@headstartwp/next": "^1.5.0-next.16",
"@headstartwp/epio-search": "file:../epio-search"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions test-projects/wp-nextjs-universal-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"next": "^15.3.0",
"@headstartwp/component-library": "*",
"@headstartwp/block-primitives": "0.1.0-next.1",
"@headstartwp/core": "^1.5.0-next.11",
"@headstartwp/next": "^1.5.0-next.15",
"@headstartwp/core": "^1.5.0-next.12",
"@headstartwp/next": "^1.5.0-next.16",
"@10up/next-redis-cache-provider": "^2.0.0-next.1"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions wp/headless-wp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @headstartwp/headstartwp

## 1.2.0-next.2

### Minor Changes

- 1b408ed: Feature: Introducing the ability to load block library styles and dynamic inline styles generated by the block editor

## 1.2.0-next.1

### 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-next.1",
"version": "1.2.0-next.2",
"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.1
* Version: 1.2.0-next.2
* 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.1' );
define( 'HEADLESS_WP_PLUGIN_VERSION', '1.2.0-next.2' );
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