Skip to content

Commit b67992b

Browse files
authored
Merge pull request #1864 from microsoft/release-please--branches--main
chore: release main
2 parents 6a146b2 + 813b063 commit b67992b

File tree

20 files changed

+182
-55
lines changed

20 files changed

+182
-55
lines changed

.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.98",
3-
"packages/authentication/azure": "1.0.0-preview.98",
4-
"packages/authentication/spfx": "1.0.0-preview.98",
5-
"packages/bundle": "1.0.0-preview.98",
6-
"packages/http/fetch": "1.0.0-preview.98",
7-
"packages/serialization/form": "1.0.0-preview.98",
8-
"packages/serialization/json": "1.0.0-preview.98",
9-
"packages/serialization/multipart": "1.0.0-preview.98",
10-
"packages/serialization/text": "1.0.0-preview.98"
2+
"packages/abstractions": "1.0.0-preview.99",
3+
"packages/authentication/azure": "1.0.0-preview.99",
4+
"packages/authentication/spfx": "1.0.0-preview.99",
5+
"packages/bundle": "1.0.0-preview.99",
6+
"packages/http/fetch": "1.0.0-preview.99",
7+
"packages/serialization/form": "1.0.0-preview.99",
8+
"packages/serialization/json": "1.0.0-preview.99",
9+
"packages/serialization/multipart": "1.0.0-preview.99",
10+
"packages/serialization/text": "1.0.0-preview.99"
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.0-preview.99](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2025-10-10)
4+
5+
6+
### Bug Fixes
7+
8+
* adding handler for 'then' nav property on apiClientProxifier ([6a146b2](https://github.com/microsoft/kiota-typescript/commit/6a146b2ac71f6f97be0c8fa2fbb761171e41c88e))
9+
* adding handler for then nav property on apiClientProxifier ([fe427ef](https://github.com/microsoft/kiota-typescript/commit/fe427eff7679ae11ea1b9eabe67e9b3de3ab6559))
10+
311
## [1.0.0-preview.98](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2025-09-04)
412

513

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.98",
3+
"version": "1.0.0-preview.99",
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.99](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2025-10-10)
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.98 to ^1.0.0-preview.99
16+
317
## [1.0.0-preview.98](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2025-09-04)
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.98",
3+
"version": "1.0.0-preview.99",
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.98",
36+
"@microsoft/kiota-abstractions": "^1.0.0-preview.99",
3737
"@opentelemetry/api": "^1.7.0",
3838
"tslib": "^2.6.2"
3939
},

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.99](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2025-10-10)
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.98 to ^1.0.0-preview.99
16+
317
## [1.0.0-preview.98](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2025-09-04)
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.98",
3+
"version": "1.0.0-preview.99",
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.98",
45+
"@microsoft/kiota-abstractions": "^1.0.0-preview.99",
4646
"@microsoft/sp-http": "^1.15.2",
4747
"@opentelemetry/api": "^1.7.0",
4848
"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.99](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2025-10-10)
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.98 to ^1.0.0-preview.99
16+
* @microsoft/kiota-http-fetchlibrary bumped from ^1.0.0-preview.98 to ^1.0.0-preview.99
17+
* @microsoft/kiota-serialization-form bumped from ^1.0.0-preview.98 to ^1.0.0-preview.99
18+
* @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.98 to ^1.0.0-preview.99
19+
* @microsoft/kiota-serialization-multipart bumped from ^1.0.0-preview.98 to ^1.0.0-preview.99
20+
* @microsoft/kiota-serialization-text bumped from ^1.0.0-preview.98 to ^1.0.0-preview.99
21+
322
## [1.0.0-preview.98](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2025-09-04)
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.98",
3+
"version": "1.0.0-preview.99",
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.98",
35-
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.98",
36-
"@microsoft/kiota-serialization-form": "^1.0.0-preview.98",
37-
"@microsoft/kiota-serialization-json": "^1.0.0-preview.98",
38-
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.98",
39-
"@microsoft/kiota-serialization-text": "^1.0.0-preview.98"
34+
"@microsoft/kiota-abstractions": "^1.0.0-preview.99",
35+
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.99",
36+
"@microsoft/kiota-serialization-form": "^1.0.0-preview.99",
37+
"@microsoft/kiota-serialization-json": "^1.0.0-preview.99",
38+
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.99",
39+
"@microsoft/kiota-serialization-text": "^1.0.0-preview.99"
4040
},
4141
"publishConfig": {
4242
"access": "public"

0 commit comments

Comments
 (0)