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

Bump version to 2.15.0 #2535

Merged
merged 52 commits into from
Jul 7, 2022
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
e6bd704
Merge pull request #2375 from Azure/master
cRui861 Aug 13, 2021
bc4944b
Merge pull request #2424 from Azure/master
cRui861 Feb 2, 2022
bd30b07
Revert "Update to call List Supported Virtual Machine and Cloud Servi…
cRui861 Feb 10, 2022
e6c888d
Merge pull request #2437 from Azure/rechen/revert-2400
cRui861 Feb 10, 2022
07deca6
Update patch version for reverting VM SKU API changes
cRui861 Feb 10, 2022
acbabcd
Update changelog with hotfix information
cRui861 Feb 10, 2022
260a74a
Merge pull request #2439 from Azure/rechen/updatepatchversion
cRui861 Feb 10, 2022
6afc860
Merge branch 'master' into prepare-2.13.0
gingi Mar 29, 2022
c27f474
Merge pull request #2492 from Azure/prepare-2.13.0
gingi Mar 31, 2022
4b82264
Fix task output warning background color
Mar 10, 2022
54c1acd
Fix border contrast of code sample package install inputs
dpwatrous Mar 16, 2022
6da174c
Fix for missing image icons
gingi Mar 15, 2022
0c22bec
Fixes AB#315: Native tooltips for gallery actions
gingi Mar 15, 2022
1bd6875
Bumps version to 2.14.0
gingi Apr 1, 2022
2f45902
Fixes silent DatetimePicker error on midnight value
gingi Mar 16, 2022
2575667
Bump plist from 3.0.4 to 3.0.5 (#2493)
dependabot[bot] Apr 4, 2022
04393aa
Fixes AB#465: "Unselect All" navigable by keyboard
gingi Mar 16, 2022
5cc498d
Upgrades to Electron 13
gingi Apr 19, 2022
ecafe74
Merge pull request #2472 from Azure/bugfix/a11y-mar-22
cRui861 Apr 21, 2022
e930e09
Bump moment from 2.29.1 to 2.29.3 (#2496)
dependabot[bot] Apr 22, 2022
fb8ee4c
Bump minimist from 1.2.5 to 1.2.6 (#2488)
dependabot[bot] Apr 22, 2022
2d11ed5
Bump karma from 6.3.14 to 6.3.16 (#2467)
dependabot[bot] Apr 22, 2022
df72a81
Fixes issue with failed silent auth
gingi Mar 2, 2022
d8a9ac2
Updates @azure/msal-node to 1.6.0
gingi Mar 2, 2022
40d7d7e
Bump ejs from 3.1.6 to 3.1.7
dependabot[bot] Apr 28, 2022
62c4739
Fix heatmap node display issues (#2497)
cRui861 May 12, 2022
e29b978
Restores native menubar on Windows
gingi May 27, 2022
8a833b6
Adding Sanjana as code owner
gingi Jun 1, 2022
9aa2cac
Bump async from 2.6.3 to 2.6.4
dependabot[bot] Jun 3, 2022
35599ad
Bump eventsource from 1.0.7 to 1.1.1
dependabot[bot] Jun 1, 2022
b834cd6
Adds security linting
gingi Jun 7, 2022
ff54e75
Minor lint fixes
gingi May 25, 2022
49af054
Remove obsolete directives from debug config
gingi May 25, 2022
7e8248e
Utility for creating a proxy environment in Azure
gingi May 9, 2022
181a4dc
Upgrades to @azure/msal-node 1.9.0
gingi May 25, 2022
4c5c293
Uses proxy settings for authentication.
gingi Mar 3, 2022
6d6c8fb
Bump node-forge from 1.0.0 to 1.3.0
dependabot[bot] Apr 1, 2022
50ffd9a
Fixes cer parsing unit test using updated forge
gingi Jun 7, 2022
525462a
Microsoft mandatory file
microsoft-github-policy-service[bot] May 27, 2022
55b1710
Excludes auto-generated SECURITY.md from linting
gingi Jun 7, 2022
4555281
Bumps azure-storage from 2.10.4 to 2.10.7
gingi Jun 8, 2022
23c3479
Bumps hosted-git-info from 2.8.8 to 2.8.9
gingi Jun 8, 2022
c36b819
Bumps ansi-html, normalize-url
gingi Jun 8, 2022
0fad7e7
Bumps @azure/msal-node from 1.9.0 to 1.10.0
gingi Jun 15, 2022
fbac8c4
May a11y Bug Fixes (#2520)
cRui861 Jun 20, 2022
c961070
April a11y Bug Fixes (#2523)
cRui861 Jun 22, 2022
d8c9140
Prepare for release 2.14.0 (#2534)
cRui861 Jun 30, 2022
c79ab61
Merge remote-tracking branch 'origin/master' into release/prepare-2.14.0
gingi Jul 1, 2022
d55d3c8
Unrevert "Update to call List Supported Virtual Machine and Cloud Ser…
gingi Apr 1, 2022
771ec69
Merge pull request #2538 from Azure/release/prepare-2.14.0
cRui861 Jul 7, 2022
32afcf3
Bump Batch Explorer to version 2.15.0
cRui861 Jul 7, 2022
8e8bcbe
Merge branch 'master' into release/bump-2.15.0
cRui861 Jul 7, 2022
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"name": "Microsoft Corporation",
"email": "batchexplorer@microsoft.com"
},
"version": "2.14.0",
"version": "2.15.0",
"main": "build/client/main.prod.js",
"scripts": {
"ts": "ts-node --project tsconfig.node.json --files",
Expand Down