Skip to content

Commit 5e427ed

Browse files
authored
Merge pull request #12 from libremfg/bug-GrafanaEventEditorUpdate
update the version of the LibreEventEditorPanel
2 parents 6d5709b + 36b261a commit 5e427ed

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

Standalone/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ services:
233233
condition: service_healthy
234234
container_name: libre-edge-agent
235235
appsmith:
236-
image: appsmith/appsmith-ce
236+
image: appsmith/appsmith-ce:v1.6.6
237237
container_name: appsmith-ce
238238
environment:
239239
- APPSMITH_MAIL_ENABLED=true

Standalone/grafana/plugins/libre-event-editor-panel/module.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Standalone/grafana/plugins/libre-event-editor-panel/module.js.LICENSE.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,12 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1212
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1313
PERFORMANCE OF THIS SOFTWARE.
1414
***************************************************************************** */
15+
16+
/** @license React v16.13.1
17+
* react-is.production.min.js
18+
*
19+
* Copyright (c) Facebook, Inc. and its affiliates.
20+
*
21+
* This source code is licensed under the MIT license found in the
22+
* LICENSE file in the root directory of this source tree.
23+
*/

Standalone/grafana/plugins/libre-event-editor-panel/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"screenshots": [],
3535
"version": "1.0.0",
36-
"updated": "2021-10-07"
36+
"updated": "2022-01-18"
3737
},
3838
"dependencies": {
3939
"grafanaDependency": ">=7.0.0",

0 commit comments

Comments
 (0)