Skip to content

Commit 6acee77

Browse files
Release (next) (#917)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2 parents 1b408ed + 8c96872 commit 6acee77

17 files changed

Lines changed: 48 additions & 24 deletions

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"happy-bugs-obey",
3737
"happy-squids-admire",
3838
"heavy-bikes-join",
39+
"hot-cycles-raise",
3940
"hungry-mangos-repeat",
4041
"itchy-cooks-tap",
4142
"kind-experts-divide",

packages/core/CHANGELOG.md

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

3+
## 1.5.0-next.12
4+
5+
### Minor Changes
6+
7+
- 1b408ed: Feature: Introducing the ability to load block library styles and dynamic inline styles generated by the block editor
8+
39
## 1.5.0-next.11
410

511
### 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.11",
3+
"version": "1.5.0-next.12",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @headstartwp/next
22

3+
## 1.5.0-next.16
4+
5+
### Minor Changes
6+
7+
- 1b408ed: Feature: Introducing the ability to load block library styles and dynamic inline styles generated by the block editor
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [1b408ed]
12+
- @headstartwp/core@1.5.0-next.12
13+
314
## 1.5.0-next.15
415

516
### 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.15",
3+
"version": "1.5.0-next.16",
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.11",
61+
"@headstartwp/core": "^1.5.0-next.12",
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.11",
18-
"@headstartwp/next": "^1.5.0-next.15",
17+
"@headstartwp/core": "^1.5.0-next.12",
18+
"@headstartwp/next": "^1.5.0-next.16",
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": "^15.3.0",
15-
"@headstartwp/core": "^1.5.0-next.11",
16-
"@headstartwp/next": "^1.5.0-next.15"
15+
"@headstartwp/core": "^1.5.0-next.12",
16+
"@headstartwp/next": "^1.5.0-next.16"
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.11",
18-
"@headstartwp/next": "^1.5.0-next.15",
17+
"@headstartwp/core": "^1.5.0-next.12",
18+
"@headstartwp/next": "^1.5.0-next.16",
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
@@ -17,8 +17,8 @@
1717
"react": "^18",
1818
"react-dom": "^18",
1919
"next": "^15.3.0",
20-
"@headstartwp/core": "^1.5.0-next.11",
21-
"@headstartwp/next": "^1.5.0-next.15",
20+
"@headstartwp/core": "^1.5.0-next.12",
21+
"@headstartwp/next": "^1.5.0-next.16",
2222
"@10up/next-redis-cache-provider": "^2.0.0-next.1"
2323
},
2424
"devDependencies": {

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.11",
19-
"@headstartwp/next": "^1.5.0-next.15",
18+
"@headstartwp/core": "^1.5.0-next.12",
19+
"@headstartwp/next": "^1.5.0-next.16",
2020
"@10up/next-redis-cache-provider": "^2.0.0-next.1",
2121
"@linaria/core": "^6.2.0",
2222
"@linaria/react": "^6.2.1",

0 commit comments

Comments
 (0)