From fa9dbd9bc089d3b247049f794551d9e1549ef8de Mon Sep 17 00:00:00 2001 From: "K.I.T.T." Date: Mon, 4 Dec 2023 09:49:35 +0000 Subject: [PATCH] chore(release): release - @-amazeelabs/silverback_publisher_monitor@2.3.12 --- .../silverback_publisher_monitor/CHANGELOG.md | 13 +++++++++++++ .../silverback_publisher_monitor/composer.json | 2 +- .../silverback_publisher_monitor/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/packages/composer/amazeelabs/silverback_publisher_monitor/CHANGELOG.md b/packages/composer/amazeelabs/silverback_publisher_monitor/CHANGELOG.md index f44966891..643b1bc88 100644 --- a/packages/composer/amazeelabs/silverback_publisher_monitor/CHANGELOG.md +++ b/packages/composer/amazeelabs/silverback_publisher_monitor/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.12](https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/silverback_publisher_monitor@2.3.11...@-amazeelabs/silverback_publisher_monitor@2.3.12) (2023-12-04) + +### Bug Fixes + +- styling when the permission is set to status only + ([#1466](https://github.com/AmazeeLabs/silverback-mono/issues/1466)) + ([b7e1c1f](https://github.com/AmazeeLabs/silverback-mono/commit/b7e1c1fd442b5ffbd48c6367c5e261f8e16de670)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [2.3.11](https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/silverback_publisher_monitor@2.3.10...@-amazeelabs/silverback_publisher_monitor@2.3.11) (2023-08-29) **Note:** Version bump only for package diff --git a/packages/composer/amazeelabs/silverback_publisher_monitor/composer.json b/packages/composer/amazeelabs/silverback_publisher_monitor/composer.json index cb3440dbd..d85cdf3a1 100644 --- a/packages/composer/amazeelabs/silverback_publisher_monitor/composer.json +++ b/packages/composer/amazeelabs/silverback_publisher_monitor/composer.json @@ -1,7 +1,7 @@ { "name": "amazeelabs/silverback_publisher_monitor", "type": "drupal-module", - "version": "2.3.11", + "version": "2.3.12", "description": "Publisher status indicator for drupal.", "homepage": "https://silverback.netlify.app", "license": "GPL-2.0+" diff --git a/packages/composer/amazeelabs/silverback_publisher_monitor/package.json b/packages/composer/amazeelabs/silverback_publisher_monitor/package.json index 35ef91fb0..9c6c108f3 100644 --- a/packages/composer/amazeelabs/silverback_publisher_monitor/package.json +++ b/packages/composer/amazeelabs/silverback_publisher_monitor/package.json @@ -1,6 +1,6 @@ { "name": "@-amazeelabs/silverback_publisher_monitor", - "version": "2.3.11", + "version": "2.3.12", "main": "index.js", "scripts": { "version": "sync-composer-version"