Skip to content

Commit

Permalink
Release (next) (#875)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
nicholasio and github-actions[bot] authored Dec 13, 2024
2 parents 9f7da69 + c04c1a7 commit 695a0fd
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 8 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"large-spies-give",
"late-rings-design",
"moody-emus-matter",
"orange-shirts-relax",
"perfect-cobras-knock",
"perfect-pumas-approve",
"poor-donkeys-march",
Expand Down
6 changes: 6 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @headstartwp/next

## 1.5.0-next.8

### Patch Changes

- 9f7da69: Ensure query string is appended to URL rewrite/redirect in middleware

## 1.5.0-next.7

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.7",
"version": "1.5.0-next.8",
"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
2 changes: 1 addition & 1 deletion projects/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@headstartwp/core": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.7"
"@headstartwp/next": "^1.5.0-next.8"
},
"devDependencies": {
"@10up/eslint-config": "^4.0.0",
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 @@ -15,7 +15,7 @@
},
"dependencies": {
"@headstartwp/core": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.8",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"clsx": "^1.1.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 @@ -13,7 +13,7 @@
"react-dom": "^18",
"next": "^14.2.5",
"@headstartwp/core": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.7"
"@headstartwp/next": "^1.5.0-next.8"
},
"devDependencies": {
"@10up/eslint-config": "^4.0.0",
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 @@ -15,7 +15,7 @@
},
"dependencies": {
"@headstartwp/core": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.8",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"clsx": "^1.1.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 @@ -13,7 +13,7 @@
"react-dom": "^18",
"next": "^14.2.5",
"@headstartwp/core": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.7"
"@headstartwp/next": "^1.5.0-next.8"
},
"devDependencies": {
"@10up/eslint-config": "^4.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 @@ -16,7 +16,7 @@
},
"dependencies": {
"@headstartwp/core": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.8",
"@10up/next-redis-cache-provider": "^1.0.0",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
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 @@ -13,7 +13,7 @@
"react-dom": "^18",
"next": "^14.2.5",
"@headstartwp/core": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.7"
"@headstartwp/next": "^1.5.0-next.8"
},
"devDependencies": {
"@10up/eslint-config": "^4.0.0",
Expand Down

0 comments on commit 695a0fd

Please sign in to comment.