Skip to content

Commit 86cecf7

Browse files
chore: release main
1 parent 91bec86 commit 86cecf7

20 files changed

+194
-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.83",
3-
"packages/authentication/azure": "1.0.0-preview.83",
4-
"packages/authentication/spfx": "1.0.0-preview.83",
5-
"packages/bundle": "1.0.0-preview.83",
6-
"packages/http/fetch": "1.0.0-preview.83",
7-
"packages/serialization/form": "1.0.0-preview.83",
8-
"packages/serialization/json": "1.0.0-preview.83",
9-
"packages/serialization/multipart": "1.0.0-preview.83",
10-
"packages/serialization/text": "1.0.0-preview.83"
2+
"packages/abstractions": "1.0.0-preview.84",
3+
"packages/authentication/azure": "1.0.0-preview.84",
4+
"packages/authentication/spfx": "1.0.0-preview.84",
5+
"packages/bundle": "1.0.0-preview.84",
6+
"packages/http/fetch": "1.0.0-preview.84",
7+
"packages/serialization/form": "1.0.0-preview.84",
8+
"packages/serialization/json": "1.0.0-preview.84",
9+
"packages/serialization/multipart": "1.0.0-preview.84",
10+
"packages/serialization/text": "1.0.0-preview.84"
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

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.0.0-preview.84](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.83...@microsoft/kiota-abstractions@1.0.0-preview.84) (2025-02-17)
4+
5+
6+
### Features
7+
8+
* add support for filename in Content-Disposition header ([29c4d09](https://github.com/microsoft/kiota-typescript/commit/29c4d09e06d508bcbd373174c326fd740307af61))
9+
10+
11+
### Bug Fixes
12+
13+
* corrects SerializationWriter.writeByteArrayValue to ensure consistency with other method writers ([e895a13](https://github.com/microsoft/kiota-typescript/commit/e895a13c1dc42c2c7b0f734258af3c8a0dc21c45))
14+
* SerializationWriter.writeByteArrayValue should accept a null value ([91bec86](https://github.com/microsoft/kiota-typescript/commit/91bec8613a8485d440986d51ca293af9eedf4919))
15+
316
## [1.0.0-preview.83](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.82...@microsoft/kiota-abstractions@1.0.0-preview.83) (2025-02-13)
417

518

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.83",
3+
"version": "1.0.0-preview.84",
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.84](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.83...@microsoft/kiota-authentication-azure@1.0.0-preview.84) (2025-02-17)
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.83 to ^1.0.0-preview.84
16+
317
## [1.0.0-preview.83](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.82...@microsoft/kiota-authentication-azure@1.0.0-preview.83) (2025-02-13)
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.83",
3+
"version": "1.0.0-preview.84",
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.83",
36+
"@microsoft/kiota-abstractions": "^1.0.0-preview.84",
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.84](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.83...@microsoft/kiota-authentication-spfx@1.0.0-preview.84) (2025-02-17)
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.83 to ^1.0.0-preview.84
16+
317
## [1.0.0-preview.83](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.82...@microsoft/kiota-authentication-spfx@1.0.0-preview.83) (2025-02-13)
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.83",
3+
"version": "1.0.0-preview.84",
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.83",
45+
"@microsoft/kiota-abstractions": "^1.0.0-preview.84",
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.84](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.83...@microsoft/kiota-bundle@1.0.0-preview.84) (2025-02-17)
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.83 to ^1.0.0-preview.84
16+
* @microsoft/kiota-http-fetchlibrary bumped from ^1.0.0-preview.83 to ^1.0.0-preview.84
17+
* @microsoft/kiota-serialization-form bumped from ^1.0.0-preview.83 to ^1.0.0-preview.84
18+
* @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.83 to ^1.0.0-preview.84
19+
* @microsoft/kiota-serialization-multipart bumped from ^1.0.0-preview.83 to ^1.0.0-preview.84
20+
* @microsoft/kiota-serialization-text bumped from ^1.0.0-preview.83 to ^1.0.0-preview.84
21+
322
## [1.0.0-preview.83](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.82...@microsoft/kiota-bundle@1.0.0-preview.83) (2025-02-13)
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.83",
3+
"version": "1.0.0-preview.84",
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.83",
35-
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.83",
36-
"@microsoft/kiota-serialization-form": "^1.0.0-preview.83",
37-
"@microsoft/kiota-serialization-json": "^1.0.0-preview.83",
38-
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.83",
39-
"@microsoft/kiota-serialization-text": "^1.0.0-preview.83"
34+
"@microsoft/kiota-abstractions": "^1.0.0-preview.84",
35+
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.84",
36+
"@microsoft/kiota-serialization-form": "^1.0.0-preview.84",
37+
"@microsoft/kiota-serialization-json": "^1.0.0-preview.84",
38+
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.84",
39+
"@microsoft/kiota-serialization-text": "^1.0.0-preview.84"
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.84](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.83...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.84) (2025-02-17)
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.83 to ^1.0.0-preview.84
16+
317
## [1.0.0-preview.83](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.82...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.83) (2025-02-13)
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.83",
3+
"version": "1.0.0-preview.84",
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.83",
37+
"@microsoft/kiota-abstractions": "^1.0.0-preview.84",
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.84](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.83...@microsoft/kiota-serialization-form@1.0.0-preview.84) (2025-02-17)
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.83 to ^1.0.0-preview.84
16+
317
## [1.0.0-preview.83](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.82...@microsoft/kiota-serialization-form@1.0.0-preview.83) (2025-02-13)
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.83",
3+
"version": "1.0.0-preview.84",
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.83",
42+
"@microsoft/kiota-abstractions": "^1.0.0-preview.84",
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.84](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.83...@microsoft/kiota-serialization-json@1.0.0-preview.84) (2025-02-17)
4+
5+
6+
### Bug Fixes
7+
8+
* corrects SerializationWriter.writeByteArrayValue to ensure consistency with other method writers ([e895a13](https://github.com/microsoft/kiota-typescript/commit/e895a13c1dc42c2c7b0f734258af3c8a0dc21c45))
9+
* SerializationWriter.writeByteArrayValue should accept a null value ([91bec86](https://github.com/microsoft/kiota-typescript/commit/91bec8613a8485d440986d51ca293af9eedf4919))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.83 to ^1.0.0-preview.84
17+
318
## [1.0.0-preview.83](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.82...@microsoft/kiota-serialization-json@1.0.0-preview.83) (2025-02-13)
419

520

0 commit comments

Comments
 (0)