Skip to content

Commit

Permalink
Bump independent versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanabot committed Dec 31, 2024
1 parent ee88d4b commit e01bf0d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docusaurus/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "3.5.1",
"version": "3.5.2",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

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": "5.12.3",
"version": "5.12.4",
"repository": {
"directory": "packages/create-plugin",
"url": "https://github.com/grafana/plugin-tools"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/plugin-e2e",
"version": "1.14.1",
"version": "1.14.2",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-meta-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/plugin-meta-extractor",
"version": "0.0.9",
"version": "0.0.10",
"description": "Extract meta information from a Grafana plugin source code.",
"types": "./dist/index.d.ts",
"bin": "./dist/bin/run.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-types-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/plugin-types-bundler",
"version": "0.2.0",
"version": "0.2.1",
"description": "Bundle grafana plugin typescript types for sharing with other plugins",
"bin": "./dist/bin/run.js",
"type": "module",
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.0.5",
"version": "3.0.6",
"repository": {
"directory": "packages/sign-plugin",
"url": "https://github.com/grafana/plugin-tools"
Expand Down

0 comments on commit e01bf0d

Please sign in to comment.