Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #1603

Merged
merged 1 commit into from
Feb 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/abstractions": "1.0.0-preview.83",
"packages/authentication/azure": "1.0.0-preview.83",
"packages/authentication/spfx": "1.0.0-preview.83",
"packages/bundle": "1.0.0-preview.83",
"packages/http/fetch": "1.0.0-preview.83",
"packages/serialization/form": "1.0.0-preview.83",
"packages/serialization/json": "1.0.0-preview.83",
"packages/serialization/multipart": "1.0.0-preview.83",
"packages/serialization/text": "1.0.0-preview.83"
"packages/abstractions": "1.0.0-preview.84",
"packages/authentication/azure": "1.0.0-preview.84",
"packages/authentication/spfx": "1.0.0-preview.84",
"packages/bundle": "1.0.0-preview.84",
"packages/http/fetch": "1.0.0-preview.84",
"packages/serialization/form": "1.0.0-preview.84",
"packages/serialization/json": "1.0.0-preview.84",
"packages/serialization/multipart": "1.0.0-preview.84",
"packages/serialization/text": "1.0.0-preview.84"
}
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions packages/abstractions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [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)


### Features

* add support for filename in Content-Disposition header ([29c4d09](https://github.com/microsoft/kiota-typescript/commit/29c4d09e06d508bcbd373174c326fd740307af61))


### Bug Fixes

* corrects SerializationWriter.writeByteArrayValue to ensure consistency with other method writers ([e895a13](https://github.com/microsoft/kiota-typescript/commit/e895a13c1dc42c2c7b0f734258af3c8a0dc21c45))
* SerializationWriter.writeByteArrayValue should accept a null value ([91bec86](https://github.com/microsoft/kiota-typescript/commit/91bec8613a8485d440986d51ca293af9eedf4919))

## [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)


2 changes: 1 addition & 1 deletion packages/abstractions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-abstractions",
"version": "1.0.0-preview.83",
"version": "1.0.0-preview.84",
"description": "Core abstractions for kiota generated libraries in TypeScript and JavaScript",
"main": "dist/es/src/index.js",
"module": "dist/es/src/index.js",
14 changes: 14 additions & 0 deletions packages/authentication/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [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)


### Miscellaneous Chores

* **@microsoft/kiota-authentication-azure:** Synchronize microsoft-kiota versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.83 to ^1.0.0-preview.84

## [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)


4 changes: 2 additions & 2 deletions packages/authentication/azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-authentication-azure",
"version": "1.0.0-preview.83",
"version": "1.0.0-preview.84",
"description": "Authentication provider for Kiota using Azure Identity",
"main": "dist/es/src/index.js",
"module": "dist/es/src/index.js",
@@ -33,7 +33,7 @@
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
"dependencies": {
"@azure/core-auth": "^1.5.0",
"@microsoft/kiota-abstractions": "^1.0.0-preview.83",
"@microsoft/kiota-abstractions": "^1.0.0-preview.84",
"@opentelemetry/api": "^1.7.0",
"tslib": "^2.6.2"
},
14 changes: 14 additions & 0 deletions packages/authentication/spfx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [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)


### Miscellaneous Chores

* **@microsoft/kiota-authentication-spfx:** Synchronize microsoft-kiota versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.83 to ^1.0.0-preview.84

## [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)


4 changes: 2 additions & 2 deletions packages/authentication/spfx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-authentication-spfx",
"version": "1.0.0-preview.83",
"version": "1.0.0-preview.84",
"description": "Authentication provider for using Kiota in SPFx solutions",
"main": "dist/es/src/index.js",
"module": "dist/es/src/index.js",
@@ -42,7 +42,7 @@
},
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.83",
"@microsoft/kiota-abstractions": "^1.0.0-preview.84",
"@microsoft/sp-http": "^1.15.2",
"@opentelemetry/api": "^1.7.0",
"tslib": "^2.6.2"
19 changes: 19 additions & 0 deletions packages/bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [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)


### Miscellaneous Chores

* **@microsoft/kiota-bundle:** Synchronize microsoft-kiota versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.83 to ^1.0.0-preview.84
* @microsoft/kiota-http-fetchlibrary bumped from ^1.0.0-preview.83 to ^1.0.0-preview.84
* @microsoft/kiota-serialization-form bumped from ^1.0.0-preview.83 to ^1.0.0-preview.84
* @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.83 to ^1.0.0-preview.84
* @microsoft/kiota-serialization-multipart bumped from ^1.0.0-preview.83 to ^1.0.0-preview.84
* @microsoft/kiota-serialization-text bumped from ^1.0.0-preview.83 to ^1.0.0-preview.84

## [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)


14 changes: 7 additions & 7 deletions packages/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-bundle",
"version": "1.0.0-preview.83",
"version": "1.0.0-preview.84",
"description": "Kiota Bundle package providing default implementations for client setup for kiota generated libraries in TypeScript and JavaScript",
"main": "dist/es/src/index.js",
"module": "dist/es/src/index.js",
@@ -31,12 +31,12 @@
},
"homepage": "https://github.com/microsoft/kiota#readme",
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.83",
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.83",
"@microsoft/kiota-serialization-form": "^1.0.0-preview.83",
"@microsoft/kiota-serialization-json": "^1.0.0-preview.83",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.83",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.83"
"@microsoft/kiota-abstractions": "^1.0.0-preview.84",
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.84",
"@microsoft/kiota-serialization-form": "^1.0.0-preview.84",
"@microsoft/kiota-serialization-json": "^1.0.0-preview.84",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.84",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.84"
},
"publishConfig": {
"access": "public"
14 changes: 14 additions & 0 deletions packages/http/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [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)


### Miscellaneous Chores

* **@microsoft/kiota-http-fetchlibrary:** Synchronize microsoft-kiota versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.83 to ^1.0.0-preview.84

## [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)


4 changes: 2 additions & 2 deletions packages/http/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-http-fetchlibrary",
"version": "1.0.0-preview.83",
"version": "1.0.0-preview.84",
"description": "Kiota request adapter implementation with fetch",
"keywords": [
"Kiota",
@@ -34,7 +34,7 @@
"test": "npm run test:node && npm run test:browser"
},
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.83",
"@microsoft/kiota-abstractions": "^1.0.0-preview.84",
"@opentelemetry/api": "^1.7.0",
"tslib": "^2.6.2"
},
14 changes: 14 additions & 0 deletions packages/serialization/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [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)


### Miscellaneous Chores

* **@microsoft/kiota-serialization-form:** Synchronize microsoft-kiota versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.83 to ^1.0.0-preview.84

## [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)


4 changes: 2 additions & 2 deletions packages/serialization/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-serialization-form",
"version": "1.0.0-preview.83",
"version": "1.0.0-preview.84",
"description": "Implementation of Kiota Serialization interfaces for URI from encoded",
"main": "dist/es/src/index.js",
"browser": {
@@ -39,7 +39,7 @@
},
"homepage": "https://github.com/microsoft/kiota-typescript#readme",
"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.83",
"@microsoft/kiota-abstractions": "^1.0.0-preview.84",
"tslib": "^2.6.2"
},
"publishConfig": {
15 changes: 15 additions & 0 deletions packages/serialization/json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [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)


### Bug Fixes

* corrects SerializationWriter.writeByteArrayValue to ensure consistency with other method writers ([e895a13](https://github.com/microsoft/kiota-typescript/commit/e895a13c1dc42c2c7b0f734258af3c8a0dc21c45))
* SerializationWriter.writeByteArrayValue should accept a null value ([91bec86](https://github.com/microsoft/kiota-typescript/commit/91bec8613a8485d440986d51ca293af9eedf4919))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.83 to ^1.0.0-preview.84

## [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)


Loading
Loading