Skip to content

Commit 7172aed

Browse files
Version Packages (#949)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2 parents 03336bc + 1527f48 commit 7172aed

17 files changed

Lines changed: 26 additions & 29 deletions

File tree

.changeset/fix-cross-domain-redirect-skip.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-gutenberg-dollar-sign.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/fix-undefined-context-key.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.6.1
4+
5+
### Patch Changes
6+
7+
- 03cf6a6: Fix: shouldSkipRedirect incorrectly skipping cross-domain redirects when pathnames match. Fixes #941
8+
39
## 1.6.0
410

511
### Minor 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.6.0",
3+
"version": "1.6.1",
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",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint": "eslint ."
1515
},
1616
"dependencies": {
17-
"@headstartwp/core": "^1.6.0",
17+
"@headstartwp/core": "^1.6.1",
1818
"@headstartwp/next": "^1.5.2",
1919
"@linaria/core": "^6.2.0",
2020
"@linaria/react": "^6.2.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react": "^18",
1313
"react-dom": "^18",
1414
"next": "^15.5.9",
15-
"@headstartwp/core": "^1.6.0",
15+
"@headstartwp/core": "^1.6.1",
1616
"@headstartwp/next": "^1.5.2"
1717
},
1818
"devDependencies": {

projects/wp-multisite-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint": "eslint ."
1515
},
1616
"dependencies": {
17-
"@headstartwp/core": "^1.6.0",
17+
"@headstartwp/core": "^1.6.1",
1818
"@headstartwp/next": "^1.5.2",
1919
"@linaria/core": "^6.2.0",
2020
"@linaria/react": "^6.2.1",

projects/wp-nextjs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react": "^18",
1818
"react-dom": "^18",
1919
"next": "^15.5.9",
20-
"@headstartwp/core": "^1.6.0",
20+
"@headstartwp/core": "^1.6.1",
2121
"@headstartwp/next": "^1.5.2",
2222
"@10up/next-redis-cache-provider": "^2.0.0"
2323
},

projects/wp-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"tsc": "tsc --noEmit"
1616
},
1717
"dependencies": {
18-
"@headstartwp/core": "^1.6.0",
18+
"@headstartwp/core": "^1.6.1",
1919
"@headstartwp/next": "^1.5.2",
2020
"@10up/next-redis-cache-provider": "^2.0.0",
2121
"@linaria/core": "^6.2.0",

0 commit comments

Comments
 (0)