Skip to content

Commit

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

### Patch Changes

- 772c5f1: Fix: fetchHookData with usePosts and throwIfNotFound set to
false will crash the application if no results are found
  • Loading branch information
nicholasio authored Sep 29, 2023
2 parents 772c5f1 + bd7dbc0 commit db83381
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@headstartwp/headstartwp": "1.0.9"
},
"changesets": [
"eighty-cheetahs-wonder"
"eighty-cheetahs-wonder",
"wild-pandas-tickle"
]
}
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.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
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.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",
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 @@ -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",
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 @@ -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",
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 @@ -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",
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 @@ -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",
Expand Down

1 comment on commit db83381

@vercel
Copy link

@vercel vercel bot commented on db83381 Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.