Skip to content

Commit dbf1a46

Browse files
committed
chore(release): 10.5.3
1 parent 1642d4b commit dbf1a46

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [10.5.3](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v10.5.2...v10.5.3) (2025-02-27)
6+
57
## [10.5.2](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v10.5.1...v10.5.2) (2025-02-26)
68

79

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graph-explorer-v2",
3-
"version": "10.5.2",
3+
"version": "10.5.3",
44
"private": true,
55
"dependencies": {
66
"@augloop/types-core": "file:packages/types-core-2.16.189.tgz",
@@ -73,7 +73,7 @@
7373
"lint": "eslint . \"**/*.{js,ts,tsx}\"",
7474
"prebuild:prod": "standard-version",
7575
"build:prod": "npm run build",
76-
"bump": "standard-version --skip.tag --skip.changelog",
76+
"bump": "standard-version --release-as 10.5.3",
7777
"start-server": "npm start",
7878
"test-playwright": "start-server-and-test start-server http://127.0.0.1:3000 test-ui",
7979
"test-ui": "npx playwright test src/tests/ui/",

0 commit comments

Comments
 (0)