Skip to content

Commit

Permalink
chore: version packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 7, 2024
1 parent b4708b4 commit 321189c
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 @@ -16,6 +16,7 @@
"changesets": [
"afraid-readers-laugh",
"chilled-masks-shout",
"lucky-kiwis-fly",
"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.4

### Patch Changes

- b4708b4a: Fix: deepmerge cjs package import

## 1.4.2-next.3

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

0 comments on commit 321189c

Please sign in to comment.