From bd7dbc003851c8a6df5cb938bb4c6b024a2ca9c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 29 Sep 2023 12:18:50 +0000 Subject: [PATCH] chore: version packages (next) --- .changeset/pre.json | 3 ++- 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, 13 insertions(+), 6 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 18171eabf..2c41a4163 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -14,6 +14,7 @@ "@headstartwp/headstartwp": "1.0.9" }, "changesets": [ - "eighty-cheetahs-wonder" + "eighty-cheetahs-wonder", + "wild-pandas-tickle" ] } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 66c24668f..5ffcc37e7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @headstartwp/core +## 1.1.2-next.1 + +### Patch Changes + +- 772c5f1c: Fix: fetchHookData with usePosts and throwIfNotFound set to false will crash the application if no results are found + ## 1.1.2-next.0 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 5edf6e93a..321efa655 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@headstartwp/core", - "version": "1.1.2-next.0", + "version": "1.1.2-next.1", "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 a2031165a..d71fdf3b4 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.2-next.0", + "@headstartwp/core": "^1.1.2-next.1", "@headstartwp/next": "^1.1.4-next.0", "@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 b00f5ced3..e05596f71 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.2-next.0", + "@headstartwp/core": "^1.1.2-next.1", "@headstartwp/next": "^1.1.4-next.0", "@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 bb3a6db62..3941a522d 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.2-next.0", + "@headstartwp/core": "^1.1.2-next.1", "@headstartwp/next": "^1.1.4-next.0", "@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 b9a02e9d7..4a7caa6b9 100644 --- a/projects/wp-nextjs/package.json +++ b/projects/wp-nextjs/package.json @@ -14,7 +14,7 @@ "lint": "eslint ." }, "dependencies": { - "@headstartwp/core": "^1.1.2-next.0", + "@headstartwp/core": "^1.1.2-next.1", "@headstartwp/next": "^1.1.4-next.0", "@10up/next-redis-cache-provider": "^0.1.5", "@linaria/babel-preset": "^4.4.5",