Skip to content

Commit 62046c3

Browse files
authored
Merge pull request #1666 from microsoft/release-please--branches--main
chore: release main
2 parents de80b9a + a746050 commit 62046c3

20 files changed

+183
-55
lines changed

.release-please-manifest.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"packages/abstractions": "1.0.0-preview.90",
3-
"packages/authentication/azure": "1.0.0-preview.90",
4-
"packages/authentication/spfx": "1.0.0-preview.90",
5-
"packages/bundle": "1.0.0-preview.90",
6-
"packages/http/fetch": "1.0.0-preview.90",
7-
"packages/serialization/form": "1.0.0-preview.90",
8-
"packages/serialization/json": "1.0.0-preview.90",
9-
"packages/serialization/multipart": "1.0.0-preview.90",
10-
"packages/serialization/text": "1.0.0-preview.90"
2+
"packages/abstractions": "1.0.0-preview.91",
3+
"packages/authentication/azure": "1.0.0-preview.91",
4+
"packages/authentication/spfx": "1.0.0-preview.91",
5+
"packages/bundle": "1.0.0-preview.91",
6+
"packages/http/fetch": "1.0.0-preview.91",
7+
"packages/serialization/form": "1.0.0-preview.91",
8+
"packages/serialization/json": "1.0.0-preview.91",
9+
"packages/serialization/multipart": "1.0.0-preview.91",
10+
"packages/serialization/text": "1.0.0-preview.91"
1111
}

package-lock.json

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/abstractions/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.0-preview.91](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.90...@microsoft/kiota-abstractions@1.0.0-preview.91) (2025-03-21)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@microsoft/kiota-abstractions:** Synchronize microsoft-kiota versions
9+
310
## [1.0.0-preview.90](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.89...@microsoft/kiota-abstractions@1.0.0-preview.90) (2025-03-21)
411

512

packages/abstractions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-abstractions",
3-
"version": "1.0.0-preview.90",
3+
"version": "1.0.0-preview.91",
44
"description": "Core abstractions for kiota generated libraries in TypeScript and JavaScript",
55
"main": "dist/es/src/index.js",
66
"module": "dist/es/src/index.js",

packages/authentication/azure/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.0.0-preview.91](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.90...@microsoft/kiota-authentication-azure@1.0.0-preview.91) (2025-03-21)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@microsoft/kiota-authentication-azure:** Synchronize microsoft-kiota versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.90 to ^1.0.0-preview.91
16+
317
## [1.0.0-preview.90](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.89...@microsoft/kiota-authentication-azure@1.0.0-preview.90) (2025-03-21)
418

519

packages/authentication/azure/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-authentication-azure",
3-
"version": "1.0.0-preview.90",
3+
"version": "1.0.0-preview.91",
44
"description": "Authentication provider for Kiota using Azure Identity",
55
"main": "dist/es/src/index.js",
66
"module": "dist/es/src/index.js",
@@ -33,7 +33,7 @@
3333
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
3434
"dependencies": {
3535
"@azure/core-auth": "^1.5.0",
36-
"@microsoft/kiota-abstractions": "^1.0.0-preview.90",
36+
"@microsoft/kiota-abstractions": "^1.0.0-preview.91",
3737
"@opentelemetry/api": "^1.7.0",
3838
"tslib": "^2.6.2"
3939
},

packages/authentication/spfx/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.0.0-preview.91](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.90...@microsoft/kiota-authentication-spfx@1.0.0-preview.91) (2025-03-21)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@microsoft/kiota-authentication-spfx:** Synchronize microsoft-kiota versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.90 to ^1.0.0-preview.91
16+
317
## [1.0.0-preview.90](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.89...@microsoft/kiota-authentication-spfx@1.0.0-preview.90) (2025-03-21)
418

519

packages/authentication/spfx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-authentication-spfx",
3-
"version": "1.0.0-preview.90",
3+
"version": "1.0.0-preview.91",
44
"description": "Authentication provider for using Kiota in SPFx solutions",
55
"main": "dist/es/src/index.js",
66
"module": "dist/es/src/index.js",
@@ -42,7 +42,7 @@
4242
},
4343
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
4444
"dependencies": {
45-
"@microsoft/kiota-abstractions": "^1.0.0-preview.90",
45+
"@microsoft/kiota-abstractions": "^1.0.0-preview.91",
4646
"@microsoft/sp-http": "^1.15.2",
4747
"@opentelemetry/api": "^1.7.0",
4848
"tslib": "^2.6.2"

packages/bundle/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.0.0-preview.91](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.90...@microsoft/kiota-bundle@1.0.0-preview.91) (2025-03-21)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@microsoft/kiota-bundle:** Synchronize microsoft-kiota versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.90 to ^1.0.0-preview.91
16+
* @microsoft/kiota-http-fetchlibrary bumped from ^1.0.0-preview.90 to ^1.0.0-preview.91
17+
* @microsoft/kiota-serialization-form bumped from ^1.0.0-preview.90 to ^1.0.0-preview.91
18+
* @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.90 to ^1.0.0-preview.91
19+
* @microsoft/kiota-serialization-multipart bumped from ^1.0.0-preview.90 to ^1.0.0-preview.91
20+
* @microsoft/kiota-serialization-text bumped from ^1.0.0-preview.90 to ^1.0.0-preview.91
21+
322
## [1.0.0-preview.90](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.89...@microsoft/kiota-bundle@1.0.0-preview.90) (2025-03-21)
423

524

packages/bundle/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-bundle",
3-
"version": "1.0.0-preview.90",
3+
"version": "1.0.0-preview.91",
44
"description": "Kiota Bundle package providing default implementations for client setup for kiota generated libraries in TypeScript and JavaScript",
55
"main": "dist/es/src/index.js",
66
"module": "dist/es/src/index.js",
@@ -31,12 +31,12 @@
3131
},
3232
"homepage": "https://github.com/microsoft/kiota#readme",
3333
"dependencies": {
34-
"@microsoft/kiota-abstractions": "^1.0.0-preview.90",
35-
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.90",
36-
"@microsoft/kiota-serialization-form": "^1.0.0-preview.90",
37-
"@microsoft/kiota-serialization-json": "^1.0.0-preview.90",
38-
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.90",
39-
"@microsoft/kiota-serialization-text": "^1.0.0-preview.90"
34+
"@microsoft/kiota-abstractions": "^1.0.0-preview.91",
35+
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.91",
36+
"@microsoft/kiota-serialization-form": "^1.0.0-preview.91",
37+
"@microsoft/kiota-serialization-json": "^1.0.0-preview.91",
38+
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.91",
39+
"@microsoft/kiota-serialization-text": "^1.0.0-preview.91"
4040
},
4141
"publishConfig": {
4242
"access": "public"

packages/http/fetch/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.0.0-preview.91](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.90...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.91) (2025-03-21)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@microsoft/kiota-http-fetchlibrary:** Synchronize microsoft-kiota versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.90 to ^1.0.0-preview.91
16+
317
## [1.0.0-preview.90](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.89...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.90) (2025-03-21)
418

519

packages/http/fetch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-http-fetchlibrary",
3-
"version": "1.0.0-preview.90",
3+
"version": "1.0.0-preview.91",
44
"description": "Kiota request adapter implementation with fetch",
55
"keywords": [
66
"Kiota",
@@ -34,7 +34,7 @@
3434
"test": "npm run test:node && npm run test:browser"
3535
},
3636
"dependencies": {
37-
"@microsoft/kiota-abstractions": "^1.0.0-preview.90",
37+
"@microsoft/kiota-abstractions": "^1.0.0-preview.91",
3838
"@opentelemetry/api": "^1.7.0",
3939
"tslib": "^2.6.2"
4040
},

packages/serialization/form/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.0.0-preview.91](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.90...@microsoft/kiota-serialization-form@1.0.0-preview.91) (2025-03-21)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@microsoft/kiota-serialization-form:** Synchronize microsoft-kiota versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.90 to ^1.0.0-preview.91
16+
317
## [1.0.0-preview.90](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.89...@microsoft/kiota-serialization-form@1.0.0-preview.90) (2025-03-21)
418

519

packages/serialization/form/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-serialization-form",
3-
"version": "1.0.0-preview.90",
3+
"version": "1.0.0-preview.91",
44
"description": "Implementation of Kiota Serialization interfaces for URI from encoded",
55
"main": "dist/es/src/index.js",
66
"browser": {
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
4141
"dependencies": {
42-
"@microsoft/kiota-abstractions": "^1.0.0-preview.90",
42+
"@microsoft/kiota-abstractions": "^1.0.0-preview.91",
4343
"tslib": "^2.6.2"
4444
},
4545
"publishConfig": {

packages/serialization/json/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.0.0-preview.91](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.90...@microsoft/kiota-serialization-json@1.0.0-preview.91) (2025-03-21)
4+
5+
6+
### Bug Fixes
7+
8+
* prevent error on undefined byte array value in serialization writers ([de80b9a](https://github.com/microsoft/kiota-typescript/commit/de80b9af094904a4c2f7a98d930eb796c6b86e85))
9+
* prevent error on undefined byte array value in serialization writers ([cf96887](https://github.com/microsoft/kiota-typescript/commit/cf9688749827e8a951fa906399027a36c595d2ac))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.90 to ^1.0.0-preview.91
17+
318
## [1.0.0-preview.90](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.89...@microsoft/kiota-serialization-json@1.0.0-preview.90) (2025-03-21)
419

520

packages/serialization/json/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-serialization-json",
3-
"version": "1.0.0-preview.90",
3+
"version": "1.0.0-preview.91",
44
"description": "Implementation of Kiota Serialization interfaces for JSON",
55
"main": "dist/es/src/index.js",
66
"type": "module",
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
4141
"dependencies": {
42-
"@microsoft/kiota-abstractions": "^1.0.0-preview.90",
42+
"@microsoft/kiota-abstractions": "^1.0.0-preview.91",
4343
"tslib": "^2.6.2"
4444
},
4545
"publishConfig": {

0 commit comments

Comments
 (0)