Skip to content

Commit

Permalink
Release (next) (#852)
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
github-actions[bot] and github-actions[bot] authored Aug 23, 2024
1 parent c1d70ec commit 1ca35e2
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
"cyan-fans-clean",
"famous-apples-knock",
"forty-apes-repair",
"forty-planets-fix",
"funny-poems-own",
"fuzzy-cows-press",
"happy-bugs-obey",
"happy-squids-admire",
"heavy-bikes-join",
"itchy-cooks-tap",
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.4

### Patch Changes

- 9ea83c3: Fix: return config from queryPostOrPosts

## 1.5.0-next.3

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

## 1.5.0-next.4

### Patch Changes

- 9ea83c3: Fix: return config from queryPostOrPosts
- c1d70ec: Opt into image.remotePatters for Next.js versions that supports it
- Updated dependencies [9ea83c3]
- @headstartwp/core@1.5.0-next.4

## 1.5.0-next.3

### 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.3",
"version": "1.5.0-next.4",
"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.3",
"@headstartwp/core": "^1.5.0-next.4",
"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.3",
"@headstartwp/next": "^1.5.0-next.3",
"@headstartwp/core": "^1.5.0-next.4",
"@headstartwp/next": "^1.5.0-next.4",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
"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": "^14.2.5",
"@headstartwp/core": "^1.5.0-next.3",
"@headstartwp/next": "^1.5.0-next.3"
"@headstartwp/core": "^1.5.0-next.4",
"@headstartwp/next": "^1.5.0-next.4"
},
"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.3",
"@headstartwp/next": "^1.5.0-next.3",
"@headstartwp/core": "^1.5.0-next.4",
"@headstartwp/next": "^1.5.0-next.4",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
"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 @@ -12,8 +12,8 @@
"react": "^18",
"react-dom": "^18",
"next": "^14.2.5",
"@headstartwp/core": "^1.5.0-next.3",
"@headstartwp/next": "^1.5.0-next.3"
"@headstartwp/core": "^1.5.0-next.4",
"@headstartwp/next": "^1.5.0-next.4"
},
"devDependencies": {
"@10up/eslint-config": "^4.0.0",
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.3",
"@headstartwp/next": "^1.5.0-next.3",
"@headstartwp/core": "^1.5.0-next.4",
"@headstartwp/next": "^1.5.0-next.4",
"@10up/next-redis-cache-provider": "^1.0.0",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
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": "^14.2.5",
"@headstartwp/core": "^1.5.0-next.3",
"@headstartwp/next": "^1.5.0-next.3"
"@headstartwp/core": "^1.5.0-next.4",
"@headstartwp/next": "^1.5.0-next.4"
},
"devDependencies": {
"@10up/eslint-config": "^4.0.0",
Expand Down

0 comments on commit 1ca35e2

Please sign in to comment.