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 @@
"heavy-bikes-join",
"hungry-mangos-repeat",
"itchy-cooks-tap",
"kind-experts-divide",
"large-spies-give",
"late-rings-design",
"modern-crabs-run",
Expand Down
11 changes: 11 additions & 0 deletions packages/block-primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @headstartwp/block-primitives

## 0.1.0-next.1

### Minor Changes

- 27ff57c: Add support for Next.js 15

### Patch Changes

- Updated dependencies [27ff57c]
- @headstartwp/core@1.5.0-next.10

## 0.0.2-next.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/block-primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@headstartwp/block-primitives",
"version": "0.0.2-next.0",
"version": "0.1.0-next.1",
"description": "A set of Gutenberg Primitives for authoring react components that can be shared with the block editor",
"homepage": "https://github.com/10up/headstartwp/blob/develop/packages/primitives/README.md",
"license": "MIT",
Expand Down Expand Up @@ -66,7 +66,7 @@
"lint": "eslint src"
},
"dependencies": {
"@headstartwp/core": "^1.5.0-next.9",
"@headstartwp/core": "^1.5.0-next.10",
"@types/wordpress__block-library": "^2.6.3",
"@types/wordpress__block-editor": "^11.5.12"
},
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.10

### Minor Changes

- 27ff57c: Add support for Next.js 15

## 1.5.0-next.9

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

## 1.0.0-next.3

### Minor Changes

- 27ff57c: Add support for Next.js 15

## 1.0.0-next.2

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/epio-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@headstartwp/epio-search",
"version": "1.0.0-next.2",
"version": "1.0.0-next.3",
"license": "MIT",
"description": "React components for supercharging your headless WordPress website with ElasticPress.",
"author": "10up <info@10up.com> (https://10up.com/)",
Expand Down
6 changes: 6 additions & 0 deletions packages/next-redis-cache-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @10up/next-redis-cache-provider

## 2.0.0-next.1

### Minor Changes

- 27ff57c: Add support for Next.js 15

## 2.0.0-next.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-redis-cache-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@10up/next-redis-cache-provider",
"version": "2.0.0-next.0",
"version": "2.0.0-next.1",
"description": "Redis cache provider for Next.js",
"homepage": "https://github.com/10up/headstartwp/blob/develop/packages/next-redis-cache-provider/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.12

### Minor Changes

- 27ff57c: Add support for Next.js 15

### Patch Changes

- Updated dependencies [27ff57c]
- @headstartwp/core@1.5.0-next.10

## 1.5.0-next.11

### 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.11",
"version": "1.5.0-next.12",
"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.8",
"@headstartwp/core": "^1.5.0-next.10",
"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.9",
"@headstartwp/next": "^1.5.0-next.11",
"@headstartwp/core": "^1.5.0-next.10",
"@headstartwp/next": "^1.5.0-next.12",
"@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.9",
"@headstartwp/next": "^1.5.0-next.11"
"@headstartwp/core": "^1.5.0-next.10",
"@headstartwp/next": "^1.5.0-next.12"
},
"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.9",
"@headstartwp/next": "^1.5.0-next.11",
"@headstartwp/core": "^1.5.0-next.10",
"@headstartwp/next": "^1.5.0-next.12",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"clsx": "^1.1.1",
Expand Down
6 changes: 3 additions & 3 deletions projects/wp-nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"react": "^18",
"react-dom": "^18",
"next": "^15.3.0",
"@headstartwp/core": "^1.5.0-next.9",
"@headstartwp/next": "^1.5.0-next.11",
"@10up/next-redis-cache-provider": "^2.0.0-next.0"
"@headstartwp/core": "^1.5.0-next.10",
"@headstartwp/next": "^1.5.0-next.12",
"@10up/next-redis-cache-provider": "^2.0.0-next.1"
},
"devDependencies": {
"@10up/eslint-config": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions projects/wp-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"tsc": "tsc --noEmit"
},
"dependencies": {
"@headstartwp/core": "^1.5.0-next.9",
"@headstartwp/next": "^1.5.0-next.11",
"@10up/next-redis-cache-provider": "^2.0.0-next.0",
"@headstartwp/core": "^1.5.0-next.10",
"@headstartwp/next": "^1.5.0-next.12",
"@10up/next-redis-cache-provider": "^2.0.0-next.1",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"clsx": "^1.1.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.9",
"@headstartwp/next": "^1.5.0-next.11"
"@headstartwp/core": "^1.5.0-next.10",
"@headstartwp/next": "^1.5.0-next.12"
},
"devDependencies": {
"@10up/eslint-config": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test-projects/component-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"./hero": "./src/hero/Hero.tsx"
},
"dependencies": {
"@headstartwp/block-primitives": "0.0.2-next.0",
"@headstartwp/block-primitives": "0.1.0-next.1",
"react": "^18",
"react-dom": "^18"
},
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.9",
"@headstartwp/next": "^1.5.0-next.11"
"@headstartwp/core": "^1.5.0-next.10",
"@headstartwp/next": "^1.5.0-next.12"
},
"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.8",
"@headstartwp/next": "^1.5.0-next.11",
"@headstartwp/core": "^1.5.0-next.10",
"@headstartwp/next": "^1.5.0-next.12",
"@headstartwp/epio-search": "file:../epio-search"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions test-projects/wp-nextjs-universal-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"react-dom": "^18",
"next": "^15.3.0",
"@headstartwp/component-library": "*",
"@headstartwp/block-primitives": "0.0.2-next.0",
"@headstartwp/core": "^1.5.0-next.9",
"@headstartwp/next": "^1.5.0-next.11",
"@10up/next-redis-cache-provider": "^2.0.0-next.0"
"@headstartwp/block-primitives": "0.1.0-next.1",
"@headstartwp/core": "^1.5.0-next.10",
"@headstartwp/next": "^1.5.0-next.12",
"@10up/next-redis-cache-provider": "^2.0.0-next.1"
},
"devDependencies": {
"@10up/eslint-config": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion wp/10up-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"modern-normalize": "^2.0.0",
"@headstartwp/block-primitives": "0.0.2-next.0",
"@headstartwp/block-primitives": "0.1.0-next.1",
"@headstartwp/component-library": "*",
"@10up/block-components": "^1.19.3"
},
Expand Down