Skip to content

Commit

Permalink
Version Packages (#709)
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 trunk, this PR
will be updated.


# Releases
## @headstartwp/next@1.3.2

### Patch Changes

-   5396b23: Hotfix preview alternative headers
  • Loading branch information
nicholasio authored Feb 26, 2024
2 parents 7bc23a0 + aed8232 commit c852408
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-pugs-wink.md

This file was deleted.

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.3.2

### Patch Changes

- 5396b238: Hotfix preview alternative headers

## 1.3.1

### 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.3.1",
"version": "1.3.2",
"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/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.3.1",
"@headstartwp/next": "^1.3.1",
"@headstartwp/next": "^1.3.2",
"@linaria/babel-preset": "^4.4.5",
"@linaria/core": "^4.2.10",
"@linaria/react": "^4.3.8",
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.3.1",
"@headstartwp/next": "^1.3.1",
"@headstartwp/next": "^1.3.2",
"@linaria/babel-preset": "^4.4.5",
"@linaria/core": "^4.2.10",
"@linaria/react": "^4.3.8",
Expand Down
2 changes: 1 addition & 1 deletion projects/wp-nextjs-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@headstartwp/core": "^1.3.1",
"@headstartwp/next": "^1.3.1",
"@headstartwp/next": "^1.3.2",
"@linaria/babel-preset": "^4.4.5",
"@linaria/core": "^4.2.10",
"@linaria/react": "^4.3.8",
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 @@ -15,7 +15,7 @@
},
"dependencies": {
"@headstartwp/core": "^1.3.1",
"@headstartwp/next": "^1.3.1",
"@headstartwp/next": "^1.3.2",
"@10up/next-redis-cache-provider": "^1.0.0",
"@linaria/babel-preset": "^4.4.5",
"@linaria/core": "^4.2.10",
Expand Down

0 comments on commit c852408

Please sign in to comment.