Skip to content

Commit

Permalink
Release (next) (#863)
Browse files Browse the repository at this point in the history
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 develop, this PR
will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

`develop` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `develop`.

⚠️⚠️⚠️⚠️⚠️⚠️

# Releases
## @headstartwp/next@1.5.0-next.6

### Patch Changes

-   9bf2202: Fix: #861 wrapper removing custom images remotePatterns
  • Loading branch information
nicholasio authored Sep 2, 2024
2 parents 9bf2202 + 092d17d commit 00e85bd
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"@10up/wp-nextjs": "0.2.0",
"@10up/wp-nextjs-app": "0.1.0",
"@10up/wp-polylang-nextjs-app": "0.1.0",
"@headstartwp/headstartwp": "1.1.3"
"@headstartwp/headstartwp": "1.1.3",
"@headstartwp/vite-react-test": "0.0.0"
},
"changesets": [
"blue-hairs-warn",
Expand All @@ -31,6 +32,7 @@
"perfect-pumas-approve",
"poor-donkeys-march",
"shiny-onions-camp",
"strong-scissors-shout",
"tall-moles-accept",
"tall-peas-compete",
"tasty-waves-juggle",
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.6

### Patch Changes

- 9bf2202: Fix: #861 wrapper removing custom images remotePatterns

## 1.5.0-next.5

### Patch 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.5",
"version": "1.5.0-next.6",
"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.5",
"@headstartwp/next": "^1.5.0-next.5"
"@headstartwp/next": "^1.5.0-next.6"
},
"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.5",
"@headstartwp/next": "^1.5.0-next.5",
"@headstartwp/next": "^1.5.0-next.6",
"@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.5",
"@headstartwp/next": "^1.5.0-next.5"
"@headstartwp/next": "^1.5.0-next.6"
},
"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.5",
"@headstartwp/next": "^1.5.0-next.5",
"@headstartwp/next": "^1.5.0-next.6",
"@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.5",
"@headstartwp/next": "^1.5.0-next.5"
"@headstartwp/next": "^1.5.0-next.6"
},
"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.5",
"@headstartwp/next": "^1.5.0-next.5",
"@headstartwp/next": "^1.5.0-next.6",
"@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.5",
"@headstartwp/next": "^1.5.0-next.5"
"@headstartwp/next": "^1.5.0-next.6"
},
"devDependencies": {
"@10up/eslint-config": "^4.0.0",
Expand Down

0 comments on commit 00e85bd

Please sign in to comment.