diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1302ea48..106b751a5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - "packages/abstractions": "1.0.0-preview.70", - "packages/authentication/azure": "1.0.0-preview.70", - "packages/authentication/spfx": "1.0.0-preview.70", - "packages/bundle": "1.0.0-preview.70", - "packages/http/fetch": "1.0.0-preview.70", - "packages/serialization/form": "1.0.0-preview.70", - "packages/serialization/json": "1.0.0-preview.70", - "packages/serialization/multipart": "1.0.0-preview.70", - "packages/serialization/text": "1.0.0-preview.70" + "packages/abstractions": "1.0.0-preview.71", + "packages/authentication/azure": "1.0.0-preview.71", + "packages/authentication/spfx": "1.0.0-preview.71", + "packages/bundle": "1.0.0-preview.71", + "packages/http/fetch": "1.0.0-preview.71", + "packages/serialization/form": "1.0.0-preview.71", + "packages/serialization/json": "1.0.0-preview.71", + "packages/serialization/multipart": "1.0.0-preview.71", + "packages/serialization/text": "1.0.0-preview.71" } diff --git a/package-lock.json b/package-lock.json index 255ff6489..e53192db8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16590,7 +16590,7 @@ }, "packages/abstractions": { "name": "@microsoft/kiota-abstractions", - "version": "1.0.0-preview.70", + "version": "1.0.0-preview.71", "license": "MIT", "dependencies": { "@opentelemetry/api": "^1.7.0", @@ -16606,21 +16606,21 @@ }, "packages/authentication/azure": { "name": "@microsoft/kiota-authentication-azure", - "version": "1.0.0-preview.70", + "version": "1.0.0-preview.71", "license": "MIT", "dependencies": { "@azure/core-auth": "^1.5.0", - "@microsoft/kiota-abstractions": "*", + "@microsoft/kiota-abstractions": "1.0.0-preview.71", "@opentelemetry/api": "^1.7.0", "tslib": "^2.6.2" } }, "packages/authentication/spfx": { "name": "@microsoft/kiota-authentication-spfx", - "version": "1.0.0-preview.70", + "version": "1.0.0-preview.71", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "*", + "@microsoft/kiota-abstractions": "1.0.0-preview.71", "@microsoft/sp-http": "^1.15.2", "@opentelemetry/api": "^1.7.0", "tslib": "^2.6.2" @@ -16628,23 +16628,23 @@ }, "packages/bundle": { "name": "@microsoft/kiota-bundle", - "version": "1.0.0-preview.70", + "version": "1.0.0-preview.71", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "*", - "@microsoft/kiota-http-fetchlibrary": "*", - "@microsoft/kiota-serialization-form": "*", - "@microsoft/kiota-serialization-json": "*", - "@microsoft/kiota-serialization-multipart": "*", - "@microsoft/kiota-serialization-text": "*" + "@microsoft/kiota-abstractions": "1.0.0-preview.71", + "@microsoft/kiota-http-fetchlibrary": "1.0.0-preview.71", + "@microsoft/kiota-serialization-form": "1.0.0-preview.71", + "@microsoft/kiota-serialization-json": "1.0.0-preview.71", + "@microsoft/kiota-serialization-multipart": "1.0.0-preview.71", + "@microsoft/kiota-serialization-text": "1.0.0-preview.71" } }, "packages/http/fetch": { "name": "@microsoft/kiota-http-fetchlibrary", - "version": "1.0.0-preview.70", + "version": "1.0.0-preview.71", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "*", + "@microsoft/kiota-abstractions": "1.0.0-preview.71", "@opentelemetry/api": "^1.7.0", "guid-typescript": "^1.0.9", "tslib": "^2.6.2" @@ -16652,43 +16652,43 @@ }, "packages/serialization/form": { "name": "@microsoft/kiota-serialization-form", - "version": "1.0.0-preview.70", + "version": "1.0.0-preview.71", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "*", + "@microsoft/kiota-abstractions": "1.0.0-preview.71", "guid-typescript": "^1.0.9", "tslib": "^2.6.2" } }, "packages/serialization/json": { "name": "@microsoft/kiota-serialization-json", - "version": "1.0.0-preview.70", + "version": "1.0.0-preview.71", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "*", + "@microsoft/kiota-abstractions": "1.0.0-preview.71", "guid-typescript": "^1.0.9", "tslib": "^2.6.2" } }, "packages/serialization/multipart": { "name": "@microsoft/kiota-serialization-multipart", - "version": "1.0.0-preview.70", + "version": "1.0.0-preview.71", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "*", + "@microsoft/kiota-abstractions": "1.0.0-preview.71", "guid-typescript": "^1.0.9", "tslib": "^2.6.2" }, "devDependencies": { - "@microsoft/kiota-serialization-json": "*" + "@microsoft/kiota-serialization-json": "1.0.0-preview.71" } }, "packages/serialization/text": { "name": "@microsoft/kiota-serialization-text", - "version": "1.0.0-preview.70", + "version": "1.0.0-preview.71", "license": "MIT", "dependencies": { - "@microsoft/kiota-abstractions": "*", + "@microsoft/kiota-abstractions": "1.0.0-preview.71", "guid-typescript": "^1.0.9", "tslib": "^2.6.2" } diff --git a/packages/abstractions/CHANGELOG.md b/packages/abstractions/CHANGELOG.md index 2e4f980c3..33862b0d2 100644 --- a/packages/abstractions/CHANGELOG.md +++ b/packages/abstractions/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.70...@microsoft/kiota-abstractions@1.0.0-preview.71) (2024-10-28) + + +### Miscellaneous Chores + +* **@microsoft/kiota-abstractions:** Synchronize microsoft-kiota versions + ## [1.0.0-preview.70](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.69...@microsoft/kiota-abstractions@1.0.0-preview.70) (2024-10-24) diff --git a/packages/abstractions/package.json b/packages/abstractions/package.json index 3e8501cee..f3e2390cc 100644 --- a/packages/abstractions/package.json +++ b/packages/abstractions/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-abstractions", - "version": "1.0.0-preview.70", + "version": "1.0.0-preview.71", "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 bc0e0cc22..39dc0dff4 100644 --- a/packages/authentication/azure/CHANGELOG.md +++ b/packages/authentication/azure/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.70...@microsoft/kiota-authentication-azure@1.0.0-preview.71) (2024-10-28) + + +### Bug Fixes + +* set version in package files to be updated by release please ([d33ddef](https://github.com/microsoft/kiota-typescript/commit/d33ddefccd5f8b1f0bcdcea3f8cf72a22bfb73e2)) +* set version in package files to be updated by release please ([4da42b6](https://github.com/microsoft/kiota-typescript/commit/4da42b616bd5b87f3cc90d7d540c972744e2edee)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71 + ## [1.0.0-preview.70](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.69...@microsoft/kiota-authentication-azure@1.0.0-preview.70) (2024-10-24) diff --git a/packages/authentication/azure/package.json b/packages/authentication/azure/package.json index 3c77ee50e..cd150764d 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.70", + "version": "1.0.0-preview.71", "description": "Authentication provider for Kiota using Azure Identity", "main": "dist/es/src/index.js", "module": "dist/es/src/index.js", @@ -32,7 +32,7 @@ "homepage": "https://github.com/microsoft/kiota-typescript#readme", "dependencies": { "@azure/core-auth": "^1.5.0", - "@microsoft/kiota-abstractions": "^1.0.0-preview.70", + "@microsoft/kiota-abstractions": "^1.0.0-preview.71", "@opentelemetry/api": "^1.7.0", "tslib": "^2.6.2" }, diff --git a/packages/authentication/spfx/CHANGELOG.md b/packages/authentication/spfx/CHANGELOG.md index 3b8552f9d..8a3e7f442 100644 --- a/packages/authentication/spfx/CHANGELOG.md +++ b/packages/authentication/spfx/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.70...@microsoft/kiota-authentication-spfx@1.0.0-preview.71) (2024-10-28) + + +### Bug Fixes + +* set version in package files to be updated by release please ([d33ddef](https://github.com/microsoft/kiota-typescript/commit/d33ddefccd5f8b1f0bcdcea3f8cf72a22bfb73e2)) +* set version in package files to be updated by release please ([4da42b6](https://github.com/microsoft/kiota-typescript/commit/4da42b616bd5b87f3cc90d7d540c972744e2edee)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71 + ## [1.0.0-preview.70](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-spfx@1.0.0-preview.69...@microsoft/kiota-authentication-spfx@1.0.0-preview.70) (2024-10-24) diff --git a/packages/authentication/spfx/package.json b/packages/authentication/spfx/package.json index 3973e5285..935bf1c6d 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.70", + "version": "1.0.0-preview.71", "description": "Authentication provider for using Kiota in SPFx solutions", "main": "dist/es/src/index.js", "module": "dist/es/src/index.js", @@ -41,7 +41,7 @@ }, "homepage": "https://github.com/microsoft/kiota-typescript#readme", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.70", + "@microsoft/kiota-abstractions": "^1.0.0-preview.71", "@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 bc78207e8..dccef0f76 100644 --- a/packages/bundle/CHANGELOG.md +++ b/packages/bundle/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.70...@microsoft/kiota-bundle@1.0.0-preview.71) (2024-10-28) + + +### Bug Fixes + +* set version in package files to be updated by release please ([d33ddef](https://github.com/microsoft/kiota-typescript/commit/d33ddefccd5f8b1f0bcdcea3f8cf72a22bfb73e2)) +* set version in package files to be updated by release please ([4da42b6](https://github.com/microsoft/kiota-typescript/commit/4da42b616bd5b87f3cc90d7d540c972744e2edee)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71 + * @microsoft/kiota-http-fetchlibrary bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71 + * @microsoft/kiota-serialization-form bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71 + * @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71 + * @microsoft/kiota-serialization-multipart bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71 + * @microsoft/kiota-serialization-text bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71 + ## [1.0.0-preview.70](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-bundle@1.0.0-preview.69...@microsoft/kiota-bundle@1.0.0-preview.70) (2024-10-24) diff --git a/packages/bundle/package.json b/packages/bundle/package.json index 7582285b3..8c08b44c3 100644 --- a/packages/bundle/package.json +++ b/packages/bundle/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/kiota-bundle", - "version": "1.0.0-preview.70", + "version": "1.0.0-preview.71", "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", @@ -30,12 +30,12 @@ }, "homepage": "https://github.com/microsoft/kiota#readme", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.70", - "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.70", - "@microsoft/kiota-serialization-form": "^1.0.0-preview.70", - "@microsoft/kiota-serialization-json": "^1.0.0-preview.70", - "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.70", - "@microsoft/kiota-serialization-text": "^1.0.0-preview.70" + "@microsoft/kiota-abstractions": "^1.0.0-preview.71", + "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.71", + "@microsoft/kiota-serialization-form": "^1.0.0-preview.71", + "@microsoft/kiota-serialization-json": "^1.0.0-preview.71", + "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.71", + "@microsoft/kiota-serialization-text": "^1.0.0-preview.71" }, "publishConfig": { "access": "public" diff --git a/packages/http/fetch/CHANGELOG.md b/packages/http/fetch/CHANGELOG.md index 0a2120830..208fc7319 100644 --- a/packages/http/fetch/CHANGELOG.md +++ b/packages/http/fetch/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.70...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.71) (2024-10-28) + + +### Bug Fixes + +* set version in package files to be updated by release please ([d33ddef](https://github.com/microsoft/kiota-typescript/commit/d33ddefccd5f8b1f0bcdcea3f8cf72a22bfb73e2)) +* set version in package files to be updated by release please ([4da42b6](https://github.com/microsoft/kiota-typescript/commit/4da42b616bd5b87f3cc90d7d540c972744e2edee)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71 + ## [1.0.0-preview.70](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-http-fetchlibrary@1.0.0-preview.69...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.70) (2024-10-24) diff --git a/packages/http/fetch/package.json b/packages/http/fetch/package.json index 72c980096..c8b492dfb 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.70", + "version": "1.0.0-preview.71", "description": "Kiota request adapter implementation with fetch", "keywords": [ "Kiota", @@ -33,7 +33,7 @@ "test": "npm run test:node && npm run test:browser" }, "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.70", + "@microsoft/kiota-abstractions": "^1.0.0-preview.71", "@opentelemetry/api": "^1.7.0", "guid-typescript": "^1.0.9", "tslib": "^2.6.2" diff --git a/packages/serialization/form/CHANGELOG.md b/packages/serialization/form/CHANGELOG.md index 2c968a74f..e5feeb464 100644 --- a/packages/serialization/form/CHANGELOG.md +++ b/packages/serialization/form/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.70...@microsoft/kiota-serialization-form@1.0.0-preview.71) (2024-10-28) + + +### Bug Fixes + +* set version in package files to be updated by release please ([d33ddef](https://github.com/microsoft/kiota-typescript/commit/d33ddefccd5f8b1f0bcdcea3f8cf72a22bfb73e2)) +* set version in package files to be updated by release please ([4da42b6](https://github.com/microsoft/kiota-typescript/commit/4da42b616bd5b87f3cc90d7d540c972744e2edee)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71 + ## [1.0.0-preview.70](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.69...@microsoft/kiota-serialization-form@1.0.0-preview.70) (2024-10-24) diff --git a/packages/serialization/form/package.json b/packages/serialization/form/package.json index 114ed767b..7e4aa6417 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.70", + "version": "1.0.0-preview.71", "description": "Implementation of Kiota Serialization interfaces for URI from encoded", "main": "dist/es/src/index.js", "browser": { @@ -38,7 +38,7 @@ }, "homepage": "https://github.com/microsoft/kiota-typescript#readme", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.70", + "@microsoft/kiota-abstractions": "^1.0.0-preview.71", "guid-typescript": "^1.0.9", "tslib": "^2.6.2" }, diff --git a/packages/serialization/json/CHANGELOG.md b/packages/serialization/json/CHANGELOG.md index 15ad6ab9d..503b02bfc 100644 --- a/packages/serialization/json/CHANGELOG.md +++ b/packages/serialization/json/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.70...@microsoft/kiota-serialization-json@1.0.0-preview.71) (2024-10-28) + + +### Bug Fixes + +* set version in package files to be updated by release please ([d33ddef](https://github.com/microsoft/kiota-typescript/commit/d33ddefccd5f8b1f0bcdcea3f8cf72a22bfb73e2)) +* set version in package files to be updated by release please ([4da42b6](https://github.com/microsoft/kiota-typescript/commit/4da42b616bd5b87f3cc90d7d540c972744e2edee)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71 + ## [1.0.0-preview.70](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-json@1.0.0-preview.69...@microsoft/kiota-serialization-json@1.0.0-preview.70) (2024-10-24) diff --git a/packages/serialization/json/package.json b/packages/serialization/json/package.json index a26cc0731..1eaf8ccce 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.70", + "version": "1.0.0-preview.71", "description": "Implementation of Kiota Serialization interfaces for JSON", "main": "dist/es/src/index.js", "type": "module", @@ -38,7 +38,7 @@ }, "homepage": "https://github.com/microsoft/kiota-typescript#readme", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.70", + "@microsoft/kiota-abstractions": "^1.0.0-preview.71", "guid-typescript": "^1.0.9", "tslib": "^2.6.2" }, diff --git a/packages/serialization/multipart/CHANGELOG.md b/packages/serialization/multipart/CHANGELOG.md index 9624208e6..499cdd7b3 100644 --- a/packages/serialization/multipart/CHANGELOG.md +++ b/packages/serialization/multipart/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-multipart@1.0.0-preview.70...@microsoft/kiota-serialization-multipart@1.0.0-preview.71) (2024-10-28) + + +### Bug Fixes + +* set version in package files to be updated by release please ([d33ddef](https://github.com/microsoft/kiota-typescript/commit/d33ddefccd5f8b1f0bcdcea3f8cf72a22bfb73e2)) +* set version in package files to be updated by release please ([4da42b6](https://github.com/microsoft/kiota-typescript/commit/4da42b616bd5b87f3cc90d7d540c972744e2edee)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71 + * devDependencies + * @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71 + ## [1.0.0-preview.70](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-multipart@1.0.0-preview.69...@microsoft/kiota-serialization-multipart@1.0.0-preview.70) (2024-10-24) diff --git a/packages/serialization/multipart/package.json b/packages/serialization/multipart/package.json index 5f8a80b00..d6947ef66 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.70", + "version": "1.0.0-preview.71", "description": "Implementation of Kiota Serialization interfaces for multipart form data", "main": "dist/es/src/index.js", "module": "dist/es/src/index.js", @@ -34,12 +34,12 @@ }, "homepage": "https://github.com/microsoft/kiota-typescript#readme", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.70", + "@microsoft/kiota-abstractions": "^1.0.0-preview.71", "guid-typescript": "^1.0.9", "tslib": "^2.6.2" }, "devDependencies": { - "@microsoft/kiota-serialization-json": "^1.0.0-preview.70" + "@microsoft/kiota-serialization-json": "^1.0.0-preview.71" }, "publishConfig": { "access": "public" diff --git a/packages/serialization/text/CHANGELOG.md b/packages/serialization/text/CHANGELOG.md index 55821f658..1b639b669 100644 --- a/packages/serialization/text/CHANGELOG.md +++ b/packages/serialization/text/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-text@1.0.0-preview.70...@microsoft/kiota-serialization-text@1.0.0-preview.71) (2024-10-28) + + +### Bug Fixes + +* set version in package files to be updated by release please ([d33ddef](https://github.com/microsoft/kiota-typescript/commit/d33ddefccd5f8b1f0bcdcea3f8cf72a22bfb73e2)) +* set version in package files to be updated by release please ([4da42b6](https://github.com/microsoft/kiota-typescript/commit/4da42b616bd5b87f3cc90d7d540c972744e2edee)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @microsoft/kiota-abstractions bumped from ^1.0.0-preview.70 to ^1.0.0-preview.71 + ## [1.0.0-preview.70](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-text@1.0.0-preview.69...@microsoft/kiota-serialization-text@1.0.0-preview.70) (2024-10-24) diff --git a/packages/serialization/text/package.json b/packages/serialization/text/package.json index 37c53835e..006eed2ec 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.70", + "version": "1.0.0-preview.71", "description": "Implementation of Kiota Serialization interfaces for text", "main": "dist/es/src/index.js", "browser": { @@ -38,7 +38,7 @@ }, "homepage": "https://github.com/microsoft/kiota-typescript#readme", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.70", + "@microsoft/kiota-abstractions": "^1.0.0-preview.71", "guid-typescript": "^1.0.9", "tslib": "^2.6.2" },