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 #77

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
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
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
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
Loading