Skip to content

Commit

Permalink
Release (next) (#881)
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
## @10up/[email protected]

### Major Changes

-   1c0bf8f: Introducing support for App Router

## @headstartwp/[email protected]

### Patch Changes

-   1c0bf8f: Fix fetch settings for next.js

## @headstartwp/[email protected]

### Patch Changes

-   1c0bf8f: Fix fetch settings for next.js
-   Updated dependencies [1c0bf8f]
    -   @headstartwp/[email protected]
  • Loading branch information
nicholasio authored Jan 16, 2025
2 parents 1c0bf8f + f919fad commit a52e887
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 20 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"changesets": [
"blue-hairs-warn",
"chilled-pants-suffer",
"cyan-fans-clean",
"famous-apples-knock",
"forty-apes-repair",
Expand All @@ -35,6 +36,7 @@
"perfect-pumas-approve",
"poor-donkeys-march",
"shiny-onions-camp",
"short-jokes-repair",
"strong-scissors-shout",
"tall-moles-accept",
"tall-peas-compete",
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.8

### Patch Changes

- 1c0bf8f: Fix fetch settings for next.js

## 1.5.0-next.7

### Minor 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.7",
"version": "1.5.0-next.8",
"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/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.0

### Major Changes

- 1c0bf8f: Introducing support for App Router

## 1.0.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": "1.0.0",
"version": "2.0.0-next.0",
"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
8 changes: 8 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @headstartwp/next

## 1.5.0-next.9

### Patch Changes

- 1c0bf8f: Fix fetch settings for next.js
- Updated dependencies [1c0bf8f]
- @headstartwp/core@1.5.0-next.8

## 1.5.0-next.8

### 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.8",
"version": "1.5.0-next.9",
"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.6",
"@headstartwp/core": "^1.5.0-next.8",
"loader-utils": "^3.2.0",
"schema-utils": "^4.0.0",
"@isaacs/ttlcache": "^1.4.1"
Expand Down
4 changes: 2 additions & 2 deletions 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.7",
"@headstartwp/next": "^1.5.0-next.8"
"@headstartwp/core": "^1.5.0-next.8",
"@headstartwp/next": "^1.5.0-next.9"
},
"devDependencies": {
"@10up/eslint-config": "^4.0.0",
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.7",
"@headstartwp/next": "^1.5.0-next.8",
"@headstartwp/core": "^1.5.0-next.8",
"@headstartwp/next": "^1.5.0-next.9",
"@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": "^14.2.5",
"@headstartwp/core": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.8"
"@headstartwp/core": "^1.5.0-next.8",
"@headstartwp/next": "^1.5.0-next.9"
},
"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.7",
"@headstartwp/next": "^1.5.0-next.8",
"@headstartwp/core": "^1.5.0-next.8",
"@headstartwp/next": "^1.5.0-next.9",
"@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 @@ -12,9 +12,9 @@
"react": "^18",
"react-dom": "^18",
"next": "^14.2.5",
"@headstartwp/core": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.8",
"@10up/next-redis-cache-provider": "^1.0.0"
"@headstartwp/core": "^1.5.0-next.8",
"@headstartwp/next": "^1.5.0-next.9",
"@10up/next-redis-cache-provider": "^2.0.0-next.0"
},
"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.7",
"@headstartwp/next": "^1.5.0-next.8",
"@10up/next-redis-cache-provider": "^1.0.0",
"@headstartwp/core": "^1.5.0-next.8",
"@headstartwp/next": "^1.5.0-next.9",
"@10up/next-redis-cache-provider": "^2.0.0-next.0",
"@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": "^14.2.5",
"@headstartwp/core": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.8"
"@headstartwp/core": "^1.5.0-next.8",
"@headstartwp/next": "^1.5.0-next.9"
},
"devDependencies": {
"@10up/eslint-config": "^4.0.0",
Expand Down

0 comments on commit a52e887

Please sign in to comment.