diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 857e46a70..e1302ea48 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - "packages/abstractions": "1.0.0-preview.69", - "packages/authentication/azure": "1.0.0-preview.69", - "packages/authentication/spfx": "1.0.0-preview.69", - "packages/bundle": "1.0.0-preview.69", - "packages/http/fetch": "1.0.0-preview.69", - "packages/serialization/form": "1.0.0-preview.69", - "packages/serialization/json": "1.0.0-preview.69", - "packages/serialization/multipart": "1.0.0-preview.69", - "packages/serialization/text": "1.0.0-preview.69" + "packages/abstractions": "1.0.0-preview.70", + "packages/authentication/azure": "1.0.0-preview.70", + "packages/authentication/spfx": "1.0.0-preview.70", + "packages/bundle": "1.0.0-preview.70", + "packages/http/fetch": "1.0.0-preview.70", + "packages/serialization/form": "1.0.0-preview.70", + "packages/serialization/json": "1.0.0-preview.70", + "packages/serialization/multipart": "1.0.0-preview.70", + "packages/serialization/text": "1.0.0-preview.70" } diff --git a/packages/abstractions/CHANGELOG.md b/packages/abstractions/CHANGELOG.md index f8ab3adb1..2e4f980c3 100644 --- a/packages/abstractions/CHANGELOG.md +++ b/packages/abstractions/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Features + +* request body compression ([#1358](https://github.com/microsoft/kiota-typescript/issues/1358)) ([40440fb](https://github.com/microsoft/kiota-typescript/commit/40440fbd89edb2f59046c3bd38b5d1f0c80b40ae)) + ## [1.0.0-preview.69](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.68...@microsoft/kiota-abstractions@1.0.0-preview.69) (2024-10-22) diff --git a/packages/abstractions/package.json b/packages/abstractions/package.json index 9cfc5768a..3e8501cee 100644 --- a/packages/abstractions/package.json +++ b/packages/abstractions/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-abstractions", - "version": "1.0.0-preview.69", + "version": "1.0.0-preview.70", "description": "Core abstractions for kiota generated libraries in TypeScript and JavaScript", "main": "dist/es/src/index.js", "module": "dist/es/src/index.js", diff --git a/packages/authentication/azure/CHANGELOG.md b/packages/authentication/azure/CHANGELOG.md index bc85fe7a7..bc0e0cc22 100644 --- a/packages/authentication/azure/CHANGELOG.md +++ b/packages/authentication/azure/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Miscellaneous Chores + +* **@microsoft/kiota-authentication-azure:** Synchronize microsoft-kiota versions + ## [1.0.0-preview.69](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.63...@microsoft/kiota-authentication-azure@1.0.0-preview.69) (2024-10-22) diff --git a/packages/authentication/azure/package.json b/packages/authentication/azure/package.json index 7d5350cfa..5d3b5dda5 100644 --- a/packages/authentication/azure/package.json +++ b/packages/authentication/azure/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-authentication-azure", - "version": "1.0.0-preview.69", + "version": "1.0.0-preview.70", "description": "Authentication provider for Kiota using Azure Identity", "main": "dist/es/src/index.js", "module": "dist/es/src/index.js", diff --git a/packages/authentication/spfx/CHANGELOG.md b/packages/authentication/spfx/CHANGELOG.md index a4db665cc..3b8552f9d 100644 --- a/packages/authentication/spfx/CHANGELOG.md +++ b/packages/authentication/spfx/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Miscellaneous Chores + +* **@microsoft/kiota-authentication-spfx:** Synchronize microsoft-kiota versions + ## [1.0.0-preview.69](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.57...@microsoft/kiota-authentication-spfx@1.0.0-preview.69) (2024-10-22) diff --git a/packages/authentication/spfx/package.json b/packages/authentication/spfx/package.json index dbbbb7552..af1af7542 100644 --- a/packages/authentication/spfx/package.json +++ b/packages/authentication/spfx/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-authentication-spfx", - "version": "1.0.0-preview.69", + "version": "1.0.0-preview.70", "description": "Authentication provider for using Kiota in SPFx solutions", "main": "dist/es/src/index.js", "module": "dist/es/src/index.js", diff --git a/packages/bundle/CHANGELOG.md b/packages/bundle/CHANGELOG.md index 528c4559a..bc78207e8 100644 --- a/packages/bundle/CHANGELOG.md +++ b/packages/bundle/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Miscellaneous Chores + +* **@microsoft/kiota-bundle:** Synchronize microsoft-kiota versions + ## [1.0.0-preview.69](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.11...@microsoft/kiota-bundle@1.0.0-preview.69) (2024-10-22) diff --git a/packages/bundle/package.json b/packages/bundle/package.json index 31e155d2a..8db4df0c8 100644 --- a/packages/bundle/package.json +++ b/packages/bundle/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-bundle", - "version": "1.0.0-preview.69", + "version": "1.0.0-preview.70", "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", diff --git a/packages/http/fetch/CHANGELOG.md b/packages/http/fetch/CHANGELOG.md index 612105ce8..0a2120830 100644 --- a/packages/http/fetch/CHANGELOG.md +++ b/packages/http/fetch/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Features + +* request body compression ([#1358](https://github.com/microsoft/kiota-typescript/issues/1358)) ([40440fb](https://github.com/microsoft/kiota-typescript/commit/40440fbd89edb2f59046c3bd38b5d1f0c80b40ae)) + ## [1.0.0-preview.69](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.67...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.69) (2024-10-22) diff --git a/packages/http/fetch/package.json b/packages/http/fetch/package.json index 080cb633f..60d74f38d 100644 --- a/packages/http/fetch/package.json +++ b/packages/http/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-http-fetchlibrary", - "version": "1.0.0-preview.69", + "version": "1.0.0-preview.70", "description": "Kiota request adapter implementation with fetch", "keywords": [ "Kiota", diff --git a/packages/serialization/form/CHANGELOG.md b/packages/serialization/form/CHANGELOG.md index b33d43073..2c968a74f 100644 --- a/packages/serialization/form/CHANGELOG.md +++ b/packages/serialization/form/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Miscellaneous Chores + +* **@microsoft/kiota-serialization-form:** Synchronize microsoft-kiota versions + ## [1.0.0-preview.69](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.56...@microsoft/kiota-serialization-form@1.0.0-preview.69) (2024-10-22) diff --git a/packages/serialization/form/package.json b/packages/serialization/form/package.json index 15ff1ea93..3fc94a7d9 100644 --- a/packages/serialization/form/package.json +++ b/packages/serialization/form/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-serialization-form", - "version": "1.0.0-preview.69", + "version": "1.0.0-preview.70", "description": "Implementation of Kiota Serialization interfaces for URI from encoded", "main": "dist/es/src/index.js", "browser": { diff --git a/packages/serialization/json/CHANGELOG.md b/packages/serialization/json/CHANGELOG.md index 3518c788d..15ad6ab9d 100644 --- a/packages/serialization/json/CHANGELOG.md +++ b/packages/serialization/json/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Miscellaneous Chores + +* **@microsoft/kiota-serialization-json:** Synchronize microsoft-kiota versions + ## [1.0.0-preview.69](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.68...@microsoft/kiota-serialization-json@1.0.0-preview.69) (2024-10-22) diff --git a/packages/serialization/json/package.json b/packages/serialization/json/package.json index b836ad557..50e208f07 100644 --- a/packages/serialization/json/package.json +++ b/packages/serialization/json/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-serialization-json", - "version": "1.0.0-preview.69", + "version": "1.0.0-preview.70", "description": "Implementation of Kiota Serialization interfaces for JSON", "main": "dist/es/src/index.js", "type": "module", diff --git a/packages/serialization/multipart/CHANGELOG.md b/packages/serialization/multipart/CHANGELOG.md index 5215137d5..9624208e6 100644 --- a/packages/serialization/multipart/CHANGELOG.md +++ b/packages/serialization/multipart/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0-preview.70](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-multipart@1.0.0-preview.69...@microsoft/kiota-serialization-multipart@1.0.0-preview.70) (2024-10-24) + + +### Miscellaneous Chores + +* **@microsoft/kiota-serialization-multipart:** Synchronize microsoft-kiota versions + ## [1.0.0-preview.69](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-multipart@1.0.0-preview.46...@microsoft/kiota-serialization-multipart@1.0.0-preview.69) (2024-10-22) diff --git a/packages/serialization/multipart/package.json b/packages/serialization/multipart/package.json index fb64a16dd..be016010b 100644 --- a/packages/serialization/multipart/package.json +++ b/packages/serialization/multipart/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-serialization-multipart", - "version": "1.0.0-preview.69", + "version": "1.0.0-preview.70", "description": "Implementation of Kiota Serialization interfaces for multipart form data", "main": "dist/es/src/index.js", "module": "dist/es/src/index.js", diff --git a/packages/serialization/text/CHANGELOG.md b/packages/serialization/text/CHANGELOG.md index 2058e5cdb..55821f658 100644 --- a/packages/serialization/text/CHANGELOG.md +++ b/packages/serialization/text/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0-preview.70](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-text@1.0.0-preview.69...@microsoft/kiota-serialization-text@1.0.0-preview.70) (2024-10-24) + + +### Miscellaneous Chores + +* **@microsoft/kiota-serialization-text:** Synchronize microsoft-kiota versions + ## [1.0.0-preview.69](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-text@1.0.0-preview.65...@microsoft/kiota-serialization-text@1.0.0-preview.69) (2024-10-22) diff --git a/packages/serialization/text/package.json b/packages/serialization/text/package.json index 9afffaae7..dcc488c60 100644 --- a/packages/serialization/text/package.json +++ b/packages/serialization/text/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-serialization-text", - "version": "1.0.0-preview.69", + "version": "1.0.0-preview.70", "description": "Implementation of Kiota Serialization interfaces for text", "main": "dist/es/src/index.js", "browser": {