Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 10, 2025
1 parent 9770362 commit 61fde48
Show file tree
Hide file tree
Showing 16 changed files with 65 additions and 16 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
7 changes: 7 additions & 0 deletions packages/microsoft_kiota_abstractions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/microsoft_kiota_abstractions/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

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.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.
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.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

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.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.
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.1'; // x-release-please-version
static const String _productVersion = '0.0.2'; // 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.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

Expand Down
9 changes: 8 additions & 1 deletion packages/microsoft_kiota_serialization_form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
- Provides parsing and serialization support for the `application/x-www-form-urlencoded` content type.
2 changes: 1 addition & 1 deletion packages/microsoft_kiota_serialization_form/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 7 additions & 0 deletions packages/microsoft_kiota_serialization_json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/microsoft_kiota_serialization_json/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 7 additions & 0 deletions packages/microsoft_kiota_serialization_multipart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 7 additions & 0 deletions packages/microsoft_kiota_serialization_text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/microsoft_kiota_serialization_text/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 61fde48

Please sign in to comment.