Skip to content

Commit

Permalink
Merge pull request #88 from microsoft/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
baywet authored Feb 19, 2025
2 parents feed482 + 806a6ca commit 0b61647
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/microsoft_kiota_abstractions": "0.0.2",
"packages/microsoft_kiota_bundle": "0.0.4",
"packages/microsoft_kiota_http": "0.0.4",
"packages/microsoft_kiota_bundle": "0.1.0",
"packages/microsoft_kiota_http": "0.0.5",
"packages/microsoft_kiota_serialization_form": "0.0.2",
"packages/microsoft_kiota_serialization_json": "0.0.3",
"packages/microsoft_kiota_serialization_multipart": "0.0.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/microsoft_kiota_bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Unreleased

## [0.1.0](https://github.com/microsoft/kiota-dart/compare/microsoft_kiota_bundle-v0.0.4...microsoft_kiota_bundle-v0.1.0) (2025-02-19)


### Features

* Export abstractions from bundle package ([#86](https://github.com/microsoft/kiota-dart/issues/86)) ([feed482](https://github.com/microsoft/kiota-dart/commit/feed482eab9201bcebbe5522d2c56c7e4ea7af50))

## [0.0.4](https://github.com/microsoft/kiota-dart/compare/microsoft_kiota_bundle-v0.0.3...microsoft_kiota_bundle-v0.0.4) (2025-01-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/microsoft_kiota_bundle/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: microsoft_kiota_bundle
description: "Provides a bundle of all the default Kiota implementations for easy consumption."
version: 0.0.4
version: 0.1.0
homepage: https://github.com/microsoft/kiota-dart/tree/main/packages/microsoft_kiota_bundle
repository: https://github.com/microsoft/kiota-dart

Expand Down
7 changes: 7 additions & 0 deletions packages/microsoft_kiota_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Unreleased

## [0.0.5](https://github.com/microsoft/kiota-dart/compare/microsoft_kiota_http-v0.0.4...microsoft_kiota_http-v0.0.5) (2025-02-19)


### Bug Fixes

* Fix nullable primitive responses ([#87](https://github.com/microsoft/kiota-dart/issues/87)) ([428015b](https://github.com/microsoft/kiota-dart/commit/428015b7eebd7a15ca6326efb2ebc07efed3bcbf))

## [0.0.4](https://github.com/microsoft/kiota-dart/compare/microsoft_kiota_http-v0.0.3...microsoft_kiota_http-v0.0.4) (2025-01-29)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class KiotaClientFactory {
KiotaClientFactory._();

static const String _productName = 'kiota-dart';
static const String _productVersion = '0.0.4'; // x-release-please-version
static const String _productVersion = '0.0.5'; // x-release-please-version

static http.Client createClient() {
return UserAgentClient(
Expand Down
2 changes: 1 addition & 1 deletion packages/microsoft_kiota_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: microsoft_kiota_http
description: "Provides an implementation of a Kiota RequestAdapter that uses `http`."
version: 0.0.4
version: 0.0.5
homepage: https://github.com/microsoft/kiota-dart/tree/main/packages/microsoft_kiota_http
repository: https://github.com/microsoft/kiota-dart

Expand Down

0 comments on commit 0b61647

Please sign in to comment.