-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ced60d1
commit 326725b
Showing
20 changed files
with
192 additions
and
55 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,11 +1,11 @@ | ||
{ | ||
"packages/abstractions": "1.0.0-preview.73", | ||
"packages/authentication/azure": "1.0.0-preview.73", | ||
"packages/authentication/spfx": "1.0.0-preview.73", | ||
"packages/bundle": "1.0.0-preview.73", | ||
"packages/http/fetch": "1.0.0-preview.73", | ||
"packages/serialization/form": "1.0.0-preview.73", | ||
"packages/serialization/json": "1.0.0-preview.73", | ||
"packages/serialization/multipart": "1.0.0-preview.73", | ||
"packages/serialization/text": "1.0.0-preview.73" | ||
"packages/abstractions": "1.0.0-preview.74", | ||
"packages/authentication/azure": "1.0.0-preview.74", | ||
"packages/authentication/spfx": "1.0.0-preview.74", | ||
"packages/bundle": "1.0.0-preview.74", | ||
"packages/http/fetch": "1.0.0-preview.74", | ||
"packages/serialization/form": "1.0.0-preview.74", | ||
"packages/serialization/json": "1.0.0-preview.74", | ||
"packages/serialization/multipart": "1.0.0-preview.74", | ||
"packages/serialization/text": "1.0.0-preview.74" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,5 +1,14 @@ | ||
# Changelog | ||
|
||
## [1.0.0-preview.74](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-11-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* getting rid of unnecessary guid-typescript dependency ([ced60d1](https://github.com/microsoft/kiota-typescript/commit/ced60d1450d7fb8f774f02ffd2c24b44aa2f391a)) | ||
* getting rid of unnecessary guid-typescript dependency ([706ce3c](https://github.com/microsoft/kiota-typescript/commit/706ce3caf2b617a1ae6e419e1b3b3c8a70ad5368)) | ||
* using parseGuidString as validator function ([7a7c9ed](https://github.com/microsoft/kiota-typescript/commit/7a7c9edce621e26287592529b10bc495a91cc386)) | ||
|
||
## [1.0.0-preview.73](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-11-05) | ||
|
||
|
||
|
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
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,5 +1,19 @@ | ||
# Changelog | ||
|
||
## [1.0.0-preview.74](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-11-07) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* **@microsoft/kiota-authentication-azure:** Synchronize microsoft-kiota versions | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 | ||
|
||
## [1.0.0-preview.73](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-11-05) | ||
|
||
|
||
|
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
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,5 +1,19 @@ | ||
# Changelog | ||
|
||
## [1.0.0-preview.74](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-11-07) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* **@microsoft/kiota-authentication-spfx:** Synchronize microsoft-kiota versions | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 | ||
|
||
## [1.0.0-preview.73](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-11-05) | ||
|
||
|
||
|
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
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,5 +1,24 @@ | ||
# Changelog | ||
|
||
## [1.0.0-preview.74](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-11-07) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* **@microsoft/kiota-bundle:** Synchronize microsoft-kiota versions | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 | ||
* @microsoft/kiota-http-fetchlibrary bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 | ||
* @microsoft/kiota-serialization-form bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 | ||
* @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 | ||
* @microsoft/kiota-serialization-multipart bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 | ||
* @microsoft/kiota-serialization-text bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 | ||
|
||
## [1.0.0-preview.73](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-11-05) | ||
|
||
|
||
|
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
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,5 +1,21 @@ | ||
# Changelog | ||
|
||
## [1.0.0-preview.74](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-11-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* getting rid of unnecessary guid-typescript dependency ([ced60d1](https://github.com/microsoft/kiota-typescript/commit/ced60d1450d7fb8f774f02ffd2c24b44aa2f391a)) | ||
* getting rid of unnecessary guid-typescript dependency ([706ce3c](https://github.com/microsoft/kiota-typescript/commit/706ce3caf2b617a1ae6e419e1b3b3c8a70ad5368)) | ||
* using parseGuidString as validator function ([7a7c9ed](https://github.com/microsoft/kiota-typescript/commit/7a7c9edce621e26287592529b10bc495a91cc386)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 | ||
|
||
## [1.0.0-preview.73](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-11-05) | ||
|
||
|
||
|
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
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,5 +1,21 @@ | ||
# Changelog | ||
|
||
## [1.0.0-preview.74](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-11-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* getting rid of unnecessary guid-typescript dependency ([ced60d1](https://github.com/microsoft/kiota-typescript/commit/ced60d1450d7fb8f774f02ffd2c24b44aa2f391a)) | ||
* getting rid of unnecessary guid-typescript dependency ([706ce3c](https://github.com/microsoft/kiota-typescript/commit/706ce3caf2b617a1ae6e419e1b3b3c8a70ad5368)) | ||
* using parseGuidString as validator function ([7a7c9ed](https://github.com/microsoft/kiota-typescript/commit/7a7c9edce621e26287592529b10bc495a91cc386)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 | ||
|
||
## [1.0.0-preview.73](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-11-05) | ||
|
||
|
||
|
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
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,5 +1,21 @@ | ||
# Changelog | ||
|
||
## [1.0.0-preview.74](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-11-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* getting rid of unnecessary guid-typescript dependency ([ced60d1](https://github.com/microsoft/kiota-typescript/commit/ced60d1450d7fb8f774f02ffd2c24b44aa2f391a)) | ||
* getting rid of unnecessary guid-typescript dependency ([706ce3c](https://github.com/microsoft/kiota-typescript/commit/706ce3caf2b617a1ae6e419e1b3b3c8a70ad5368)) | ||
* using parseGuidString as validator function ([7a7c9ed](https://github.com/microsoft/kiota-typescript/commit/7a7c9edce621e26287592529b10bc495a91cc386)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 | ||
|
||
## [1.0.0-preview.73](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-11-05) | ||
|
||
|
||
|
Oops, something went wrong.