Skip to content

Commit 0262042

Browse files
Merge main (v1.10.0) into develop (#564)
* Support trusted publishing with OIDC (#558) * Bump search-headless-react version (to be published as v1.10.0) (#561) which includes change that supports facetAllowlist query parameter for vertical searches] --------- Co-authored-by: anguyen-yext2 <143001514+anguyen-yext2@users.noreply.github.com> Co-authored-by: anguyen-yext2 <anguyen@yext.com>
1 parent 4a7d2ba commit 0262042

File tree

8 files changed

+18691
-30
lines changed

8 files changed

+18691
-30
lines changed

.github/workflows/publish.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Publish Package
2+
3+
on:
4+
push:
5+
tags:
6+
- "*"
7+
8+
permissions:
9+
id-token: write # Required for OIDC
10+
11+
jobs:
12+
publish:
13+
uses: yext/slapshot-reusable-workflows/.github/workflows/publish.yml@v1
1.52 KB
Loading
1.52 KB
Loading
-719 Bytes
Loading
1.58 KB
Loading

THIRD-PARTY-NOTICES

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2626

2727
The following NPM packages may be included in this product:
2828

29-
- @babel/runtime-corejs3@7.28.0
29+
- @babel/runtime-corejs3@7.28.4
3030
- @babel/runtime@7.27.6
3131

3232
These packages each contain the following license and notice below:
@@ -1330,7 +1330,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13301330

13311331
The following NPM package may be included in this product:
13321332

1333-
- @yext/search-core@2.6.3
1333+
- @yext/search-core@2.7.0
13341334

13351335
This package contains the following license and notice below:
13361336

@@ -1374,7 +1374,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13741374

13751375
The following NPM package may be included in this product:
13761376

1377-
- @yext/search-headless-react@2.5.4
1377+
- @yext/search-headless-react@2.6.0
13781378

13791379
This package contains the following license and notice below:
13801380

@@ -1418,7 +1418,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
14181418

14191419
The following NPM package may be included in this product:
14201420

1421-
- @yext/search-headless@2.6.4
1421+
- @yext/search-headless@2.7.0
14221422

14231423
This package contains the following license and notice below:
14241424

0 commit comments

Comments
 (0)