Skip to content

Commit

Permalink
Merge pull request #1406 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 Oct 3, 2024
2 parents 22cd290 + da84f86 commit c494e04
Show file tree
Hide file tree
Showing 19 changed files with 122 additions and 18 deletions.
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/abstractions": "1.0.0-preview.66",
"packages/authentication/azure": "1.0.0-preview.61",
"packages/authentication/spfx": "1.0.0-preview.55",
"packages/bundle": "1.0.0-preview.9",
"packages/http/fetch": "1.0.0-preview.65",
"packages/serialization/form": "1.0.0-preview.54",
"packages/serialization/json": "1.0.0-preview.66",
"packages/serialization/multipart": "1.0.0-preview.44",
"packages/serialization/text": "1.0.0-preview.63"
"packages/abstractions": "1.0.0-preview.67",
"packages/authentication/azure": "1.0.0-preview.62",
"packages/authentication/spfx": "1.0.0-preview.56",
"packages/bundle": "1.0.0-preview.10",
"packages/http/fetch": "1.0.0-preview.66",
"packages/serialization/form": "1.0.0-preview.55",
"packages/serialization/json": "1.0.0-preview.67",
"packages/serialization/multipart": "1.0.0-preview.45",
"packages/serialization/text": "1.0.0-preview.64"
}
11 changes: 11 additions & 0 deletions packages/abstractions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [1.0.0-preview.67](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-10-03)


### Bug Fixes

* fixes `serializeMultipartBody` function to match the `ModelSerializerFunction<Parsable>` type after updates made in https://github.com/microsoft/kiota-typescript/pull/1248 ([f69c934](https://github.com/microsoft/kiota-typescript/commit/f69c934c229f7742265938da7457aaea7eb4c896))
* fixes `serializeMultipartBody` function to match the `ModelSerializerFunction<Parsable>` type after updates made in https://github.com/microsoft/kiota-typescript/pull/1248 ([d58d949](https://github.com/microsoft/kiota-typescript/commit/d58d949ccd7b92cfcee0ce190bbf0678e0a5321e))
* release please configuration tag alignment ([5d4f2ab](https://github.com/microsoft/kiota-typescript/commit/5d4f2ab4ca8fa8bb64969ad4ac564f95ac78ace9))
* release please configuration tag alignment ([4cc0151](https://github.com/microsoft/kiota-typescript/commit/4cc01512235d6d06b9d668216f8cc608deb2d94b))
2 changes: 1 addition & 1 deletion packages/abstractions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-abstractions",
"version": "1.0.0-preview.66",
"version": "1.0.0-preview.67",
"description": "Core abstractions for kiota generated libraries in TypeScript and JavaScript",
"main": "dist/es/src/index.js",
"module": "dist/es/src/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [1.0.0-preview.62](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-10-03)


### Bug Fixes

* fixes `serializeMultipartBody` function to match the `ModelSerializerFunction<Parsable>` type after updates made in https://github.com/microsoft/kiota-typescript/pull/1248 ([f69c934](https://github.com/microsoft/kiota-typescript/commit/f69c934c229f7742265938da7457aaea7eb4c896))
* fixes `serializeMultipartBody` function to match the `ModelSerializerFunction<Parsable>` type after updates made in https://github.com/microsoft/kiota-typescript/pull/1248 ([d58d949](https://github.com/microsoft/kiota-typescript/commit/d58d949ccd7b92cfcee0ce190bbf0678e0a5321e))
* release please configuration tag alignment ([5d4f2ab](https://github.com/microsoft/kiota-typescript/commit/5d4f2ab4ca8fa8bb64969ad4ac564f95ac78ace9))
* release please configuration tag alignment ([4cc0151](https://github.com/microsoft/kiota-typescript/commit/4cc01512235d6d06b9d668216f8cc608deb2d94b))
2 changes: 1 addition & 1 deletion packages/authentication/azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-authentication-azure",
"version": "1.0.0-preview.61",
"version": "1.0.0-preview.62",
"description": "Authentication provider for Kiota using Azure Identity",
"main": "dist/es/src/index.js",
"module": "dist/es/src/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication/spfx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [1.0.0-preview.56](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-10-03)


### Bug Fixes

* fixes `serializeMultipartBody` function to match the `ModelSerializerFunction<Parsable>` type after updates made in https://github.com/microsoft/kiota-typescript/pull/1248 ([f69c934](https://github.com/microsoft/kiota-typescript/commit/f69c934c229f7742265938da7457aaea7eb4c896))
* fixes `serializeMultipartBody` function to match the `ModelSerializerFunction<Parsable>` type after updates made in https://github.com/microsoft/kiota-typescript/pull/1248 ([d58d949](https://github.com/microsoft/kiota-typescript/commit/d58d949ccd7b92cfcee0ce190bbf0678e0a5321e))
* release please configuration tag alignment ([5d4f2ab](https://github.com/microsoft/kiota-typescript/commit/5d4f2ab4ca8fa8bb64969ad4ac564f95ac78ace9))
* release please configuration tag alignment ([4cc0151](https://github.com/microsoft/kiota-typescript/commit/4cc01512235d6d06b9d668216f8cc608deb2d94b))
2 changes: 1 addition & 1 deletion packages/authentication/spfx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-authentication-spfx",
"version": "1.0.0-preview.55",
"version": "1.0.0-preview.56",
"description": "Authentication provider for using Kiota in SPFx solutions",
"main": "dist/es/src/index.js",
"module": "dist/es/src/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [1.0.0-preview.10](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-10-03)


### Bug Fixes

* fixes `serializeMultipartBody` function to match the `ModelSerializerFunction<Parsable>` type after updates made in https://github.com/microsoft/kiota-typescript/pull/1248 ([f69c934](https://github.com/microsoft/kiota-typescript/commit/f69c934c229f7742265938da7457aaea7eb4c896))
* fixes `serializeMultipartBody` function to match the `ModelSerializerFunction<Parsable>` type after updates made in https://github.com/microsoft/kiota-typescript/pull/1248 ([d58d949](https://github.com/microsoft/kiota-typescript/commit/d58d949ccd7b92cfcee0ce190bbf0678e0a5321e))
* release please configuration tag alignment ([5d4f2ab](https://github.com/microsoft/kiota-typescript/commit/5d4f2ab4ca8fa8bb64969ad4ac564f95ac78ace9))
* release please configuration tag alignment ([4cc0151](https://github.com/microsoft/kiota-typescript/commit/4cc01512235d6d06b9d668216f8cc608deb2d94b))
2 changes: 1 addition & 1 deletion packages/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-bundle",
"version": "1.0.0-preview.9",
"version": "1.0.0-preview.10",
"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",
Expand Down
16 changes: 16 additions & 0 deletions packages/http/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [1.0.0-preview.66](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-10-03)


### Features

* add release please ([#1366](https://github.com/microsoft/kiota-typescript/issues/1366)) ([59d3177](https://github.com/microsoft/kiota-typescript/commit/59d31776549f5f1b49096a4a7ebc6cf5cef16a76))


### Bug Fixes

* fixes `serializeMultipartBody` function to match the `ModelSerializerFunction<Parsable>` type after updates made in https://github.com/microsoft/kiota-typescript/pull/1248 ([f69c934](https://github.com/microsoft/kiota-typescript/commit/f69c934c229f7742265938da7457aaea7eb4c896))
* fixes `serializeMultipartBody` function to match the `ModelSerializerFunction<Parsable>` type after updates made in https://github.com/microsoft/kiota-typescript/pull/1248 ([d58d949](https://github.com/microsoft/kiota-typescript/commit/d58d949ccd7b92cfcee0ce190bbf0678e0a5321e))
* release please configuration tag alignment ([5d4f2ab](https://github.com/microsoft/kiota-typescript/commit/5d4f2ab4ca8fa8bb64969ad4ac564f95ac78ace9))
* release please configuration tag alignment ([4cc0151](https://github.com/microsoft/kiota-typescript/commit/4cc01512235d6d06b9d668216f8cc608deb2d94b))
2 changes: 1 addition & 1 deletion packages/http/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-http-fetchlibrary",
"version": "1.0.0-preview.65",
"version": "1.0.0-preview.66",
"description": "Kiota request adapter implementation with fetch",
"keywords": [
"Kiota",
Expand Down
11 changes: 11 additions & 0 deletions packages/serialization/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [1.0.0-preview.55](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-10-03)


### Bug Fixes

* fixes `serializeMultipartBody` function to match the `ModelSerializerFunction<Parsable>` type after updates made in https://github.com/microsoft/kiota-typescript/pull/1248 ([f69c934](https://github.com/microsoft/kiota-typescript/commit/f69c934c229f7742265938da7457aaea7eb4c896))
* fixes `serializeMultipartBody` function to match the `ModelSerializerFunction<Parsable>` type after updates made in https://github.com/microsoft/kiota-typescript/pull/1248 ([d58d949](https://github.com/microsoft/kiota-typescript/commit/d58d949ccd7b92cfcee0ce190bbf0678e0a5321e))
* release please configuration tag alignment ([5d4f2ab](https://github.com/microsoft/kiota-typescript/commit/5d4f2ab4ca8fa8bb64969ad4ac564f95ac78ace9))
* release please configuration tag alignment ([4cc0151](https://github.com/microsoft/kiota-typescript/commit/4cc01512235d6d06b9d668216f8cc608deb2d94b))
2 changes: 1 addition & 1 deletion packages/serialization/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-serialization-form",
"version": "1.0.0-preview.54",
"version": "1.0.0-preview.55",
"description": "Implementation of Kiota Serialization interfaces for URI from encoded",
"main": "dist/es/src/index.js",
"browser": {
Expand Down
11 changes: 11 additions & 0 deletions packages/serialization/json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [1.0.0-preview.67](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-10-03)


### Bug Fixes

* fixes `serializeMultipartBody` function to match the `ModelSerializerFunction<Parsable>` type after updates made in https://github.com/microsoft/kiota-typescript/pull/1248 ([f69c934](https://github.com/microsoft/kiota-typescript/commit/f69c934c229f7742265938da7457aaea7eb4c896))
* fixes `serializeMultipartBody` function to match the `ModelSerializerFunction<Parsable>` type after updates made in https://github.com/microsoft/kiota-typescript/pull/1248 ([d58d949](https://github.com/microsoft/kiota-typescript/commit/d58d949ccd7b92cfcee0ce190bbf0678e0a5321e))
* release please configuration tag alignment ([5d4f2ab](https://github.com/microsoft/kiota-typescript/commit/5d4f2ab4ca8fa8bb64969ad4ac564f95ac78ace9))
* release please configuration tag alignment ([4cc0151](https://github.com/microsoft/kiota-typescript/commit/4cc01512235d6d06b9d668216f8cc608deb2d94b))
2 changes: 1 addition & 1 deletion packages/serialization/json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-serialization-json",
"version": "1.0.0-preview.66",
"version": "1.0.0-preview.67",
"description": "Implementation of Kiota Serialization interfaces for JSON",
"main": "dist/es/src/index.js",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/serialization/multipart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [1.0.0-preview.45](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-10-03)


### Bug Fixes

* fixes `serializeMultipartBody` function to match the `ModelSerializerFunction<Parsable>` type after updates made in https://github.com/microsoft/kiota-typescript/pull/1248 ([f69c934](https://github.com/microsoft/kiota-typescript/commit/f69c934c229f7742265938da7457aaea7eb4c896))
* fixes `serializeMultipartBody` function to match the `ModelSerializerFunction<Parsable>` type after updates made in https://github.com/microsoft/kiota-typescript/pull/1248 ([d58d949](https://github.com/microsoft/kiota-typescript/commit/d58d949ccd7b92cfcee0ce190bbf0678e0a5321e))
* release please configuration tag alignment ([5d4f2ab](https://github.com/microsoft/kiota-typescript/commit/5d4f2ab4ca8fa8bb64969ad4ac564f95ac78ace9))
* release please configuration tag alignment ([4cc0151](https://github.com/microsoft/kiota-typescript/commit/4cc01512235d6d06b9d668216f8cc608deb2d94b))
2 changes: 1 addition & 1 deletion packages/serialization/multipart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-serialization-multipart",
"version": "1.0.0-preview.44",
"version": "1.0.0-preview.45",
"description": "Implementation of Kiota Serialization interfaces for multipart form data",
"main": "dist/es/src/index.js",
"module": "dist/es/src/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/serialization/text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [1.0.0-preview.64](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (2024-10-03)


### Bug Fixes

* fixes `serializeMultipartBody` function to match the `ModelSerializerFunction<Parsable>` type after updates made in https://github.com/microsoft/kiota-typescript/pull/1248 ([f69c934](https://github.com/microsoft/kiota-typescript/commit/f69c934c229f7742265938da7457aaea7eb4c896))
* fixes `serializeMultipartBody` function to match the `ModelSerializerFunction<Parsable>` type after updates made in https://github.com/microsoft/kiota-typescript/pull/1248 ([d58d949](https://github.com/microsoft/kiota-typescript/commit/d58d949ccd7b92cfcee0ce190bbf0678e0a5321e))
* release please configuration tag alignment ([5d4f2ab](https://github.com/microsoft/kiota-typescript/commit/5d4f2ab4ca8fa8bb64969ad4ac564f95ac78ace9))
* release please configuration tag alignment ([4cc0151](https://github.com/microsoft/kiota-typescript/commit/4cc01512235d6d06b9d668216f8cc608deb2d94b))
2 changes: 1 addition & 1 deletion packages/serialization/text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/kiota-serialization-text",
"version": "1.0.0-preview.63",
"version": "1.0.0-preview.64",
"description": "Implementation of Kiota Serialization interfaces for text",
"main": "dist/es/src/index.js",
"browser": {
Expand Down

0 comments on commit c494e04

Please sign in to comment.