Skip to content

Commit

Permalink
ESM compatibility release (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed May 7, 2024
2 parents 2e90841 + 427ae86 commit 77764a9
Show file tree
Hide file tree
Showing 25 changed files with 2,890 additions and 1,546 deletions.
5 changes: 5 additions & 0 deletions .changeset/afraid-readers-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headstartwp/next": patch
---

Fix: add .js to import statement for next.js path imports
6 changes: 6 additions & 0 deletions .changeset/chilled-masks-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": patch
"@headstartwp/next": patch
---

Fix: more fixes for esm builds
5 changes: 5 additions & 0 deletions .changeset/lucky-kiwis-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@headstartwp/next": patch
---

Fix: deepmerge cjs package import
23 changes: 23 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@headstartwp/core": "1.4.2",
"@10up/react-hooks": "1.2.3",
"@headstartwp/next": "1.4.1",
"@10up/next-redis-cache-provider": "1.0.0",
"@10up/headless-docs": "1.0.0",
"@10up/wp-multisite-i18n-nextjs": "0.2.0",
"@10up/wp-multisite-nextjs": "0.2.0",
"@10up/wp-nextjs": "0.2.0",
"@10up/wp-nextjs-ts": "0.2.1",
"@headstartwp/headstartwp": "1.1.3"
},
"changesets": [
"afraid-readers-laugh",
"chilled-masks-shout",
"lucky-kiwis-fly",
"quick-beers-turn",
"sweet-parrots-run"
]
}
6 changes: 6 additions & 0 deletions .changeset/quick-beers-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": patch
"@headstartwp/next": patch
---

Fix builds with vite
6 changes: 6 additions & 0 deletions .changeset/sweet-parrots-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@headstartwp/core": patch
"@headstartwp/next": patch
---

Make ESM builds ESM compatible
Loading

0 comments on commit 77764a9

Please sign in to comment.