Skip to content

Commit d085b42

Browse files
chore: version packages (next)
1 parent 8ba6de7 commit d085b42

File tree

14 files changed

+47
-18
lines changed

14 files changed

+47
-18
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"@headstartwp/headstartwp": "1.1.3"
1515
},
1616
"changesets": [
17+
"blue-hairs-warn",
1718
"cyan-fans-clean",
1819
"famous-apples-knock",
1920
"forty-apes-repair",
@@ -25,8 +26,11 @@
2526
"heavy-bikes-join",
2627
"itchy-cooks-tap",
2728
"large-spies-give",
29+
"late-rings-design",
2830
"moody-emus-matter",
31+
"perfect-pumas-approve",
2932
"poor-donkeys-march",
33+
"shiny-onions-camp",
3034
"tall-moles-accept",
3135
"tall-peas-compete",
3236
"tasty-waves-juggle",

packages/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @headstartwp/core
22

3+
## 1.5.0-next.5
4+
5+
### Patch Changes
6+
7+
- 8ba6de7: Fix: do not cast menu item ids to number as they are strings
8+
- d9dcec0: Fix TS type for link component in SettingsContextProps
9+
- fc7e426: Added - Support for custom menu item CSS classes.
10+
Added - `menu-item-has-children` CSS class for menu item with children.
11+
312
## 1.5.0-next.4
413

514
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@headstartwp/core",
3-
"version": "1.5.0-next.4",
3+
"version": "1.5.0-next.5",
44
"description": "`@headstartwp/core` is the core package that houses framework-agnostic components and utilities for building headless sites with WordPress.",
55
"homepage": "https://github.com/10up/headstartwp/blob/develop/packages/core/README.md",
66
"license": "MIT",

packages/next/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @headstartwp/next
22

3+
## 1.5.0-next.5
4+
5+
### Patch Changes
6+
7+
- 5900895: [Pages Router] Add support for `wyw-in-js` and latest version of linaria
8+
- Updated dependencies [8ba6de7]
9+
- Updated dependencies [d9dcec0]
10+
- Updated dependencies [fc7e426]
11+
- @headstartwp/core@1.5.0-next.5
12+
313
## 1.5.0-next.4
414

515
### Patch Changes

packages/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@headstartwp/next",
3-
"version": "1.5.0-next.4",
3+
"version": "1.5.0-next.5",
44
"description": "`@headstartwp/next` is the Next.js bindings for the headless framework.",
55
"homepage": "https://github.com/10up/headstartwp/blob/develop/packages/next/README.md",
66
"license": "MIT",
@@ -58,7 +58,7 @@
5858
"negotiator": "^0.6.3",
5959
"@formatjs/intl-localematcher": "^0.5.4",
6060
"deepmerge": "^4.3.1",
61-
"@headstartwp/core": "^1.5.0-next.4",
61+
"@headstartwp/core": "^1.5.0-next.5",
6262
"loader-utils": "^3.2.0",
6363
"schema-utils": "^4.0.0",
6464
"@isaacs/ttlcache": "^1.4.1"

projects/wp-multisite-i18n-nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"lint": "eslint ."
1515
},
1616
"dependencies": {
17-
"@headstartwp/core": "^1.5.0-next.4",
18-
"@headstartwp/next": "^1.5.0-next.4",
17+
"@headstartwp/core": "^1.5.0-next.5",
18+
"@headstartwp/next": "^1.5.0-next.5",
1919
"@linaria/core": "^6.2.0",
2020
"@linaria/react": "^6.2.1",
2121
"clsx": "^1.1.1",

projects/wp-multisite-nextjs-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react": "^18",
1313
"react-dom": "^18",
1414
"next": "^14.2.5",
15-
"@headstartwp/core": "^1.5.0-next.4",
16-
"@headstartwp/next": "^1.5.0-next.4"
15+
"@headstartwp/core": "^1.5.0-next.5",
16+
"@headstartwp/next": "^1.5.0-next.5"
1717
},
1818
"devDependencies": {
1919
"@10up/eslint-config": "^4.0.0",

projects/wp-multisite-nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"lint": "eslint ."
1515
},
1616
"dependencies": {
17-
"@headstartwp/core": "^1.5.0-next.4",
18-
"@headstartwp/next": "^1.5.0-next.4",
17+
"@headstartwp/core": "^1.5.0-next.5",
18+
"@headstartwp/next": "^1.5.0-next.5",
1919
"@linaria/core": "^6.2.0",
2020
"@linaria/react": "^6.2.1",
2121
"clsx": "^1.1.1",

projects/wp-nextjs-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react": "^18",
1313
"react-dom": "^18",
1414
"next": "^14.2.5",
15-
"@headstartwp/core": "^1.5.0-next.4",
16-
"@headstartwp/next": "^1.5.0-next.4"
15+
"@headstartwp/core": "^1.5.0-next.5",
16+
"@headstartwp/next": "^1.5.0-next.5"
1717
},
1818
"devDependencies": {
1919
"@10up/eslint-config": "^4.0.0",

projects/wp-nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"tsc": "tsc --noEmit"
1616
},
1717
"dependencies": {
18-
"@headstartwp/core": "^1.5.0-next.4",
19-
"@headstartwp/next": "^1.5.0-next.4",
18+
"@headstartwp/core": "^1.5.0-next.5",
19+
"@headstartwp/next": "^1.5.0-next.5",
2020
"@10up/next-redis-cache-provider": "^1.0.0",
2121
"@linaria/core": "^6.2.0",
2222
"@linaria/react": "^6.2.1",

0 commit comments

Comments
 (0)