From 2cc04c120d202fd72a19e066c2cdac9129ae9215 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 25 Aug 2023 13:08:31 +0000 Subject: [PATCH] chore: version packages (next) --- .changeset/pre.json | 1 + packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- projects/wp-multisite-i18n-nextjs/package.json | 2 +- projects/wp-multisite-nextjs/package.json | 2 +- projects/wp-nextjs-ts/package.json | 2 +- projects/wp-nextjs/package.json | 2 +- 7 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index ed0db160b..8772f19c7 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -22,6 +22,7 @@ "hot-papayas-relate", "lovely-chicken-sparkle", "mighty-stingrays-pay", + "popular-turkeys-sleep", "proud-dryers-repeat", "silent-kiwis-compare", "tame-squids-fail", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8a5dbc446..f59f14e16 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @headstartwp/core +## 1.1.0-next.5 + +### Minor Changes + +- e9064d69: Introducing the `useSeo` hook. + ## 1.1.0-next.4 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 522e4cd53..d89680d86 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@headstartwp/core", - "version": "1.1.0-next.4", + "version": "1.1.0-next.5", "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", diff --git a/projects/wp-multisite-i18n-nextjs/package.json b/projects/wp-multisite-i18n-nextjs/package.json index dfc28173e..ad98cd67a 100644 --- a/projects/wp-multisite-i18n-nextjs/package.json +++ b/projects/wp-multisite-i18n-nextjs/package.json @@ -14,7 +14,7 @@ "lint": "eslint ." }, "dependencies": { - "@headstartwp/core": "^1.1.0-next.4", + "@headstartwp/core": "^1.1.0-next.5", "@headstartwp/next": "^1.1.0-next.3", "@linaria/babel-preset": "^4.4.5", "@linaria/core": "^4.2.10", diff --git a/projects/wp-multisite-nextjs/package.json b/projects/wp-multisite-nextjs/package.json index cf09a4048..992ea7d8c 100644 --- a/projects/wp-multisite-nextjs/package.json +++ b/projects/wp-multisite-nextjs/package.json @@ -14,7 +14,7 @@ "lint": "eslint ." }, "dependencies": { - "@headstartwp/core": "^1.1.0-next.4", + "@headstartwp/core": "^1.1.0-next.5", "@headstartwp/next": "^1.1.0-next.3", "@linaria/babel-preset": "^4.4.5", "@linaria/core": "^4.2.10", diff --git a/projects/wp-nextjs-ts/package.json b/projects/wp-nextjs-ts/package.json index 2e57bd410..b13a9fd29 100644 --- a/projects/wp-nextjs-ts/package.json +++ b/projects/wp-nextjs-ts/package.json @@ -14,7 +14,7 @@ "lint": "eslint ." }, "dependencies": { - "@headstartwp/core": "^1.1.0-next.4", + "@headstartwp/core": "^1.1.0-next.5", "@headstartwp/next": "^1.1.0-next.3", "@linaria/babel-preset": "^4.4.5", "@linaria/core": "^4.2.10", diff --git a/projects/wp-nextjs/package.json b/projects/wp-nextjs/package.json index ce24b9d2a..1e83a070e 100644 --- a/projects/wp-nextjs/package.json +++ b/projects/wp-nextjs/package.json @@ -14,7 +14,7 @@ "lint": "eslint ." }, "dependencies": { - "@headstartwp/core": "^1.1.0-next.4", + "@headstartwp/core": "^1.1.0-next.5", "@headstartwp/next": "^1.1.0-next.3", "@10up/next-redis-cache-provider": "^0.1.5", "@linaria/babel-preset": "^4.4.5",