diff --git a/.changeset/gold-pugs-wink.md b/.changeset/gold-pugs-wink.md deleted file mode 100644 index 21583ace7..000000000 --- a/.changeset/gold-pugs-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@headstartwp/next": patch ---- - -Hotfix preview alternative headers diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index c88cfe030..e2b32ab81 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,11 @@ # @headstartwp/next +## 1.3.2 + +### Patch Changes + +- 5396b238: Hotfix preview alternative headers + ## 1.3.1 ### Patch Changes diff --git a/packages/next/package.json b/packages/next/package.json index a5566773e..b4d609cf8 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -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", diff --git a/projects/wp-multisite-i18n-nextjs/package.json b/projects/wp-multisite-i18n-nextjs/package.json index dcd02c695..1ffdf7da5 100644 --- a/projects/wp-multisite-i18n-nextjs/package.json +++ b/projects/wp-multisite-i18n-nextjs/package.json @@ -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", diff --git a/projects/wp-multisite-nextjs/package.json b/projects/wp-multisite-nextjs/package.json index e364b87fe..c4f059477 100644 --- a/projects/wp-multisite-nextjs/package.json +++ b/projects/wp-multisite-nextjs/package.json @@ -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", diff --git a/projects/wp-nextjs-ts/package.json b/projects/wp-nextjs-ts/package.json index 280e9f6eb..16403fceb 100644 --- a/projects/wp-nextjs-ts/package.json +++ b/projects/wp-nextjs-ts/package.json @@ -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", diff --git a/projects/wp-nextjs/package.json b/projects/wp-nextjs/package.json index a04adc8bd..7cbb0ca12 100644 --- a/projects/wp-nextjs/package.json +++ b/projects/wp-nextjs/package.json @@ -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",