Skip to content

Commit 91923fc

Browse files
authored
Merge branch 'main' into feat/adds-readme
2 parents b7f6048 + 6bd65f6 commit 91923fc

132 files changed

Lines changed: 1473 additions & 377 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0-preview.46"
2+
".": "1.0.0-preview.48"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.0-preview.48](https://github.com/microsoftgraph/msgraph-sdk-typescript/compare/v1.0.0-preview.47...v1.0.0-preview.48) (2025-03-18)
9+
10+
11+
### Features
12+
13+
* **generation:** update request builders and models ([#773](https://github.com/microsoftgraph/msgraph-sdk-typescript/issues/773)) ([559e787](https://github.com/microsoftgraph/msgraph-sdk-typescript/commit/559e787ba8964c3c5c0d838f83fe7c7edd4a9e1d))
14+
15+
## [1.0.0-preview.47](https://github.com/microsoftgraph/msgraph-sdk-typescript/compare/v1.0.0-preview.46...v1.0.0-preview.47) (2025-03-12)
16+
17+
18+
### Features
19+
20+
* **generation:** update request builders and models ([0c77c19](https://github.com/microsoftgraph/msgraph-sdk-typescript/commit/0c77c192dd79ff2ea6f89d30e476eb216a303035))
21+
822
## [1.0.0-preview.46](https://github.com/microsoftgraph/msgraph-sdk-typescript/compare/v1.0.0-preview.45...v1.0.0-preview.46) (2025-03-04)
923

1024

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.0.0-preview.46"
3+
"version": "1.0.0-preview.48"
44
}

0 commit comments

Comments
 (0)