From 6cd1c95e3dc3e883e6f3e3ead1d0c5d10ccdc139 Mon Sep 17 00:00:00 2001 From: Stephanie Closson Date: Fri, 29 Sep 2023 15:10:45 -0300 Subject: [PATCH] Release for 1.3.3 --- .github/workflows/release.yml | 4 ++-- CHANGELOG.md | 5 +++++ package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8bafea4..2aee5fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,9 +60,9 @@ jobs: - name: Build backend run: make linux && make windows && make darwin - + - name: Sign plugin - run: yarn sign --rootUrls=http://localhost:3000 + run: yarn sign env: GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }} # Requires a Grafana API key from Grafana.com. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e14bfd..15688a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Change Log +## [1.3.3] - 2023-09-29 +- Updated to grafana 10 +- Various changes to support updated coding standards +- Fixed issue #82 - Unable to fill in url-field in datasource + ## [1.2.0-beta.1] - 2022-05-06 - Added the ability to select timestamps from either the OPC server, or OPC client/device/source diff --git a/package.json b/package.json index ab50ef5..b7aeaa6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-opcua-datasource", - "version": "1.3.1", + "version": "1.3.3", "description": "Reads data from OPC UA Servers", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",