Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Update 10.1.0 #3149

Merged
merged 38 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
c1282bd
Merge pull request #2450 from microsoftgraph/release/8.0.0
thewahome Mar 13, 2023
1f51f9c
Bump version to 8.1.0
invalid-email-address Apr 5, 2023
3622b32
return playwright test branch condition
ElinorW Apr 6, 2023
557db19
Fix: Missing return statement (#2507)
Onokaev Apr 7, 2023
b6dca39
Chore: Release 8.1.0 (#2505)
thewahome Apr 11, 2023
330040f
Bump version to 8.2.0
invalid-email-address Apr 19, 2023
2a4ce42
Merge branch 'master' into release/8.2.0
Onokaev Apr 19, 2023
a2221cb
Merge pull request #2519 from microsoftgraph/release/8.2.0
thewahome Apr 19, 2023
38c60bb
Chore: Release 9.0.0 (#2619)
ElinorW Jun 13, 2023
8a6c1f1
Fix: Show documentation URL for supported Resource Explorer items (#2…
thewahome Jun 16, 2023
a0a75ca
Fix: Ensure collections are initiated in store (#2627)
thewahome Jun 16, 2023
3c1c9de
Chore: Release 9.1.0 (#2694)
ElinorW Jul 27, 2023
531dcad
Bump version to 9.2.0
invalid-email-address Aug 15, 2023
d6d8015
Completed merge
Onokaev Aug 15, 2023
794f731
Chore: Release 9.2.0 #2744
thewahome Aug 16, 2023
f0ab5c2
Bump version to 9.3.0
invalid-email-address Nov 3, 2023
be26d4f
merge master into release/9.3.0
thewahome Nov 3, 2023
051fcd3
Merge pull request #2864 from microsoftgraph/release/9.3.0
thewahome Nov 7, 2023
6650770
Fix: Remove component chunking (#2871)
thewahome Nov 9, 2023
c45cca1
Chore: Hotfix release 9.3.2 (#2898)
ElinorW Nov 14, 2023
6aac5a5
Hotfix: Upgrade msal-browser version (#2900)
thewahome Nov 15, 2023
73e951a
Bump version to 9.4.0
invalid-email-address Jan 22, 2024
c2fa1cf
add CI:false
thewahome Jan 23, 2024
c3cd3a1
Merge branch 'master' into release/9.4.0
thewahome Jan 23, 2024
9ca4183
Merge pull request #2960 from microsoftgraph/release/9.4.0
thewahome Jan 23, 2024
62e4d04
Chore: Release 9.5.0 (#2994)
ElinorW Feb 5, 2024
d251a68
Bump version to 9.6.0
invalid-email-address Feb 27, 2024
304bb39
Merge branch 'master' into release/9.6.0
thewahome Feb 27, 2024
f26df60
reset permissions to initial state on error
thewahome Feb 28, 2024
9cc3524
fix failing tests
thewahome Feb 28, 2024
e9464b3
Chore: Release 9.6.0 (#3018)
thewahome Feb 28, 2024
4d232e9
Bump version to 9.7.0
invalid-email-address Mar 6, 2024
355f360
Merge branch 'master' into release/9.7.0
thewahome Mar 6, 2024
a044231
Merge pull request #3045 from microsoftgraph/release/9.7.0
thewahome Mar 6, 2024
3a9efd3
Chore: Release 9.8.0 (#3066)
ElinorW Mar 27, 2024
1099e03
Chore: Release 10.0.0 (#3146)
thewahome May 8, 2024
39c32d9
Bump version to 10.1.0
invalid-email-address May 15, 2024
a126a56
Merge branch 'master' into release/10.1.0
thewahome May 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 32 additions & 32 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-explorer-v2",
"version": "10.0.0",
"version": "10.1.0",
"private": true,
"dependencies": {
"@augloop/types-core": "file:packages/types-core-2.16.189.tgz",
Expand Down
Loading