Skip to content

Commit e8bf535

Browse files
chore: version packages (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6081891 commit e8bf535

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/moody-banks-thank.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/vite-plugin-msal/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @intility/vite-plugin-msal
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 6081891: add support for bypassing authority and cloud instance metadata resolution
8+
39
## 0.1.1
410

511
### Patch Changes

packages/vite-plugin-msal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intility/vite-plugin-msal",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Vite plugin for msal-browser",
55
"license": "MIT",
66
"author": "Intility AS",

samples/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@azure/msal-react": "^5.0.5",
1515
"react": "^19.2.0",
1616
"react-dom": "^19.2.0",
17-
"@intility/vite-plugin-msal": "0.1.1"
17+
"@intility/vite-plugin-msal": "0.2.0"
1818
},
1919
"devDependencies": {
2020
"@types/node": "^25.3.3",

0 commit comments

Comments
 (0)