Skip to content

Commit

Permalink
Release (next) (#764)
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

-   0682d9c: Fix: add .js to import statement for next.js path imports
  • Loading branch information
nicholasio authored May 7, 2024
2 parents 0682d9c + 98fcdd0 commit dfcdf94
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 5 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@headstartwp/headstartwp": "1.1.3"
},
"changesets": [
"afraid-readers-laugh",
"chilled-masks-shout",
"quick-beers-turn",
"sweet-parrots-run"
Expand Down
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.4.2-next.3

### Patch Changes

- 0682d9c8: Fix: add .js to import statement for next.js path imports

## 1.4.2-next.2

### 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.4.2-next.2",
"version": "1.4.2-next.3",
"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.4.3-next.2",
"@headstartwp/next": "^1.4.2-next.2",
"@headstartwp/next": "^1.4.2-next.3",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
"clsx": "^1.1.1",
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.4.3-next.2",
"@headstartwp/next": "^1.4.2-next.2",
"@headstartwp/next": "^1.4.2-next.3",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
"clsx": "^1.1.1",
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.4.3-next.2",
"@headstartwp/next": "^1.4.2-next.2",
"@headstartwp/next": "^1.4.2-next.3",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
"clsx": "^1.1.1",
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.4.3-next.2",
"@headstartwp/next": "^1.4.2-next.2",
"@headstartwp/next": "^1.4.2-next.3",
"@10up/next-redis-cache-provider": "^1.0.0",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
Expand Down

0 comments on commit dfcdf94

Please sign in to comment.