From 46b17eba599f774c46e49ceb24759211069b95e6 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Tue, 23 Apr 2024 08:19:51 +0200 Subject: [PATCH] [New] Added enabled flag to notifications --- .../__rootArtifactId__-plc-web/src/main/webapp/bower.json | 2 +- .../__rootArtifactId__-web/src/main/webapp/bower.json | 2 +- .../resources/archetype-resources/src/main/webapp/bower.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/bower.json b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/bower.json index 7ed9805..9ee69db 100644 --- a/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/bower.json +++ b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-plc-web/src/main/webapp/bower.json @@ -11,7 +11,7 @@ "strolch-wc-badge": "strolch-li/strolch-wc-badge#^0.1.4", "strolch-wc-raw-text": "strolch-li/strolch-wc-raw-text#^0.1.0", "strolch-wc-date-time": "strolch-li/strolch-wc-date-time#^0.9.2", - "strolch-wc-notifications": "strolch-li/strolch-wc-notifications#^0.4.1", + "strolch-wc-notifications": "strolch-li/strolch-wc-notifications#^0.4.2", "strolch-wc-inspector": "strolch-li/strolch-wc-inspector#^0.24.1", "strolch-wc-util-behavior": "strolch-li/strolch-wc-util-behavior#^0.3.7", "strolch-wc-localize-behavior": "strolch-li/strolch-wc-localize-behavior#^1.1.18", diff --git a/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/bower.json b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/bower.json index 27cf616..4193095 100644 --- a/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/bower.json +++ b/strolch.mvn.archetype.plc/src/main/resources/archetype-resources/__rootArtifactId__-web/src/main/webapp/bower.json @@ -11,7 +11,7 @@ "strolch-wc-badge": "strolch-li/strolch-wc-badge#^0.1.4", "strolch-wc-raw-text": "strolch-li/strolch-wc-raw-text#^0.1.0", "strolch-wc-date-time": "strolch-li/strolch-wc-date-time#^0.9.2", - "strolch-wc-notifications": "strolch-li/strolch-wc-notifications#^0.4.1", + "strolch-wc-notifications": "strolch-li/strolch-wc-notifications#^0.4.2", "strolch-wc-inspector": "strolch-li/strolch-wc-inspector#^0.24.1", "strolch-wc-util-behavior": "strolch-li/strolch-wc-util-behavior#^0.3.7", "strolch-wc-localize-behavior": "strolch-li/strolch-wc-localize-behavior#^1.1.18", diff --git a/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/bower.json b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/bower.json index f5f5756..f68f874 100644 --- a/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/bower.json +++ b/strolch.mvn.archetype.webapp/src/main/resources/archetype-resources/src/main/webapp/bower.json @@ -11,7 +11,7 @@ "strolch-wc-badge": "strolch-li/strolch-wc-badge#^0.1.4", "strolch-wc-raw-text": "strolch-li/strolch-wc-raw-text#^0.1.0", "strolch-wc-date-time": "strolch-li/strolch-wc-date-time#^0.9.2", - "strolch-wc-notifications": "strolch-li/strolch-wc-notifications#^0.4.1", + "strolch-wc-notifications": "strolch-li/strolch-wc-notifications#^0.4.2", "strolch-wc-inspector": "strolch-li/strolch-wc-inspector#^0.24.1", "strolch-wc-util-behavior": "strolch-li/strolch-wc-util-behavior#^0.3.7", "strolch-wc-localize-behavior": "strolch-li/strolch-wc-localize-behavior#^1.1.18",