Skip to content

Commit b1c5b8a

Browse files
authored
Remove root URL https://localhost:3000 added during migration to Plugin Tools (#58)
* Remove root URL https://localhost:3000 added during migration to Plugin Tools * Update CHANGELOG.md
1 parent 6fd2b97 commit b1c5b8a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 3.0.1 (2023-08-02)
4+
5+
### Bugfix
6+
7+
- Remove root URL http://localhost:3000 added during migration to Plugin Tools
8+
39
## 3.0.0 (2023-07-26)
410

511
### Breaking changes

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
"levitate": "npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data,@grafana/runtime,@grafana/ui",
6363
"lint": "eslint --ignore-path ./.eslintignore --ext .js,.jsx,.ts,.tsx .",
6464
"lint:fix": "eslint --fix --ignore-path ./.eslintignore --ext .js,.jsx,.ts,.tsx .",
65-
"sign": "npx --yes @grafana/sign-plugin@latest --rootUrls http://localhost:3000/",
65+
"sign": "npx --yes @grafana/sign-plugin@latest",
6666
"start": "docker-compose pull && docker-compose up",
6767
"stop": "docker-compose down",
6868
"test": "jest --watch --onlyChanged",
6969
"test:ci": "jest --maxWorkers 4 --coverage",
7070
"upgrade": "npm upgrade --save"
7171
},
72-
"version": "3.0.0"
72+
"version": "3.0.1"
7373
}

0 commit comments

Comments
 (0)