-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fix-duplicate-stream-definitions' of https://github.com…
…/yext/pages into fix-duplicate-stream-definitions
- Loading branch information
Showing
6 changed files
with
1,486 additions
and
1,021 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,45 @@ | ||
#### 1.0.0-rc.5 (2023-10-10) | ||
|
||
##### New Features | ||
|
||
* **dev:** | ||
* set siteInternalHostName locally (#401) (07d77e97) | ||
* add noMigration flag for upgrade (#400) (62670993) | ||
* add scope to yextrc (#397) (609e471a) | ||
* add upgrade command (#395) (41e21259) | ||
* **plugin:** move urlWriteback into pagesJS (#393) (b6b040d7) | ||
|
||
##### Bug Fixes | ||
|
||
* **plugin:** remove import meta resolve (#403) (f5afbeaf) | ||
* **pages-plugins:** slugManager searchIds not working on webhook update (#399) (9ae11b06) | ||
|
||
##### Other Changes | ||
|
||
* [email protected] (391ea0cf) | ||
|
||
##### Reverts | ||
|
||
* **dev:** use esbuild instead of ts-morph to parse template configs (#396) (c5c2d656) | ||
|
||
##### New Features | ||
|
||
* **dev:** | ||
* set siteInternalHostName locally (#401) (07d77e97) | ||
* add noMigration flag for upgrade (#400) (62670993) | ||
* add scope to yextrc (#397) (609e471a) | ||
* add upgrade command (#395) (41e21259) | ||
* **plugin:** move urlWriteback into pagesJS (#393) (b6b040d7) | ||
|
||
##### Bug Fixes | ||
|
||
* **plugin:** remove import meta resolve (#403) (f5afbeaf) | ||
* **pages-plugins:** slugManager searchIds not working on webhook update (#399) (9ae11b06) | ||
|
||
##### Reverts | ||
|
||
* **dev:** use esbuild instead of ts-morph to parse template configs (#396) (c5c2d656) | ||
|
||
#### 1.0.0-rc.4 (2023-09-20) | ||
|
||
##### Chores | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -552,7 +552,7 @@ SOFTWARE. | |
|
||
The following npm package may be included in this product: | ||
|
||
- rollup@3.28.0 | ||
- rollup@3.29.4 | ||
|
||
This package contains the following license and notice below: | ||
|
||
|
@@ -1350,7 +1350,7 @@ END OF TERMS AND CONDITIONS | |
|
||
The following npm package may be included in this product: | ||
|
||
- [email protected].0 | ||
- [email protected].3 | ||
|
||
This package contains the following license and notice below: | ||
|
||
|
@@ -1380,7 +1380,7 @@ SOFTWARE. | |
|
||
The following npm package may be included in this product: | ||
|
||
- [email protected].9 | ||
- [email protected].11 | ||
|
||
This package contains the following license and notice below: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@yext/pages", | ||
"version": "1.0.0-rc.4", | ||
"version": "1.0.0-rc.5", | ||
"description": "The default React development toolchain provided by Yext", | ||
"author": "[email protected]", | ||
"license": "BSD-3-Clause", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.