Skip to content

Commit d6662ec

Browse files
chore: release main
1 parent 6f067ed commit d6662ec

20 files changed

Lines changed: 187 additions & 55 deletions

.release-please-manifest.json

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

package-lock.json

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/abstractions/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.0-preview.104](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.103...@microsoft/kiota-abstractions@1.0.0-preview.104) (2026-07-29)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@microsoft/kiota-abstractions:** Synchronize microsoft-kiota versions
9+
310
## [1.0.0-preview.103](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.102...@microsoft/kiota-abstractions@1.0.0-preview.103) (2026-06-17)
411

512

packages/abstractions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-abstractions",
3-
"version": "1.0.0-preview.103",
3+
"version": "1.0.0-preview.104",
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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.0.0-preview.104](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.103...@microsoft/kiota-authentication-azure@1.0.0-preview.104) (2026-07-29)
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.103 to ^1.0.0-preview.104
16+
317
## [1.0.0-preview.103](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.102...@microsoft/kiota-authentication-azure@1.0.0-preview.103) (2026-06-17)
418

519

packages/authentication/azure/package.json

Lines changed: 2 additions & 2 deletions
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.103",
3+
"version": "1.0.0-preview.104",
44
"description": "Authentication provider for Kiota using Azure Identity",
55
"main": "dist/es/src/index.js",
66
"module": "dist/es/src/index.js",
@@ -34,7 +34,7 @@
3434
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
3535
"dependencies": {
3636
"@azure/core-auth": "^1.11.0",
37-
"@microsoft/kiota-abstractions": "^1.0.0-preview.103",
37+
"@microsoft/kiota-abstractions": "^1.0.0-preview.104",
3838
"@opentelemetry/api": "^1.7.0",
3939
"tslib": "^2.6.2"
4040
},

packages/authentication/spfx/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.0.0-preview.104](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.103...@microsoft/kiota-authentication-spfx@1.0.0-preview.104) (2026-07-29)
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.103 to ^1.0.0-preview.104
16+
317
## [1.0.0-preview.103](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.102...@microsoft/kiota-authentication-spfx@1.0.0-preview.103) (2026-06-17)
418

519

packages/authentication/spfx/package.json

Lines changed: 2 additions & 2 deletions
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.103",
3+
"version": "1.0.0-preview.104",
44
"description": "Authentication provider for using Kiota in SPFx solutions",
55
"main": "dist/es/src/index.js",
66
"module": "dist/es/src/index.js",
@@ -43,7 +43,7 @@
4343
},
4444
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
4545
"dependencies": {
46-
"@microsoft/kiota-abstractions": "^1.0.0-preview.103",
46+
"@microsoft/kiota-abstractions": "^1.0.0-preview.104",
4747
"@microsoft/sp-http": "^1.23.2",
4848
"@opentelemetry/api": "^1.7.0",
4949
"tslib": "^2.6.2"

packages/bundle/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.0.0-preview.104](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.103...@microsoft/kiota-bundle@1.0.0-preview.104) (2026-07-29)
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.103 to ^1.0.0-preview.104
16+
* @microsoft/kiota-http-fetchlibrary bumped from ^1.0.0-preview.103 to ^1.0.0-preview.104
17+
* @microsoft/kiota-serialization-form bumped from ^1.0.0-preview.103 to ^1.0.0-preview.104
18+
* @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.103 to ^1.0.0-preview.104
19+
* @microsoft/kiota-serialization-multipart bumped from ^1.0.0-preview.103 to ^1.0.0-preview.104
20+
* @microsoft/kiota-serialization-text bumped from ^1.0.0-preview.103 to ^1.0.0-preview.104
21+
322
## [1.0.0-preview.103](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.102...@microsoft/kiota-bundle@1.0.0-preview.103) (2026-06-17)
423

524

packages/bundle/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/kiota-bundle",
3-
"version": "1.0.0-preview.103",
3+
"version": "1.0.0-preview.104",
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",
@@ -32,12 +32,12 @@
3232
},
3333
"homepage": "https://github.com/microsoft/kiota#readme",
3434
"dependencies": {
35-
"@microsoft/kiota-abstractions": "^1.0.0-preview.103",
36-
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.103",
37-
"@microsoft/kiota-serialization-form": "^1.0.0-preview.103",
38-
"@microsoft/kiota-serialization-json": "^1.0.0-preview.103",
39-
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.103",
40-
"@microsoft/kiota-serialization-text": "^1.0.0-preview.103"
35+
"@microsoft/kiota-abstractions": "^1.0.0-preview.104",
36+
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.104",
37+
"@microsoft/kiota-serialization-form": "^1.0.0-preview.104",
38+
"@microsoft/kiota-serialization-json": "^1.0.0-preview.104",
39+
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.104",
40+
"@microsoft/kiota-serialization-text": "^1.0.0-preview.104"
4141
},
4242
"publishConfig": {
4343
"access": "public"

0 commit comments

Comments
 (0)