Skip to content

Commit 91a7cbb

Browse files
authored
Merge pull request #1663 from microsoft/release-please--branches--main
chore: release main
2 parents 554acbc + 3268f1b commit 91a7cbb

20 files changed

+181
-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.89",
3-
"packages/authentication/azure": "1.0.0-preview.89",
4-
"packages/authentication/spfx": "1.0.0-preview.89",
5-
"packages/bundle": "1.0.0-preview.89",
6-
"packages/http/fetch": "1.0.0-preview.89",
7-
"packages/serialization/form": "1.0.0-preview.89",
8-
"packages/serialization/json": "1.0.0-preview.89",
9-
"packages/serialization/multipart": "1.0.0-preview.89",
10-
"packages/serialization/text": "1.0.0-preview.89"
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"
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.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)
4+
5+
6+
### Bug Fixes
7+
8+
* revert to IterableIterator type ([554acbc](https://github.com/microsoft/kiota-typescript/commit/554acbc0342c32eaf00f890fb488557c4faec75f))
9+
310
## [1.0.0-preview.89](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.88...@microsoft/kiota-abstractions@1.0.0-preview.89) (2025-03-19)
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.89",
3+
"version": "1.0.0-preview.90",
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.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)
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.89 to ^1.0.0-preview.90
16+
317
## [1.0.0-preview.89](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.88...@microsoft/kiota-authentication-azure@1.0.0-preview.89) (2025-03-19)
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.89",
3+
"version": "1.0.0-preview.90",
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.89",
36+
"@microsoft/kiota-abstractions": "^1.0.0-preview.90",
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.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)
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.89 to ^1.0.0-preview.90
16+
317
## [1.0.0-preview.89](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.88...@microsoft/kiota-authentication-spfx@1.0.0-preview.89) (2025-03-19)
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.89",
3+
"version": "1.0.0-preview.90",
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.89",
45+
"@microsoft/kiota-abstractions": "^1.0.0-preview.90",
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.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)
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.89 to ^1.0.0-preview.90
16+
* @microsoft/kiota-http-fetchlibrary bumped from ^1.0.0-preview.89 to ^1.0.0-preview.90
17+
* @microsoft/kiota-serialization-form bumped from ^1.0.0-preview.89 to ^1.0.0-preview.90
18+
* @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.89 to ^1.0.0-preview.90
19+
* @microsoft/kiota-serialization-multipart bumped from ^1.0.0-preview.89 to ^1.0.0-preview.90
20+
* @microsoft/kiota-serialization-text bumped from ^1.0.0-preview.89 to ^1.0.0-preview.90
21+
322
## [1.0.0-preview.89](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.88...@microsoft/kiota-bundle@1.0.0-preview.89) (2025-03-19)
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.89",
3+
"version": "1.0.0-preview.90",
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.89",
35-
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.89",
36-
"@microsoft/kiota-serialization-form": "^1.0.0-preview.89",
37-
"@microsoft/kiota-serialization-json": "^1.0.0-preview.89",
38-
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.89",
39-
"@microsoft/kiota-serialization-text": "^1.0.0-preview.89"
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"
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.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)
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.89 to ^1.0.0-preview.90
16+
317
## [1.0.0-preview.89](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.88...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.89) (2025-03-19)
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.89",
3+
"version": "1.0.0-preview.90",
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.89",
37+
"@microsoft/kiota-abstractions": "^1.0.0-preview.90",
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.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)
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.89 to ^1.0.0-preview.90
16+
317
## [1.0.0-preview.89](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.88...@microsoft/kiota-serialization-form@1.0.0-preview.89) (2025-03-19)
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.89",
3+
"version": "1.0.0-preview.90",
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.89",
42+
"@microsoft/kiota-abstractions": "^1.0.0-preview.90",
4343
"tslib": "^2.6.2"
4444
},
4545
"publishConfig": {

packages/serialization/json/CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@microsoft/kiota-serialization-json:** 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.89 to ^1.0.0-preview.90
16+
317
## [1.0.0-preview.89](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.88...@microsoft/kiota-serialization-json@1.0.0-preview.89) (2025-03-19)
418

519

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.89",
3+
"version": "1.0.0-preview.90",
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.89",
42+
"@microsoft/kiota-abstractions": "^1.0.0-preview.90",
4343
"tslib": "^2.6.2"
4444
},
4545
"publishConfig": {

0 commit comments

Comments
 (0)