From 64ffc30584b00bcfdc1aef5a7ea66478439ea658 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:38:43 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 18 ++++---- package-lock.json | 46 +++++++++---------- packages/abstractions/CHANGELOG.md | 7 +++ packages/abstractions/package.json | 2 +- packages/authentication/azure/CHANGELOG.md | 14 ++++++ packages/authentication/azure/package.json | 4 +- packages/authentication/spfx/CHANGELOG.md | 14 ++++++ packages/authentication/spfx/package.json | 4 +- packages/bundle/CHANGELOG.md | 19 ++++++++ packages/bundle/package.json | 14 +++--- packages/http/fetch/CHANGELOG.md | 21 +++++++++ packages/http/fetch/package.json | 4 +- packages/serialization/form/CHANGELOG.md | 14 ++++++ packages/serialization/form/package.json | 4 +- packages/serialization/json/CHANGELOG.md | 14 ++++++ packages/serialization/json/package.json | 4 +- packages/serialization/multipart/CHANGELOG.md | 16 +++++++ packages/serialization/multipart/package.json | 6 +-- packages/serialization/text/CHANGELOG.md | 14 ++++++ packages/serialization/text/package.json | 4 +- 20 files changed, 188 insertions(+), 55 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 03dc89bb1..fd7e5763e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - "packages/abstractions": "1.0.0-preview.79", - "packages/authentication/azure": "1.0.0-preview.79", - "packages/authentication/spfx": "1.0.0-preview.79", - "packages/bundle": "1.0.0-preview.79", - "packages/http/fetch": "1.0.0-preview.79", - "packages/serialization/form": "1.0.0-preview.79", - "packages/serialization/json": "1.0.0-preview.79", - "packages/serialization/multipart": "1.0.0-preview.79", - "packages/serialization/text": "1.0.0-preview.79" + "packages/abstractions": "1.0.0-preview.80", + "packages/authentication/azure": "1.0.0-preview.80", + "packages/authentication/spfx": "1.0.0-preview.80", + "packages/bundle": "1.0.0-preview.80", + "packages/http/fetch": "1.0.0-preview.80", + "packages/serialization/form": "1.0.0-preview.80", + "packages/serialization/json": "1.0.0-preview.80", + "packages/serialization/multipart": "1.0.0-preview.80", + "packages/serialization/text": "1.0.0-preview.80" } diff --git a/package-lock.json b/package-lock.json index 4bd1a352c..355b49f11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16386,7 +16386,7 @@ }, "packages/abstractions": { "name": "@microsoft/kiota-abstractions", - "version": "1.0.0-preview.79", + "version": "1.0.0-preview.80", "license": "MIT", "dependencies": { "@opentelemetry/api": "^1.7.0", @@ -16401,21 +16401,21 @@ }, "packages/authentication/azure": { "name": "@microsoft/kiota-authentication-azure", - "version": "1.0.0-preview.79", + "version": "1.0.0-preview.80", "license": "MIT", "dependencies": { "@azure/core-auth": "^1.5.0", - "@microsoft/kiota-abstractions": "^1.0.0-preview.79", + "@microsoft/kiota-abstractions": "^1.0.0-preview.80", "@opentelemetry/api": "^1.7.0", "tslib": "^2.6.2" } }, "packages/authentication/spfx": { "name": "@microsoft/kiota-authentication-spfx", - "version": "1.0.0-preview.79", + "version": "1.0.0-preview.80", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.79", + "@microsoft/kiota-abstractions": "^1.0.0-preview.80", "@microsoft/sp-http": "^1.15.2", "@opentelemetry/api": "^1.7.0", "tslib": "^2.6.2" @@ -16423,63 +16423,63 @@ }, "packages/bundle": { "name": "@microsoft/kiota-bundle", - "version": "1.0.0-preview.79", + "version": "1.0.0-preview.80", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.79", - "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.79", - "@microsoft/kiota-serialization-form": "^1.0.0-preview.79", - "@microsoft/kiota-serialization-json": "^1.0.0-preview.79", - "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.79", - "@microsoft/kiota-serialization-text": "^1.0.0-preview.79" + "@microsoft/kiota-abstractions": "^1.0.0-preview.80", + "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.80", + "@microsoft/kiota-serialization-form": "^1.0.0-preview.80", + "@microsoft/kiota-serialization-json": "^1.0.0-preview.80", + "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.80", + "@microsoft/kiota-serialization-text": "^1.0.0-preview.80" } }, "packages/http/fetch": { "name": "@microsoft/kiota-http-fetchlibrary", - "version": "1.0.0-preview.79", + "version": "1.0.0-preview.80", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.79", + "@microsoft/kiota-abstractions": "^1.0.0-preview.80", "@opentelemetry/api": "^1.7.0", "tslib": "^2.6.2" } }, "packages/serialization/form": { "name": "@microsoft/kiota-serialization-form", - "version": "1.0.0-preview.79", + "version": "1.0.0-preview.80", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.79", + "@microsoft/kiota-abstractions": "^1.0.0-preview.80", "tslib": "^2.6.2" } }, "packages/serialization/json": { "name": "@microsoft/kiota-serialization-json", - "version": "1.0.0-preview.79", + "version": "1.0.0-preview.80", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.79", + "@microsoft/kiota-abstractions": "^1.0.0-preview.80", "tslib": "^2.6.2" } }, "packages/serialization/multipart": { "name": "@microsoft/kiota-serialization-multipart", - "version": "1.0.0-preview.79", + "version": "1.0.0-preview.80", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.79", + "@microsoft/kiota-abstractions": "^1.0.0-preview.80", "tslib": "^2.6.2" }, "devDependencies": { - "@microsoft/kiota-serialization-json": "^1.0.0-preview.79" + "@microsoft/kiota-serialization-json": "^1.0.0-preview.80" } }, "packages/serialization/text": { "name": "@microsoft/kiota-serialization-text", - "version": "1.0.0-preview.79", + "version": "1.0.0-preview.80", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.79", + "@microsoft/kiota-abstractions": "^1.0.0-preview.80", "tslib": "^2.6.2" } }, diff --git a/packages/abstractions/CHANGELOG.md b/packages/abstractions/CHANGELOG.md index a56006c12..43f6b63d6 100644 --- a/packages/abstractions/CHANGELOG.md +++ b/packages/abstractions/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0-preview.80](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.79...@microsoft/kiota-abstractions@1.0.0-preview.80) (2025-01-21) + + +### Miscellaneous Chores + +* **@microsoft/kiota-abstractions:** Synchronize microsoft-kiota versions + ## [1.0.0-preview.79](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.78...@microsoft/kiota-abstractions@1.0.0-preview.79) (2025-01-09) diff --git a/packages/abstractions/package.json b/packages/abstractions/package.json index dd82ef05f..167e2b9a2 100644 --- a/packages/abstractions/package.json +++ b/packages/abstractions/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-abstractions", - "version": "1.0.0-preview.79", + "version": "1.0.0-preview.80", "description": "Core abstractions for kiota generated libraries in TypeScript and JavaScript", "main": "dist/es/src/index.js", "module": "dist/es/src/index.js", diff --git a/packages/authentication/azure/CHANGELOG.md b/packages/authentication/azure/CHANGELOG.md index f1bb34724..aed3cd0e9 100644 --- a/packages/authentication/azure/CHANGELOG.md +++ b/packages/authentication/azure/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.0.0-preview.80](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.79...@microsoft/kiota-authentication-azure@1.0.0-preview.80) (2025-01-21) + + +### Miscellaneous Chores + +* **@microsoft/kiota-authentication-azure:** Synchronize microsoft-kiota versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.79 to ^1.0.0-preview.80 + ## [1.0.0-preview.79](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.78...@microsoft/kiota-authentication-azure@1.0.0-preview.79) (2025-01-09) diff --git a/packages/authentication/azure/package.json b/packages/authentication/azure/package.json index dc9d73e81..1f4a9cc7c 100644 --- a/packages/authentication/azure/package.json +++ b/packages/authentication/azure/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-authentication-azure", - "version": "1.0.0-preview.79", + "version": "1.0.0-preview.80", "description": "Authentication provider for Kiota using Azure Identity", "main": "dist/es/src/index.js", "module": "dist/es/src/index.js", @@ -33,7 +33,7 @@ "homepage": "https://github.com/microsoft/kiota-typescript#readme", "dependencies": { "@azure/core-auth": "^1.5.0", - "@microsoft/kiota-abstractions": "^1.0.0-preview.79", + "@microsoft/kiota-abstractions": "^1.0.0-preview.80", "@opentelemetry/api": "^1.7.0", "tslib": "^2.6.2" }, diff --git a/packages/authentication/spfx/CHANGELOG.md b/packages/authentication/spfx/CHANGELOG.md index a36555a7b..6d8dd62d4 100644 --- a/packages/authentication/spfx/CHANGELOG.md +++ b/packages/authentication/spfx/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.0.0-preview.80](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.79...@microsoft/kiota-authentication-spfx@1.0.0-preview.80) (2025-01-21) + + +### Miscellaneous Chores + +* **@microsoft/kiota-authentication-spfx:** Synchronize microsoft-kiota versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.79 to ^1.0.0-preview.80 + ## [1.0.0-preview.79](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.78...@microsoft/kiota-authentication-spfx@1.0.0-preview.79) (2025-01-09) diff --git a/packages/authentication/spfx/package.json b/packages/authentication/spfx/package.json index 4c520b59b..7374cacc3 100644 --- a/packages/authentication/spfx/package.json +++ b/packages/authentication/spfx/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-authentication-spfx", - "version": "1.0.0-preview.79", + "version": "1.0.0-preview.80", "description": "Authentication provider for using Kiota in SPFx solutions", "main": "dist/es/src/index.js", "module": "dist/es/src/index.js", @@ -42,7 +42,7 @@ }, "homepage": "https://github.com/microsoft/kiota-typescript#readme", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.79", + "@microsoft/kiota-abstractions": "^1.0.0-preview.80", "@microsoft/sp-http": "^1.15.2", "@opentelemetry/api": "^1.7.0", "tslib": "^2.6.2" diff --git a/packages/bundle/CHANGELOG.md b/packages/bundle/CHANGELOG.md index d8cbaaead..e0f4f03c1 100644 --- a/packages/bundle/CHANGELOG.md +++ b/packages/bundle/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.0.0-preview.80](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.79...@microsoft/kiota-bundle@1.0.0-preview.80) (2025-01-21) + + +### Miscellaneous Chores + +* **@microsoft/kiota-bundle:** Synchronize microsoft-kiota versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.79 to ^1.0.0-preview.80 + * @microsoft/kiota-http-fetchlibrary bumped from ^1.0.0-preview.79 to ^1.0.0-preview.80 + * @microsoft/kiota-serialization-form bumped from ^1.0.0-preview.79 to ^1.0.0-preview.80 + * @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.79 to ^1.0.0-preview.80 + * @microsoft/kiota-serialization-multipart bumped from ^1.0.0-preview.79 to ^1.0.0-preview.80 + * @microsoft/kiota-serialization-text bumped from ^1.0.0-preview.79 to ^1.0.0-preview.80 + ## [1.0.0-preview.79](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.78...@microsoft/kiota-bundle@1.0.0-preview.79) (2025-01-09) diff --git a/packages/bundle/package.json b/packages/bundle/package.json index 431f861ff..c2ac11578 100644 --- a/packages/bundle/package.json +++ b/packages/bundle/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-bundle", - "version": "1.0.0-preview.79", + "version": "1.0.0-preview.80", "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", @@ -31,12 +31,12 @@ }, "homepage": "https://github.com/microsoft/kiota#readme", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.79", - "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.79", - "@microsoft/kiota-serialization-form": "^1.0.0-preview.79", - "@microsoft/kiota-serialization-json": "^1.0.0-preview.79", - "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.79", - "@microsoft/kiota-serialization-text": "^1.0.0-preview.79" + "@microsoft/kiota-abstractions": "^1.0.0-preview.80", + "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.80", + "@microsoft/kiota-serialization-form": "^1.0.0-preview.80", + "@microsoft/kiota-serialization-json": "^1.0.0-preview.80", + "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.80", + "@microsoft/kiota-serialization-text": "^1.0.0-preview.80" }, "publishConfig": { "access": "public" diff --git a/packages/http/fetch/CHANGELOG.md b/packages/http/fetch/CHANGELOG.md index fabd4de68..3c8fff3d7 100644 --- a/packages/http/fetch/CHANGELOG.md +++ b/packages/http/fetch/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.0.0-preview.80](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.79...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.80) (2025-01-21) + + +### Features + +* disable default compression ([72e7011](https://github.com/microsoft/kiota-typescript/commit/72e7011067e19dde7290770bf64093f0b3fb1902)) +* disable default compression ([8ed62c2](https://github.com/microsoft/kiota-typescript/commit/8ed62c219dcc586f32494669910cd62f87f5cd47)) + + +### Bug Fixes + +* handle 3XX responses ([5145d6a](https://github.com/microsoft/kiota-typescript/commit/5145d6abcb91557639c1129bcd12bb70f2bee2ea)) +* handles 3xx responses with no header ([856de64](https://github.com/microsoft/kiota-typescript/commit/856de6473ddd5c2dfd522c94341d943410a32ea9)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.79 to ^1.0.0-preview.80 + ## [1.0.0-preview.79](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.78...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.79) (2025-01-09) diff --git a/packages/http/fetch/package.json b/packages/http/fetch/package.json index c8fec15b4..8abc86e69 100644 --- a/packages/http/fetch/package.json +++ b/packages/http/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-http-fetchlibrary", - "version": "1.0.0-preview.79", + "version": "1.0.0-preview.80", "description": "Kiota request adapter implementation with fetch", "keywords": [ "Kiota", @@ -34,7 +34,7 @@ "test": "npm run test:node && npm run test:browser" }, "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.79", + "@microsoft/kiota-abstractions": "^1.0.0-preview.80", "@opentelemetry/api": "^1.7.0", "tslib": "^2.6.2" }, diff --git a/packages/serialization/form/CHANGELOG.md b/packages/serialization/form/CHANGELOG.md index e02f19faa..fe7943056 100644 --- a/packages/serialization/form/CHANGELOG.md +++ b/packages/serialization/form/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.0.0-preview.80](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.79...@microsoft/kiota-serialization-form@1.0.0-preview.80) (2025-01-21) + + +### Miscellaneous Chores + +* **@microsoft/kiota-serialization-form:** Synchronize microsoft-kiota versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.79 to ^1.0.0-preview.80 + ## [1.0.0-preview.79](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.78...@microsoft/kiota-serialization-form@1.0.0-preview.79) (2025-01-09) diff --git a/packages/serialization/form/package.json b/packages/serialization/form/package.json index d312040a1..044c059ec 100644 --- a/packages/serialization/form/package.json +++ b/packages/serialization/form/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-serialization-form", - "version": "1.0.0-preview.79", + "version": "1.0.0-preview.80", "description": "Implementation of Kiota Serialization interfaces for URI from encoded", "main": "dist/es/src/index.js", "browser": { @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/microsoft/kiota-typescript#readme", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.79", + "@microsoft/kiota-abstractions": "^1.0.0-preview.80", "tslib": "^2.6.2" }, "publishConfig": { diff --git a/packages/serialization/json/CHANGELOG.md b/packages/serialization/json/CHANGELOG.md index b371a8683..6a7c054c0 100644 --- a/packages/serialization/json/CHANGELOG.md +++ b/packages/serialization/json/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.0.0-preview.80](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.79...@microsoft/kiota-serialization-json@1.0.0-preview.80) (2025-01-21) + + +### Miscellaneous Chores + +* **@microsoft/kiota-serialization-json:** Synchronize microsoft-kiota versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.79 to ^1.0.0-preview.80 + ## [1.0.0-preview.79](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.78...@microsoft/kiota-serialization-json@1.0.0-preview.79) (2025-01-09) diff --git a/packages/serialization/json/package.json b/packages/serialization/json/package.json index d79654441..c6d213c51 100644 --- a/packages/serialization/json/package.json +++ b/packages/serialization/json/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-serialization-json", - "version": "1.0.0-preview.79", + "version": "1.0.0-preview.80", "description": "Implementation of Kiota Serialization interfaces for JSON", "main": "dist/es/src/index.js", "type": "module", @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/microsoft/kiota-typescript#readme", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.79", + "@microsoft/kiota-abstractions": "^1.0.0-preview.80", "tslib": "^2.6.2" }, "publishConfig": { diff --git a/packages/serialization/multipart/CHANGELOG.md b/packages/serialization/multipart/CHANGELOG.md index 96ca55011..8737a5925 100644 --- a/packages/serialization/multipart/CHANGELOG.md +++ b/packages/serialization/multipart/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-preview.80](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-multipart@1.0.0-preview.79...@microsoft/kiota-serialization-multipart@1.0.0-preview.80) (2025-01-21) + + +### Miscellaneous Chores + +* **@microsoft/kiota-serialization-multipart:** Synchronize microsoft-kiota versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.79 to ^1.0.0-preview.80 + * devDependencies + * @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.79 to ^1.0.0-preview.80 + ## [1.0.0-preview.79](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-multipart@1.0.0-preview.78...@microsoft/kiota-serialization-multipart@1.0.0-preview.79) (2025-01-09) diff --git a/packages/serialization/multipart/package.json b/packages/serialization/multipart/package.json index ee66a5345..8160e56c9 100644 --- a/packages/serialization/multipart/package.json +++ b/packages/serialization/multipart/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-serialization-multipart", - "version": "1.0.0-preview.79", + "version": "1.0.0-preview.80", "description": "Implementation of Kiota Serialization interfaces for multipart form data", "main": "dist/es/src/index.js", "module": "dist/es/src/index.js", @@ -35,11 +35,11 @@ }, "homepage": "https://github.com/microsoft/kiota-typescript#readme", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.79", + "@microsoft/kiota-abstractions": "^1.0.0-preview.80", "tslib": "^2.6.2" }, "devDependencies": { - "@microsoft/kiota-serialization-json": "^1.0.0-preview.79" + "@microsoft/kiota-serialization-json": "^1.0.0-preview.80" }, "publishConfig": { "access": "public" diff --git a/packages/serialization/text/CHANGELOG.md b/packages/serialization/text/CHANGELOG.md index 78d8eed23..3e43cd5b2 100644 --- a/packages/serialization/text/CHANGELOG.md +++ b/packages/serialization/text/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.0.0-preview.80](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-text@1.0.0-preview.79...@microsoft/kiota-serialization-text@1.0.0-preview.80) (2025-01-21) + + +### Miscellaneous Chores + +* **@microsoft/kiota-serialization-text:** Synchronize microsoft-kiota versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.79 to ^1.0.0-preview.80 + ## [1.0.0-preview.79](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-text@1.0.0-preview.78...@microsoft/kiota-serialization-text@1.0.0-preview.79) (2025-01-09) diff --git a/packages/serialization/text/package.json b/packages/serialization/text/package.json index 4b46086b4..6dbb8e517 100644 --- a/packages/serialization/text/package.json +++ b/packages/serialization/text/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-serialization-text", - "version": "1.0.0-preview.79", + "version": "1.0.0-preview.80", "description": "Implementation of Kiota Serialization interfaces for text", "main": "dist/es/src/index.js", "browser": { @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/microsoft/kiota-typescript#readme", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.79", + "@microsoft/kiota-abstractions": "^1.0.0-preview.80", "tslib": "^2.6.2" }, "publishConfig": {