Skip to content

Commit

Permalink
Merge branch 'trunk' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed May 7, 2024
2 parents 94bf010 + 98f670c commit 40fb302
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 62 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-readers-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/chilled-masks-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-kiwis-fly.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/pre.json

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quick-beers-turn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sweet-parrots-run.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @headstartwp/core

## 1.4.3

### Patch Changes

- b3cd5fe1: Fix: more fixes for esm builds
- e7c84d58: Fix builds with vite
- 399af783: Make ESM builds ESM compatible

## 1.4.3-next.2

### 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.4.3-next.2",
"version": "1.4.3",
"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
14 changes: 14 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @headstartwp/next

## 1.4.2

### Patch Changes

- 0682d9c8: Fix: add .js to import statement for next.js path imports
- b3cd5fe1: Fix: more fixes for esm builds
- b4708b4a: Fix: deepmerge cjs package import
- e7c84d58: Fix builds with vite
- 399af783: Make ESM builds ESM compatible
- Updated dependencies [b3cd5fe1]
- Updated dependencies [e7c84d58]
- Updated dependencies [399af783]
- @headstartwp/core@1.4.3

## 1.4.2-next.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "1.4.2",
"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 Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"deepmerge": "^4.3.1",
"@headstartwp/core": "^1.4.3-next.2",
"@headstartwp/core": "^1.4.3",
"loader-utils": "^3.2.0",
"schema-utils": "^4.0.0",
"@isaacs/ttlcache": "^1.4.1"
Expand Down
4 changes: 2 additions & 2 deletions projects/wp-multisite-i18n-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"lint": "eslint ."
},
"dependencies": {
"@headstartwp/core": "^1.4.3-next.2",
"@headstartwp/next": "^1.4.2-next.4",
"@headstartwp/core": "^1.4.3",
"@headstartwp/next": "^1.4.2",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
"clsx": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions projects/wp-multisite-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"lint": "eslint ."
},
"dependencies": {
"@headstartwp/core": "^1.4.3-next.2",
"@headstartwp/next": "^1.4.2-next.4",
"@headstartwp/core": "^1.4.3",
"@headstartwp/next": "^1.4.2",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
"clsx": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions projects/wp-nextjs-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"lint": "eslint ."
},
"dependencies": {
"@headstartwp/core": "^1.4.3-next.2",
"@headstartwp/next": "^1.4.2-next.4",
"@headstartwp/core": "^1.4.3",
"@headstartwp/next": "^1.4.2",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
"clsx": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions projects/wp-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"lint": "eslint ."
},
"dependencies": {
"@headstartwp/core": "^1.4.3-next.2",
"@headstartwp/next": "^1.4.2-next.4",
"@headstartwp/core": "^1.4.3",
"@headstartwp/next": "^1.4.2",
"@10up/next-redis-cache-provider": "^1.0.0",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
Expand Down

0 comments on commit 40fb302

Please sign in to comment.