Skip to content

Commit

Permalink
Remove root URL https://localhost:3000 added during migration to Plug…
Browse files Browse the repository at this point in the history
…in Tools (#58)

* Remove root URL https://localhost:3000 added during migration to Plugin Tools

* Update CHANGELOG.md
  • Loading branch information
mikhail-vl authored Aug 2, 2023
1 parent 6fd2b97 commit b1c5b8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.1 (2023-08-02)

### Bugfix

- Remove root URL http://localhost:3000 added during migration to Plugin Tools

## 3.0.0 (2023-07-26)

### Breaking changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
"levitate": "npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data,@grafana/runtime,@grafana/ui",
"lint": "eslint --ignore-path ./.eslintignore --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --fix --ignore-path ./.eslintignore --ext .js,.jsx,.ts,.tsx .",
"sign": "npx --yes @grafana/sign-plugin@latest --rootUrls http://localhost:3000/",
"sign": "npx --yes @grafana/sign-plugin@latest",
"start": "docker-compose pull && docker-compose up",
"stop": "docker-compose down",
"test": "jest --watch --onlyChanged",
"test:ci": "jest --maxWorkers 4 --coverage",
"upgrade": "npm upgrade --save"
},
"version": "3.0.0"
"version": "3.0.1"
}

0 comments on commit b1c5b8a

Please sign in to comment.