diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 386a3b8b7..df0e7103a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - "packages/abstractions": "1.0.0-preview.73", - "packages/authentication/azure": "1.0.0-preview.73", - "packages/authentication/spfx": "1.0.0-preview.73", - "packages/bundle": "1.0.0-preview.73", - "packages/http/fetch": "1.0.0-preview.73", - "packages/serialization/form": "1.0.0-preview.73", - "packages/serialization/json": "1.0.0-preview.73", - "packages/serialization/multipart": "1.0.0-preview.73", - "packages/serialization/text": "1.0.0-preview.73" + "packages/abstractions": "1.0.0-preview.74", + "packages/authentication/azure": "1.0.0-preview.74", + "packages/authentication/spfx": "1.0.0-preview.74", + "packages/bundle": "1.0.0-preview.74", + "packages/http/fetch": "1.0.0-preview.74", + "packages/serialization/form": "1.0.0-preview.74", + "packages/serialization/json": "1.0.0-preview.74", + "packages/serialization/multipart": "1.0.0-preview.74", + "packages/serialization/text": "1.0.0-preview.74" } diff --git a/package-lock.json b/package-lock.json index c68210925..e37361cf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16409,7 +16409,7 @@ }, "packages/abstractions": { "name": "@microsoft/kiota-abstractions", - "version": "1.0.0-preview.73", + "version": "1.0.0-preview.74", "license": "MIT", "dependencies": { "@opentelemetry/api": "^1.7.0", @@ -16424,21 +16424,21 @@ }, "packages/authentication/azure": { "name": "@microsoft/kiota-authentication-azure", - "version": "1.0.0-preview.73", + "version": "1.0.0-preview.74", "license": "MIT", "dependencies": { "@azure/core-auth": "^1.5.0", - "@microsoft/kiota-abstractions": "^1.0.0-preview.73", + "@microsoft/kiota-abstractions": "^1.0.0-preview.74", "@opentelemetry/api": "^1.7.0", "tslib": "^2.6.2" } }, "packages/authentication/spfx": { "name": "@microsoft/kiota-authentication-spfx", - "version": "1.0.0-preview.73", + "version": "1.0.0-preview.74", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.73", + "@microsoft/kiota-abstractions": "^1.0.0-preview.74", "@microsoft/sp-http": "^1.15.2", "@opentelemetry/api": "^1.7.0", "tslib": "^2.6.2" @@ -16446,63 +16446,63 @@ }, "packages/bundle": { "name": "@microsoft/kiota-bundle", - "version": "1.0.0-preview.73", + "version": "1.0.0-preview.74", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.73", - "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.73", - "@microsoft/kiota-serialization-form": "^1.0.0-preview.73", - "@microsoft/kiota-serialization-json": "^1.0.0-preview.73", - "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.73", - "@microsoft/kiota-serialization-text": "^1.0.0-preview.73" + "@microsoft/kiota-abstractions": "^1.0.0-preview.74", + "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.74", + "@microsoft/kiota-serialization-form": "^1.0.0-preview.74", + "@microsoft/kiota-serialization-json": "^1.0.0-preview.74", + "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.74", + "@microsoft/kiota-serialization-text": "^1.0.0-preview.74" } }, "packages/http/fetch": { "name": "@microsoft/kiota-http-fetchlibrary", - "version": "1.0.0-preview.73", + "version": "1.0.0-preview.74", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.73", + "@microsoft/kiota-abstractions": "^1.0.0-preview.74", "@opentelemetry/api": "^1.7.0", "tslib": "^2.6.2" } }, "packages/serialization/form": { "name": "@microsoft/kiota-serialization-form", - "version": "1.0.0-preview.73", + "version": "1.0.0-preview.74", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.73", + "@microsoft/kiota-abstractions": "^1.0.0-preview.74", "tslib": "^2.6.2" } }, "packages/serialization/json": { "name": "@microsoft/kiota-serialization-json", - "version": "1.0.0-preview.73", + "version": "1.0.0-preview.74", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.73", + "@microsoft/kiota-abstractions": "^1.0.0-preview.74", "tslib": "^2.6.2" } }, "packages/serialization/multipart": { "name": "@microsoft/kiota-serialization-multipart", - "version": "1.0.0-preview.73", + "version": "1.0.0-preview.74", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.73", + "@microsoft/kiota-abstractions": "^1.0.0-preview.74", "tslib": "^2.6.2" }, "devDependencies": { - "@microsoft/kiota-serialization-json": "^1.0.0-preview.73" + "@microsoft/kiota-serialization-json": "^1.0.0-preview.74" } }, "packages/serialization/text": { "name": "@microsoft/kiota-serialization-text", - "version": "1.0.0-preview.73", + "version": "1.0.0-preview.74", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.73", + "@microsoft/kiota-abstractions": "^1.0.0-preview.74", "tslib": "^2.6.2" } }, diff --git a/packages/abstractions/CHANGELOG.md b/packages/abstractions/CHANGELOG.md index 871415aa6..8729ffe6f 100644 --- a/packages/abstractions/CHANGELOG.md +++ b/packages/abstractions/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.0-preview.74](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.73...@microsoft/kiota-abstractions@1.0.0-preview.74) (2024-11-07) + + +### Bug Fixes + +* getting rid of unnecessary guid-typescript dependency ([ced60d1](https://github.com/microsoft/kiota-typescript/commit/ced60d1450d7fb8f774f02ffd2c24b44aa2f391a)) +* getting rid of unnecessary guid-typescript dependency ([706ce3c](https://github.com/microsoft/kiota-typescript/commit/706ce3caf2b617a1ae6e419e1b3b3c8a70ad5368)) +* using parseGuidString as validator function ([7a7c9ed](https://github.com/microsoft/kiota-typescript/commit/7a7c9edce621e26287592529b10bc495a91cc386)) + ## [1.0.0-preview.73](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.72...@microsoft/kiota-abstractions@1.0.0-preview.73) (2024-11-05) diff --git a/packages/abstractions/package.json b/packages/abstractions/package.json index 6e3a82f6f..b62c74c8e 100644 --- a/packages/abstractions/package.json +++ b/packages/abstractions/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-abstractions", - "version": "1.0.0-preview.73", + "version": "1.0.0-preview.74", "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 828f543ef..d3eb99b77 100644 --- a/packages/authentication/azure/CHANGELOG.md +++ b/packages/authentication/azure/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.0.0-preview.74](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.73...@microsoft/kiota-authentication-azure@1.0.0-preview.74) (2024-11-07) + + +### 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.73 to ^1.0.0-preview.74 + ## [1.0.0-preview.73](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.72...@microsoft/kiota-authentication-azure@1.0.0-preview.73) (2024-11-05) diff --git a/packages/authentication/azure/package.json b/packages/authentication/azure/package.json index 615468c52..c2a785ebc 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.73", + "version": "1.0.0-preview.74", "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.73", + "@microsoft/kiota-abstractions": "^1.0.0-preview.74", "@opentelemetry/api": "^1.7.0", "tslib": "^2.6.2" }, diff --git a/packages/authentication/spfx/CHANGELOG.md b/packages/authentication/spfx/CHANGELOG.md index bb19cad3c..2196a039a 100644 --- a/packages/authentication/spfx/CHANGELOG.md +++ b/packages/authentication/spfx/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.0.0-preview.74](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.73...@microsoft/kiota-authentication-spfx@1.0.0-preview.74) (2024-11-07) + + +### 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.73 to ^1.0.0-preview.74 + ## [1.0.0-preview.73](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.72...@microsoft/kiota-authentication-spfx@1.0.0-preview.73) (2024-11-05) diff --git a/packages/authentication/spfx/package.json b/packages/authentication/spfx/package.json index 6d7d1f171..d9719a39e 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.73", + "version": "1.0.0-preview.74", "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.73", + "@microsoft/kiota-abstractions": "^1.0.0-preview.74", "@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 3b0cba83a..67214124a 100644 --- a/packages/bundle/CHANGELOG.md +++ b/packages/bundle/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.0.0-preview.74](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.73...@microsoft/kiota-bundle@1.0.0-preview.74) (2024-11-07) + + +### 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.73 to ^1.0.0-preview.74 + * @microsoft/kiota-http-fetchlibrary bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 + * @microsoft/kiota-serialization-form bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 + * @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 + * @microsoft/kiota-serialization-multipart bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 + * @microsoft/kiota-serialization-text bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 + ## [1.0.0-preview.73](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.72...@microsoft/kiota-bundle@1.0.0-preview.73) (2024-11-05) diff --git a/packages/bundle/package.json b/packages/bundle/package.json index 5e71a9a1c..4bee4533b 100644 --- a/packages/bundle/package.json +++ b/packages/bundle/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-bundle", - "version": "1.0.0-preview.73", + "version": "1.0.0-preview.74", "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.73", - "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.73", - "@microsoft/kiota-serialization-form": "^1.0.0-preview.73", - "@microsoft/kiota-serialization-json": "^1.0.0-preview.73", - "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.73", - "@microsoft/kiota-serialization-text": "^1.0.0-preview.73" + "@microsoft/kiota-abstractions": "^1.0.0-preview.74", + "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.74", + "@microsoft/kiota-serialization-form": "^1.0.0-preview.74", + "@microsoft/kiota-serialization-json": "^1.0.0-preview.74", + "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.74", + "@microsoft/kiota-serialization-text": "^1.0.0-preview.74" }, "publishConfig": { "access": "public" diff --git a/packages/http/fetch/CHANGELOG.md b/packages/http/fetch/CHANGELOG.md index 78b3eeb0d..41966ef19 100644 --- a/packages/http/fetch/CHANGELOG.md +++ b/packages/http/fetch/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-preview.74](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.73...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.74) (2024-11-07) + + +### Bug Fixes + +* getting rid of unnecessary guid-typescript dependency ([ced60d1](https://github.com/microsoft/kiota-typescript/commit/ced60d1450d7fb8f774f02ffd2c24b44aa2f391a)) +* getting rid of unnecessary guid-typescript dependency ([706ce3c](https://github.com/microsoft/kiota-typescript/commit/706ce3caf2b617a1ae6e419e1b3b3c8a70ad5368)) +* using parseGuidString as validator function ([7a7c9ed](https://github.com/microsoft/kiota-typescript/commit/7a7c9edce621e26287592529b10bc495a91cc386)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 + ## [1.0.0-preview.73](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.72...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.73) (2024-11-05) diff --git a/packages/http/fetch/package.json b/packages/http/fetch/package.json index 5e6062720..0c12eea02 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.73", + "version": "1.0.0-preview.74", "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.73", + "@microsoft/kiota-abstractions": "^1.0.0-preview.74", "@opentelemetry/api": "^1.7.0", "tslib": "^2.6.2" }, diff --git a/packages/serialization/form/CHANGELOG.md b/packages/serialization/form/CHANGELOG.md index 49b7dc6d9..5d514789b 100644 --- a/packages/serialization/form/CHANGELOG.md +++ b/packages/serialization/form/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-preview.74](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.73...@microsoft/kiota-serialization-form@1.0.0-preview.74) (2024-11-07) + + +### Bug Fixes + +* getting rid of unnecessary guid-typescript dependency ([ced60d1](https://github.com/microsoft/kiota-typescript/commit/ced60d1450d7fb8f774f02ffd2c24b44aa2f391a)) +* getting rid of unnecessary guid-typescript dependency ([706ce3c](https://github.com/microsoft/kiota-typescript/commit/706ce3caf2b617a1ae6e419e1b3b3c8a70ad5368)) +* using parseGuidString as validator function ([7a7c9ed](https://github.com/microsoft/kiota-typescript/commit/7a7c9edce621e26287592529b10bc495a91cc386)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 + ## [1.0.0-preview.73](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.72...@microsoft/kiota-serialization-form@1.0.0-preview.73) (2024-11-05) diff --git a/packages/serialization/form/package.json b/packages/serialization/form/package.json index 4aab1c72f..f45665f8c 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.73", + "version": "1.0.0-preview.74", "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.73", + "@microsoft/kiota-abstractions": "^1.0.0-preview.74", "tslib": "^2.6.2" }, "publishConfig": { diff --git a/packages/serialization/json/CHANGELOG.md b/packages/serialization/json/CHANGELOG.md index da25fbaf4..fd3a114ab 100644 --- a/packages/serialization/json/CHANGELOG.md +++ b/packages/serialization/json/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-preview.74](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.73...@microsoft/kiota-serialization-json@1.0.0-preview.74) (2024-11-07) + + +### Bug Fixes + +* getting rid of unnecessary guid-typescript dependency ([ced60d1](https://github.com/microsoft/kiota-typescript/commit/ced60d1450d7fb8f774f02ffd2c24b44aa2f391a)) +* getting rid of unnecessary guid-typescript dependency ([706ce3c](https://github.com/microsoft/kiota-typescript/commit/706ce3caf2b617a1ae6e419e1b3b3c8a70ad5368)) +* using parseGuidString as validator function ([7a7c9ed](https://github.com/microsoft/kiota-typescript/commit/7a7c9edce621e26287592529b10bc495a91cc386)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 + ## [1.0.0-preview.73](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.72...@microsoft/kiota-serialization-json@1.0.0-preview.73) (2024-11-05) diff --git a/packages/serialization/json/package.json b/packages/serialization/json/package.json index 1993896fc..6525e4ab8 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.73", + "version": "1.0.0-preview.74", "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.73", + "@microsoft/kiota-abstractions": "^1.0.0-preview.74", "tslib": "^2.6.2" }, "publishConfig": { diff --git a/packages/serialization/multipart/CHANGELOG.md b/packages/serialization/multipart/CHANGELOG.md index bf7d6c025..d170c7b45 100644 --- a/packages/serialization/multipart/CHANGELOG.md +++ b/packages/serialization/multipart/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.0.0-preview.74](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-multipart@1.0.0-preview.73...@microsoft/kiota-serialization-multipart@1.0.0-preview.74) (2024-11-07) + + +### Bug Fixes + +* getting rid of unnecessary guid-typescript dependency ([ced60d1](https://github.com/microsoft/kiota-typescript/commit/ced60d1450d7fb8f774f02ffd2c24b44aa2f391a)) +* getting rid of unnecessary guid-typescript dependency ([706ce3c](https://github.com/microsoft/kiota-typescript/commit/706ce3caf2b617a1ae6e419e1b3b3c8a70ad5368)) +* using parseGuidString as validator function ([7a7c9ed](https://github.com/microsoft/kiota-typescript/commit/7a7c9edce621e26287592529b10bc495a91cc386)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 + * devDependencies + * @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 + ## [1.0.0-preview.73](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-multipart@1.0.0-preview.72...@microsoft/kiota-serialization-multipart@1.0.0-preview.73) (2024-11-05) diff --git a/packages/serialization/multipart/package.json b/packages/serialization/multipart/package.json index 54a48391c..e08c5c4f1 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.73", + "version": "1.0.0-preview.74", "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.73", + "@microsoft/kiota-abstractions": "^1.0.0-preview.74", "tslib": "^2.6.2" }, "devDependencies": { - "@microsoft/kiota-serialization-json": "^1.0.0-preview.73" + "@microsoft/kiota-serialization-json": "^1.0.0-preview.74" }, "publishConfig": { "access": "public" diff --git a/packages/serialization/text/CHANGELOG.md b/packages/serialization/text/CHANGELOG.md index 7a3d2e0ec..f7bca5c8d 100644 --- a/packages/serialization/text/CHANGELOG.md +++ b/packages/serialization/text/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.0.0-preview.74](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-text@1.0.0-preview.73...@microsoft/kiota-serialization-text@1.0.0-preview.74) (2024-11-07) + + +### Bug Fixes + +* getting rid of unnecessary guid-typescript dependency ([ced60d1](https://github.com/microsoft/kiota-typescript/commit/ced60d1450d7fb8f774f02ffd2c24b44aa2f391a)) +* getting rid of unnecessary guid-typescript dependency ([706ce3c](https://github.com/microsoft/kiota-typescript/commit/706ce3caf2b617a1ae6e419e1b3b3c8a70ad5368)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74 + ## [1.0.0-preview.73](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-text@1.0.0-preview.72...@microsoft/kiota-serialization-text@1.0.0-preview.73) (2024-11-05) diff --git a/packages/serialization/text/package.json b/packages/serialization/text/package.json index 8452a060a..ec6237a34 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.73", + "version": "1.0.0-preview.74", "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.73", + "@microsoft/kiota-abstractions": "^1.0.0-preview.74", "tslib": "^2.6.2" }, "publishConfig": {