Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages/create-plugin": "7.8.0",
"packages/create-plugin": "7.8.1",
"packages/eslint-plugin-plugins": "0.7.0",
"packages/plugin-docs-cli": "0.1.0",
"packages/plugin-docs-parser": "0.1.0",
"packages/plugin-docs-cli": "0.2.0",
"packages/plugin-docs-parser": "0.2.0",
"packages/plugin-e2e": "3.9.1",
"packages/plugin-meta-extractor": "0.13.0",
"packages/plugin-types-bundler": "0.6.0",
"packages/react-detect": "0.7.1",
"packages/sign-plugin": "3.3.1",
"packages/sign-plugin": "3.3.2",
"packages/tsconfig": "2.2.0",
"packages/eslint-config": "10.0.0"
}
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/create-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.8.1](https://github.com/grafana/plugin-tools/compare/@grafana/create-plugin@7.8.0...@grafana/create-plugin@7.8.1) (2026-06-25)


### Bug Fixes

* replace find-up dependency with native @libs/find-up helper ([#2722](https://github.com/grafana/plugin-tools/issues/2722)) ([d20ff77](https://github.com/grafana/plugin-tools/commit/d20ff7714de762a2d7ce96cf33a37d615e78e77c))

## [7.8.0](https://github.com/grafana/plugin-tools/compare/@grafana/create-plugin@7.7.1...@grafana/create-plugin@7.8.0) (2026-06-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/create-plugin",
"version": "7.8.0",
"version": "7.8.1",
"repository": {
"type": "git",
"directory": "packages/create-plugin",
Expand Down
19 changes: 19 additions & 0 deletions packages/plugin-docs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,25 @@

# @grafana/plugin-docs-cli

## [0.2.0](https://github.com/grafana/plugin-tools/compare/@grafana/plugin-docs-cli@0.1.0...@grafana/plugin-docs-cli@0.2.0) (2026-06-25)


### Features

* **plugin-docs-cli:** Extract TOC headings at build time ([#2744](https://github.com/grafana/plugin-tools/issues/2744)) ([0a05680](https://github.com/grafana/plugin-tools/commit/0a05680e7961c52fcf68e567a5e58ffb1c4ae8e7))


### Bug Fixes

* **plugin-docs-cli:** limit doc page nesting to 3 ([#2745](https://github.com/grafana/plugin-tools/issues/2745)) ([95bb69a](https://github.com/grafana/plugin-tools/commit/95bb69a3011343948e2450db9afa6c9c14b79c1c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @grafana/plugin-docs-parser bumped from ^0.1.0 to ^0.2.0

## 0.0.1 (Unreleased)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-docs-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/plugin-docs-cli",
"version": "0.1.0",
"version": "0.2.0",
"description": "CLI tool for developing, validating and previewing Grafana plugin documentation locally.",
"type": "module",
"bin": "./dist/bin/run.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"node": ">=24"
},
"dependencies": {
"@grafana/plugin-docs-parser": "^0.1.0",
"@grafana/plugin-docs-parser": "^0.2.0",
"chokidar": "^5.0.0",
"debug": "^4.3.7",
"ejs": "^5.0.0",
Expand Down
17 changes: 13 additions & 4 deletions packages/plugin-docs-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# v0.1.0 (Fri May 29 2026)
# Changelog

## [0.2.0](https://github.com/grafana/plugin-tools/compare/@grafana/plugin-docs-parser@0.1.0...@grafana/plugin-docs-parser@0.2.0) (2026-06-25)


### Features

* **plugin-docs-cli:** Extract TOC headings at build time ([#2744](https://github.com/grafana/plugin-tools/issues/2744)) ([0a05680](https://github.com/grafana/plugin-tools/commit/0a05680e7961c52fcf68e567a5e58ffb1c4ae8e7))

## v0.1.0 (Fri May 29 2026)

#### 🐛 Bug Fix

Expand All @@ -10,7 +19,7 @@

---

# v0.0.5 (Tue May 26 2026)
## v0.0.5 (Tue May 26 2026)

#### 🐛 Bug Fix

Expand All @@ -22,7 +31,7 @@

---

# v0.0.4 (Thu Mar 19 2026)
## v0.0.4 (Thu Mar 19 2026)

#### 🐛 Bug Fix

Expand All @@ -34,7 +43,7 @@

---

# Changelog
## Changelog

All notable changes to this project will be documented in this file.

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-docs-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/plugin-docs-parser",
"version": "0.1.0",
"version": "0.2.0",
"description": "A lightweight library for parsing Grafana plugin documentation from markdown to HAST.",
"type": "module",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/sign-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.3.2](https://github.com/grafana/plugin-tools/compare/@grafana/sign-plugin@3.3.1...@grafana/sign-plugin@3.3.2) (2026-06-25)


### Bug Fixes

* replace find-up dependency with native @libs/find-up helper ([#2722](https://github.com/grafana/plugin-tools/issues/2722)) ([d20ff77](https://github.com/grafana/plugin-tools/commit/d20ff7714de762a2d7ce96cf33a37d615e78e77c))

## [3.3.1](https://github.com/grafana/plugin-tools/compare/@grafana/sign-plugin@3.3.0...@grafana/sign-plugin@3.3.1) (2026-06-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/sign-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/sign-plugin",
"version": "3.3.1",
"version": "3.3.2",
"repository": {
"type": "git",
"directory": "packages/sign-plugin",
Expand Down
Loading