Skip to content

Commit e8b88a3

Browse files
authored
Merge pull request #1446 from microsoft/release-please--branches--main
chore: release main
2 parents d33ddef + 06c9e6d commit e8b88a3

20 files changed

+189
-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.70",
3-
"packages/authentication/azure": "1.0.0-preview.70",
4-
"packages/authentication/spfx": "1.0.0-preview.70",
5-
"packages/bundle": "1.0.0-preview.70",
6-
"packages/http/fetch": "1.0.0-preview.70",
7-
"packages/serialization/form": "1.0.0-preview.70",
8-
"packages/serialization/json": "1.0.0-preview.70",
9-
"packages/serialization/multipart": "1.0.0-preview.70",
10-
"packages/serialization/text": "1.0.0-preview.70"
2+
"packages/abstractions": "1.0.0-preview.71",
3+
"packages/authentication/azure": "1.0.0-preview.71",
4+
"packages/authentication/spfx": "1.0.0-preview.71",
5+
"packages/bundle": "1.0.0-preview.71",
6+
"packages/http/fetch": "1.0.0-preview.71",
7+
"packages/serialization/form": "1.0.0-preview.71",
8+
"packages/serialization/json": "1.0.0-preview.71",
9+
"packages/serialization/multipart": "1.0.0-preview.71",
10+
"packages/serialization/text": "1.0.0-preview.71"
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.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.70...@microsoft/kiota-abstractions@1.0.0-preview.71) (2024-10-28)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@microsoft/kiota-abstractions:** Synchronize microsoft-kiota versions
9+
310
## [1.0.0-preview.70](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.69...@microsoft/kiota-abstractions@1.0.0-preview.70) (2024-10-24)
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.70",
3+
"version": "1.0.0-preview.71",
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

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

3+
## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.70...@microsoft/kiota-authentication-azure@1.0.0-preview.71) (2024-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* set version in package files to be updated by release please ([d33ddef](https://github.com/microsoft/kiota-typescript/commit/d33ddefccd5f8b1f0bcdcea3f8cf72a22bfb73e2))
9+
* set version in package files to be updated by release please ([4da42b6](https://github.com/microsoft/kiota-typescript/commit/4da42b616bd5b87f3cc90d7d540c972744e2edee))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71
17+
318
## [1.0.0-preview.70](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.69...@microsoft/kiota-authentication-azure@1.0.0-preview.70) (2024-10-24)
419

520

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.70",
3+
"version": "1.0.0-preview.71",
44
"description": "Authentication provider for Kiota using Azure Identity",
55
"main": "dist/es/src/index.js",
66
"module": "dist/es/src/index.js",
@@ -32,7 +32,7 @@
3232
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
3333
"dependencies": {
3434
"@azure/core-auth": "^1.5.0",
35-
"@microsoft/kiota-abstractions": "^1.0.0-preview.70",
35+
"@microsoft/kiota-abstractions": "^1.0.0-preview.71",
3636
"@opentelemetry/api": "^1.7.0",
3737
"tslib": "^2.6.2"
3838
},

packages/authentication/spfx/CHANGELOG.md

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

3+
## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.70...@microsoft/kiota-authentication-spfx@1.0.0-preview.71) (2024-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* set version in package files to be updated by release please ([d33ddef](https://github.com/microsoft/kiota-typescript/commit/d33ddefccd5f8b1f0bcdcea3f8cf72a22bfb73e2))
9+
* set version in package files to be updated by release please ([4da42b6](https://github.com/microsoft/kiota-typescript/commit/4da42b616bd5b87f3cc90d7d540c972744e2edee))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71
17+
318
## [1.0.0-preview.70](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.69...@microsoft/kiota-authentication-spfx@1.0.0-preview.70) (2024-10-24)
419

520

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.70",
3+
"version": "1.0.0-preview.71",
44
"description": "Authentication provider for using Kiota in SPFx solutions",
55
"main": "dist/es/src/index.js",
66
"module": "dist/es/src/index.js",
@@ -41,7 +41,7 @@
4141
},
4242
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
4343
"dependencies": {
44-
"@microsoft/kiota-abstractions": "^1.0.0-preview.70",
44+
"@microsoft/kiota-abstractions": "^1.0.0-preview.71",
4545
"@microsoft/sp-http": "^1.15.2",
4646
"@opentelemetry/api": "^1.7.0",
4747
"tslib": "^2.6.2"

packages/bundle/CHANGELOG.md

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

3+
## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.70...@microsoft/kiota-bundle@1.0.0-preview.71) (2024-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* set version in package files to be updated by release please ([d33ddef](https://github.com/microsoft/kiota-typescript/commit/d33ddefccd5f8b1f0bcdcea3f8cf72a22bfb73e2))
9+
* set version in package files to be updated by release please ([4da42b6](https://github.com/microsoft/kiota-typescript/commit/4da42b616bd5b87f3cc90d7d540c972744e2edee))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71
17+
* @microsoft/kiota-http-fetchlibrary bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71
18+
* @microsoft/kiota-serialization-form bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71
19+
* @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71
20+
* @microsoft/kiota-serialization-multipart bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71
21+
* @microsoft/kiota-serialization-text bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71
22+
323
## [1.0.0-preview.70](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.69...@microsoft/kiota-bundle@1.0.0-preview.70) (2024-10-24)
424

525

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.70",
3+
"version": "1.0.0-preview.71",
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",
@@ -30,12 +30,12 @@
3030
},
3131
"homepage": "https://github.com/microsoft/kiota#readme",
3232
"dependencies": {
33-
"@microsoft/kiota-abstractions": "^1.0.0-preview.70",
34-
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.70",
35-
"@microsoft/kiota-serialization-form": "^1.0.0-preview.70",
36-
"@microsoft/kiota-serialization-json": "^1.0.0-preview.70",
37-
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.70",
38-
"@microsoft/kiota-serialization-text": "^1.0.0-preview.70"
33+
"@microsoft/kiota-abstractions": "^1.0.0-preview.71",
34+
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.71",
35+
"@microsoft/kiota-serialization-form": "^1.0.0-preview.71",
36+
"@microsoft/kiota-serialization-json": "^1.0.0-preview.71",
37+
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.71",
38+
"@microsoft/kiota-serialization-text": "^1.0.0-preview.71"
3939
},
4040
"publishConfig": {
4141
"access": "public"

packages/http/fetch/CHANGELOG.md

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

3+
## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.70...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.71) (2024-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* set version in package files to be updated by release please ([d33ddef](https://github.com/microsoft/kiota-typescript/commit/d33ddefccd5f8b1f0bcdcea3f8cf72a22bfb73e2))
9+
* set version in package files to be updated by release please ([4da42b6](https://github.com/microsoft/kiota-typescript/commit/4da42b616bd5b87f3cc90d7d540c972744e2edee))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71
17+
318
## [1.0.0-preview.70](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.69...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.70) (2024-10-24)
419

520

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.70",
3+
"version": "1.0.0-preview.71",
44
"description": "Kiota request adapter implementation with fetch",
55
"keywords": [
66
"Kiota",
@@ -33,7 +33,7 @@
3333
"test": "npm run test:node && npm run test:browser"
3434
},
3535
"dependencies": {
36-
"@microsoft/kiota-abstractions": "^1.0.0-preview.70",
36+
"@microsoft/kiota-abstractions": "^1.0.0-preview.71",
3737
"@opentelemetry/api": "^1.7.0",
3838
"guid-typescript": "^1.0.9",
3939
"tslib": "^2.6.2"

packages/serialization/form/CHANGELOG.md

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

3+
## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.70...@microsoft/kiota-serialization-form@1.0.0-preview.71) (2024-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* set version in package files to be updated by release please ([d33ddef](https://github.com/microsoft/kiota-typescript/commit/d33ddefccd5f8b1f0bcdcea3f8cf72a22bfb73e2))
9+
* set version in package files to be updated by release please ([4da42b6](https://github.com/microsoft/kiota-typescript/commit/4da42b616bd5b87f3cc90d7d540c972744e2edee))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71
17+
318
## [1.0.0-preview.70](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.69...@microsoft/kiota-serialization-form@1.0.0-preview.70) (2024-10-24)
419

520

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.70",
3+
"version": "1.0.0-preview.71",
44
"description": "Implementation of Kiota Serialization interfaces for URI from encoded",
55
"main": "dist/es/src/index.js",
66
"browser": {
@@ -38,7 +38,7 @@
3838
},
3939
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
4040
"dependencies": {
41-
"@microsoft/kiota-abstractions": "^1.0.0-preview.70",
41+
"@microsoft/kiota-abstractions": "^1.0.0-preview.71",
4242
"guid-typescript": "^1.0.9",
4343
"tslib": "^2.6.2"
4444
},

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.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.70...@microsoft/kiota-serialization-json@1.0.0-preview.71) (2024-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* set version in package files to be updated by release please ([d33ddef](https://github.com/microsoft/kiota-typescript/commit/d33ddefccd5f8b1f0bcdcea3f8cf72a22bfb73e2))
9+
* set version in package files to be updated by release please ([4da42b6](https://github.com/microsoft/kiota-typescript/commit/4da42b616bd5b87f3cc90d7d540c972744e2edee))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71
17+
318
## [1.0.0-preview.70](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.69...@microsoft/kiota-serialization-json@1.0.0-preview.70) (2024-10-24)
419

520

0 commit comments

Comments
 (0)