Skip to content

Commit

Permalink
Merge pull request #1446 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 28, 2024
2 parents d33ddef + 06c9e6d commit e8b88a3
Show file tree
Hide file tree
Showing 20 changed files with 189 additions and 55 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.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"
}
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/abstractions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (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/[email protected]...@microsoft/[email protected]) (2024-10-24)


Expand Down
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.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",
Expand Down
15 changes: 15 additions & 0 deletions packages/authentication/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (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/[email protected]...@microsoft/[email protected]) (2024-10-24)


Expand Down
4 changes: 2 additions & 2 deletions 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.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",
Expand Down Expand Up @@ -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"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/authentication/spfx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (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/[email protected]...@microsoft/[email protected]) (2024-10-24)


Expand Down
4 changes: 2 additions & 2 deletions 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.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",
Expand Down Expand Up @@ -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"
Expand Down
20 changes: 20 additions & 0 deletions packages/bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (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/[email protected]...@microsoft/[email protected]) (2024-10-24)


Expand Down
14 changes: 7 additions & 7 deletions 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.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",
Expand Down Expand Up @@ -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"
Expand Down
15 changes: 15 additions & 0 deletions packages/http/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (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/[email protected]...@microsoft/[email protected]) (2024-10-24)


Expand Down
4 changes: 2 additions & 2 deletions 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.70",
"version": "1.0.0-preview.71",
"description": "Kiota request adapter implementation with fetch",
"keywords": [
"Kiota",
Expand Down Expand Up @@ -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"
Expand Down
15 changes: 15 additions & 0 deletions packages/serialization/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (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/[email protected]...@microsoft/[email protected]) (2024-10-24)


Expand Down
4 changes: 2 additions & 2 deletions 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.70",
"version": "1.0.0-preview.71",
"description": "Implementation of Kiota Serialization interfaces for URI from encoded",
"main": "dist/es/src/index.js",
"browser": {
Expand Down Expand Up @@ -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"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/serialization/json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.0.0-preview.71](https://github.com/microsoft/kiota-typescript/compare/@microsoft/[email protected]...@microsoft/[email protected]) (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/[email protected]...@microsoft/[email protected]) (2024-10-24)


Expand Down
Loading

0 comments on commit e8b88a3

Please sign in to comment.