WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 20d97d0

Browse files
authored
Version Packages (#930)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to trunk, this PR will be updated. # Releases ## @headstartwp/[email protected] ### Patch Changes - b8fc887: Fix issue with rewrites in multisite setups ## @headstartwp/[email protected] ### Patch Changes - 41506fc: Make headstartwp PSR-4 compliant: add autoload.psr-4 mapping for php-jwt, remove require_once of php-jwt files
2 parents cfd2930 + 4ea8774 commit 20d97d0

File tree

16 files changed

+25
-23
lines changed

16 files changed

+25
-23
lines changed

.changeset/huge-hornets-tan.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slick-nights-double.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/next/CHANGELOG.md

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

3+
## 1.5.1
4+
5+
### Patch Changes
6+
7+
- b8fc887: Fix issue with rewrites in multisite setups
8+
39
## 1.5.0
410

511
### Minor Changes

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@headstartwp/next",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "`@headstartwp/next` is the Next.js bindings for the headless framework.",
55
"homepage": "https://github.com/10up/headstartwp/blob/develop/packages/next/README.md",
66
"license": "MIT",

projects/wp-multisite-i18n-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@headstartwp/core": "^1.6.0",
18-
"@headstartwp/next": "^1.5.0",
18+
"@headstartwp/next": "^1.5.1",
1919
"@linaria/core": "^6.2.0",
2020
"@linaria/react": "^6.2.1",
2121
"clsx": "^1.1.1",

projects/wp-multisite-nextjs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react-dom": "^18",
1414
"next": "^15.3.0",
1515
"@headstartwp/core": "^1.6.0",
16-
"@headstartwp/next": "^1.5.0"
16+
"@headstartwp/next": "^1.5.1"
1717
},
1818
"devDependencies": {
1919
"@10up/eslint-config": "^4.0.0",

projects/wp-multisite-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@headstartwp/core": "^1.6.0",
18-
"@headstartwp/next": "^1.5.0",
18+
"@headstartwp/next": "^1.5.1",
1919
"@linaria/core": "^6.2.0",
2020
"@linaria/react": "^6.2.1",
2121
"clsx": "^1.1.1",

projects/wp-nextjs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react-dom": "^18",
1919
"next": "^15.3.0",
2020
"@headstartwp/core": "^1.6.0",
21-
"@headstartwp/next": "^1.5.0",
21+
"@headstartwp/next": "^1.5.1",
2222
"@10up/next-redis-cache-provider": "^2.0.0"
2323
},
2424
"devDependencies": {

projects/wp-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@headstartwp/core": "^1.6.0",
19-
"@headstartwp/next": "^1.5.0",
19+
"@headstartwp/next": "^1.5.1",
2020
"@10up/next-redis-cache-provider": "^2.0.0",
2121
"@linaria/core": "^6.2.0",
2222
"@linaria/react": "^6.2.1",

projects/wp-polylang-nextjs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react-dom": "^18",
1414
"next": "^15.3.0",
1515
"@headstartwp/core": "^1.6.0",
16-
"@headstartwp/next": "^1.5.0"
16+
"@headstartwp/next": "^1.5.1"
1717
},
1818
"devDependencies": {
1919
"@10up/eslint-config": "^4.0.0",

0 commit comments

Comments
 (0)