From 1bb58ea3954a0520abd268f288f0ff24b72e81cb Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Fri, 17 Apr 2026 13:36:18 +0200 Subject: [PATCH] bump(1.2.0-beta.2): 1.2.0-beta.2 --- CHANGELOG.md | 12 ++++++++++++ composer.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- setup.php | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e51f4e6..d1ecb69f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. +## [1.2.0-beta.2](https://github.com/pluginsGLPI/carbon/compare/1.1.1...1.2.0-beta.2) (2026-04-17) + +### Bug Fixes + + +##### Install + +* Dashboard card not properly set ([6e861b](https://github.com/pluginsGLPI/carbon/commit/6e861b158f44642f7a79d7b364f3deca1f96d70a)) + + +--- + ## [1.2.0-beta.1](https://github.com/pluginsGLPI/carbon/compare/1.1.1...1.2.0-beta.1) (2026-04-10) ### Features diff --git a/composer.json b/composer.json index a8a17d2a..9aadb518 100644 --- a/composer.json +++ b/composer.json @@ -35,5 +35,5 @@ "license-headers": "vendor/bin/licence-headers-check --ansi --no-interaction", "build-schema": "tools/build-db-schema.php carbon | plantuml -p -tpng > docs/db-schema.png" }, - "version": "1.2.0-beta.1" -} + "version": "1.2.0-beta.2" +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5196df99..fbde2abd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "carbon", - "version": "1.2.0-beta.1", + "version": "1.2.0-beta.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "carbon", - "version": "1.2.0-beta.1", + "version": "1.2.0-beta.2", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index fe0ff476..3a76308c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "carbon", "description": "Measurement of carbon emissions of GLPI devices", "license": "GPL-3.0-or-later", - "version": "1.2.0-beta.1", + "version": "1.2.0-beta.2", "dependencies": { "apexcharts": "^3.49.0" }, diff --git a/setup.php b/setup.php index d8236e36..9b4a94dd 100644 --- a/setup.php +++ b/setup.php @@ -47,7 +47,7 @@ use Profile as GlpiProfile; // Version of the plugin (major.minor.bugfix) -define('PLUGIN_CARBON_VERSION', '1.2.0-beta.1'); +define('PLUGIN_CARBON_VERSION', '1.2.0-beta.2'); // Schema version of this version (major.minor.bugfix) define('PLUGIN_CARBON_SCHEMA_VERSION', '1.2.0');