From 61fde48627dab89e208e7aa358f2277acd5fa019 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 07:26:33 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 14 +++++++------- packages/microsoft_kiota_abstractions/CHANGELOG.md | 7 +++++++ packages/microsoft_kiota_abstractions/pubspec.yaml | 2 +- packages/microsoft_kiota_bundle/CHANGELOG.md | 7 +++++++ packages/microsoft_kiota_bundle/pubspec.yaml | 2 +- packages/microsoft_kiota_http/CHANGELOG.md | 7 +++++++ .../lib/src/kiota_client_factory.dart | 2 +- packages/microsoft_kiota_http/pubspec.yaml | 2 +- .../CHANGELOG.md | 9 ++++++++- .../pubspec.yaml | 2 +- .../CHANGELOG.md | 7 +++++++ .../pubspec.yaml | 2 +- .../CHANGELOG.md | 7 +++++++ .../pubspec.yaml | 2 +- .../CHANGELOG.md | 7 +++++++ .../pubspec.yaml | 2 +- 16 files changed, 65 insertions(+), 16 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f2dcf16..0f614d8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { - "packages/microsoft_kiota_abstractions": "0.0.1", - "packages/microsoft_kiota_bundle": "0.0.1", - "packages/microsoft_kiota_http": "0.0.1", - "packages/microsoft_kiota_serialization_form": "0.0.1", - "packages/microsoft_kiota_serialization_json": "0.0.1", - "packages/microsoft_kiota_serialization_multipart": "0.0.1", - "packages/microsoft_kiota_serialization_text": "0.0.1" + "packages/microsoft_kiota_abstractions": "0.0.2", + "packages/microsoft_kiota_bundle": "0.0.2", + "packages/microsoft_kiota_http": "0.0.2", + "packages/microsoft_kiota_serialization_form": "0.0.2", + "packages/microsoft_kiota_serialization_json": "0.0.2", + "packages/microsoft_kiota_serialization_multipart": "0.0.2", + "packages/microsoft_kiota_serialization_text": "0.0.2" } \ No newline at end of file diff --git a/packages/microsoft_kiota_abstractions/CHANGELOG.md b/packages/microsoft_kiota_abstractions/CHANGELOG.md index c0490e1..23c6e8f 100644 --- a/packages/microsoft_kiota_abstractions/CHANGELOG.md +++ b/packages/microsoft_kiota_abstractions/CHANGELOG.md @@ -1,5 +1,12 @@ ## Unreleased +## [0.0.2](https://github.com/microsoft/kiota-dart/compare/microsoft_kiota_abstractions-v0.0.1...microsoft_kiota_abstractions-v0.0.2) (2025-01-10) + + +### Bug Fixes + +* Include badge for latest pub.dev version in each package README ([44f6e9d](https://github.com/microsoft/kiota-dart/commit/44f6e9ddd486b70ca8e18a1a41df85d641f9561c)) + ## [0.0.1] - 2025-01-06 - Initial version. diff --git a/packages/microsoft_kiota_abstractions/pubspec.yaml b/packages/microsoft_kiota_abstractions/pubspec.yaml index 3deed4f..f22dc85 100644 --- a/packages/microsoft_kiota_abstractions/pubspec.yaml +++ b/packages/microsoft_kiota_abstractions/pubspec.yaml @@ -1,6 +1,6 @@ name: microsoft_kiota_abstractions description: "Provides interfaces and base classes for Dart Kiota clients." -version: 0.0.1 +version: 0.0.2 homepage: https://github.com/microsoft/kiota-dart/tree/main/packages/microsoft_kiota_abstractions repository: https://github.com/microsoft/kiota-dart diff --git a/packages/microsoft_kiota_bundle/CHANGELOG.md b/packages/microsoft_kiota_bundle/CHANGELOG.md index 5efa5ad..8183f79 100644 --- a/packages/microsoft_kiota_bundle/CHANGELOG.md +++ b/packages/microsoft_kiota_bundle/CHANGELOG.md @@ -1,5 +1,12 @@ ## Unreleased +## [0.0.2](https://github.com/microsoft/kiota-dart/compare/microsoft_kiota_bundle-v0.0.1...microsoft_kiota_bundle-v0.0.2) (2025-01-10) + + +### Bug Fixes + +* Include badge for latest pub.dev version in each package README ([44f6e9d](https://github.com/microsoft/kiota-dart/commit/44f6e9ddd486b70ca8e18a1a41df85d641f9561c)) + ## [0.0.1] - 2025-01-06 - Initial version. diff --git a/packages/microsoft_kiota_bundle/pubspec.yaml b/packages/microsoft_kiota_bundle/pubspec.yaml index d3d9fa3..c882ed4 100644 --- a/packages/microsoft_kiota_bundle/pubspec.yaml +++ b/packages/microsoft_kiota_bundle/pubspec.yaml @@ -1,6 +1,6 @@ name: microsoft_kiota_bundle description: "Provides a bundle of all the default Kiota implementations for easy consumption." -version: 0.0.1 +version: 0.0.2 homepage: https://github.com/microsoft/kiota-dart/tree/main/packages/microsoft_kiota_bundle repository: https://github.com/microsoft/kiota-dart diff --git a/packages/microsoft_kiota_http/CHANGELOG.md b/packages/microsoft_kiota_http/CHANGELOG.md index 2e754bc..253c77b 100644 --- a/packages/microsoft_kiota_http/CHANGELOG.md +++ b/packages/microsoft_kiota_http/CHANGELOG.md @@ -1,5 +1,12 @@ # Unreleased +## [0.0.2](https://github.com/microsoft/kiota-dart/compare/microsoft_kiota_http-v0.0.1...microsoft_kiota_http-v0.0.2) (2025-01-10) + + +### Bug Fixes + +* Include badge for latest pub.dev version in each package README ([44f6e9d](https://github.com/microsoft/kiota-dart/commit/44f6e9ddd486b70ca8e18a1a41df85d641f9561c)) + ## [0.0.1] - 2025-01-06 - Initial version. diff --git a/packages/microsoft_kiota_http/lib/src/kiota_client_factory.dart b/packages/microsoft_kiota_http/lib/src/kiota_client_factory.dart index 41b326d..7a6318e 100644 --- a/packages/microsoft_kiota_http/lib/src/kiota_client_factory.dart +++ b/packages/microsoft_kiota_http/lib/src/kiota_client_factory.dart @@ -4,7 +4,7 @@ class KiotaClientFactory { KiotaClientFactory._(); static const String _productName = 'kiota-dart'; - static const String _productVersion = '0.0.1'; // x-release-please-version + static const String _productVersion = '0.0.2'; // x-release-please-version static http.Client createClient() { return UserAgentClient( diff --git a/packages/microsoft_kiota_http/pubspec.yaml b/packages/microsoft_kiota_http/pubspec.yaml index e4c5c7e..8df3a69 100644 --- a/packages/microsoft_kiota_http/pubspec.yaml +++ b/packages/microsoft_kiota_http/pubspec.yaml @@ -1,6 +1,6 @@ name: microsoft_kiota_http description: "Provides an implementation of a Kiota RequestAdapter that uses `http`." -version: 0.0.1 +version: 0.0.2 homepage: https://github.com/microsoft/kiota-dart/tree/main/packages/microsoft_kiota_http repository: https://github.com/microsoft/kiota-dart diff --git a/packages/microsoft_kiota_serialization_form/CHANGELOG.md b/packages/microsoft_kiota_serialization_form/CHANGELOG.md index a7fe6b7..45e2c5a 100644 --- a/packages/microsoft_kiota_serialization_form/CHANGELOG.md +++ b/packages/microsoft_kiota_serialization_form/CHANGELOG.md @@ -1,6 +1,13 @@ # Unreleased +## [0.0.2](https://github.com/microsoft/kiota-dart/compare/microsoft_kiota_serialization_form-v0.0.1...microsoft_kiota_serialization_form-v0.0.2) (2025-01-10) + + +### Bug Fixes + +* Include badge for latest pub.dev version in each package README ([44f6e9d](https://github.com/microsoft/kiota-dart/commit/44f6e9ddd486b70ca8e18a1a41df85d641f9561c)) + ## [0.0.1] - 2025-01-06 - Initial version. -- Provides parsing and serialization support for the `application/x-www-form-urlencoded` content type. \ No newline at end of file +- Provides parsing and serialization support for the `application/x-www-form-urlencoded` content type. diff --git a/packages/microsoft_kiota_serialization_form/pubspec.yaml b/packages/microsoft_kiota_serialization_form/pubspec.yaml index 2a3f028..c089a13 100644 --- a/packages/microsoft_kiota_serialization_form/pubspec.yaml +++ b/packages/microsoft_kiota_serialization_form/pubspec.yaml @@ -1,6 +1,6 @@ name: microsoft_kiota_serialization_form description: "Provides parsing and serialization support for the `application/x-www-form-urlencoded` content type." -version: 0.0.1 +version: 0.0.2 homepage: https://github.com/microsoft/kiota-dart/tree/main/packages/microsoft_kiota_serialization_form repository: https://github.com/microsoft/kiota-dart diff --git a/packages/microsoft_kiota_serialization_json/CHANGELOG.md b/packages/microsoft_kiota_serialization_json/CHANGELOG.md index d26a493..730a8af 100644 --- a/packages/microsoft_kiota_serialization_json/CHANGELOG.md +++ b/packages/microsoft_kiota_serialization_json/CHANGELOG.md @@ -1,5 +1,12 @@ # Unreleased +## [0.0.2](https://github.com/microsoft/kiota-dart/compare/microsoft_kiota_serialization_json-v0.0.1...microsoft_kiota_serialization_json-v0.0.2) (2025-01-10) + + +### Bug Fixes + +* Include badge for latest pub.dev version in each package README ([44f6e9d](https://github.com/microsoft/kiota-dart/commit/44f6e9ddd486b70ca8e18a1a41df85d641f9561c)) + ## [0.0.1] - 2025-01-06 - Initial version. diff --git a/packages/microsoft_kiota_serialization_json/pubspec.yaml b/packages/microsoft_kiota_serialization_json/pubspec.yaml index 2acd7c5..ca072ac 100644 --- a/packages/microsoft_kiota_serialization_json/pubspec.yaml +++ b/packages/microsoft_kiota_serialization_json/pubspec.yaml @@ -1,6 +1,6 @@ name: microsoft_kiota_serialization_json description: "Provides parsing and serialization support for the `application/json` content type." -version: 0.0.1 +version: 0.0.2 homepage: https://github.com/microsoft/kiota-dart/tree/main/packages/microsoft_kiota_serialization_json repository: https://github.com/microsoft/kiota-dart diff --git a/packages/microsoft_kiota_serialization_multipart/CHANGELOG.md b/packages/microsoft_kiota_serialization_multipart/CHANGELOG.md index f02670a..7621729 100644 --- a/packages/microsoft_kiota_serialization_multipart/CHANGELOG.md +++ b/packages/microsoft_kiota_serialization_multipart/CHANGELOG.md @@ -1,5 +1,12 @@ # Unreleased +## [0.0.2](https://github.com/microsoft/kiota-dart/compare/microsoft_kiota_serialization_multipart-v0.0.1...microsoft_kiota_serialization_multipart-v0.0.2) (2025-01-10) + + +### Bug Fixes + +* Include badge for latest pub.dev version in each package README ([44f6e9d](https://github.com/microsoft/kiota-dart/commit/44f6e9ddd486b70ca8e18a1a41df85d641f9561c)) + ## [0.0.1] - 2025-01-06 - Initial version. diff --git a/packages/microsoft_kiota_serialization_multipart/pubspec.yaml b/packages/microsoft_kiota_serialization_multipart/pubspec.yaml index 8ae9793..c159b09 100644 --- a/packages/microsoft_kiota_serialization_multipart/pubspec.yaml +++ b/packages/microsoft_kiota_serialization_multipart/pubspec.yaml @@ -1,6 +1,6 @@ name: microsoft_kiota_serialization_multipart description: "Provides parsing and serialization support for the `multipart/form-data` content type." -version: 0.0.1 +version: 0.0.2 homepage: https://github.com/microsoft/kiota-dart/tree/main/packages/microsoft_kiota_serialization_multipart repository: https://github.com/microsoft/kiota-dart diff --git a/packages/microsoft_kiota_serialization_text/CHANGELOG.md b/packages/microsoft_kiota_serialization_text/CHANGELOG.md index cc611ab..1d46566 100644 --- a/packages/microsoft_kiota_serialization_text/CHANGELOG.md +++ b/packages/microsoft_kiota_serialization_text/CHANGELOG.md @@ -1,5 +1,12 @@ # Unreleased +## [0.0.2](https://github.com/microsoft/kiota-dart/compare/microsoft_kiota_serialization_text-v0.0.1...microsoft_kiota_serialization_text-v0.0.2) (2025-01-10) + + +### Bug Fixes + +* Include badge for latest pub.dev version in each package README ([44f6e9d](https://github.com/microsoft/kiota-dart/commit/44f6e9ddd486b70ca8e18a1a41df85d641f9561c)) + ## [0.0.1] - 2025-01-06 - Initial version. diff --git a/packages/microsoft_kiota_serialization_text/pubspec.yaml b/packages/microsoft_kiota_serialization_text/pubspec.yaml index 22cd2d0..66da733 100644 --- a/packages/microsoft_kiota_serialization_text/pubspec.yaml +++ b/packages/microsoft_kiota_serialization_text/pubspec.yaml @@ -1,6 +1,6 @@ name: microsoft_kiota_serialization_text description: "Provides parsing and serialization support for the `text/plain` content type." -version: 0.0.1 +version: 0.0.2 homepage: https://github.com/microsoft/kiota-dart/tree/main/packages/microsoft_kiota_serialization_text repository: https://github.com/microsoft/kiota-dart