From bdce9f3007a7e4788f152ab69291fe63c9d0d203 Mon Sep 17 00:00:00 2001 From: yesoreyeram <153843+yesoreyeram@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:08:10 +0100 Subject: [PATCH] changes required for the initial release --- lib/go/anyframer/CHANGELOG.md | 4 ++++ lib/go/anyframer/package.json | 2 +- lib/go/framesql/CHANGELOG.md | 4 ++++ lib/go/framesql/package.json | 2 +- lib/go/macros/CHANGELOG.md | 4 ++++ lib/go/macros/package.json | 2 +- lib/go/utils/CHANGELOG.md | 6 ++++++ lib/go/utils/package.json | 2 +- 8 files changed, 22 insertions(+), 4 deletions(-) diff --git a/lib/go/anyframer/CHANGELOG.md b/lib/go/anyframer/CHANGELOG.md index 0e92349..a0bbed6 100644 --- a/lib/go/anyframer/CHANGELOG.md +++ b/lib/go/anyframer/CHANGELOG.md @@ -1,5 +1,9 @@ # @grafana/infinity-anyframer +## 1.0.0 + +- chore release + ## 0.0.5 - 873e734: cleanup diff --git a/lib/go/anyframer/package.json b/lib/go/anyframer/package.json index 1dbde37..56bdee4 100644 --- a/lib/go/anyframer/package.json +++ b/lib/go/anyframer/package.json @@ -1,7 +1,7 @@ { "name": "@grafana/infinity-anyframer", "private": true, - "version": "0.0.5", + "version": "1.0.0", "scripts": { "tidy": "go mod tidy", "test:backend": "go test -v ./..." diff --git a/lib/go/framesql/CHANGELOG.md b/lib/go/framesql/CHANGELOG.md index 9351e5e..81e0990 100644 --- a/lib/go/framesql/CHANGELOG.md +++ b/lib/go/framesql/CHANGELOG.md @@ -1,5 +1,9 @@ # @grafana/infinity-framesql +## 1.0.0 + +- chore release + ## 0.0.2 - 873e734: cleanup diff --git a/lib/go/framesql/package.json b/lib/go/framesql/package.json index 10fe02f..d830f5e 100644 --- a/lib/go/framesql/package.json +++ b/lib/go/framesql/package.json @@ -1,7 +1,7 @@ { "name": "@grafana/infinity-framesql", "private": true, - "version": "0.0.2", + "version": "1.0.0", "scripts": { "tidy": "go mod tidy", "test:backend": "go test -v ./..." diff --git a/lib/go/macros/CHANGELOG.md b/lib/go/macros/CHANGELOG.md index e90aa3e..d16809e 100644 --- a/lib/go/macros/CHANGELOG.md +++ b/lib/go/macros/CHANGELOG.md @@ -1,5 +1,9 @@ # @grafana/infinity-macros +## 1.0.0 + +- chore release + ## 0.3.0 - Updated macros argument signature diff --git a/lib/go/macros/package.json b/lib/go/macros/package.json index 80deee8..650cd7a 100644 --- a/lib/go/macros/package.json +++ b/lib/go/macros/package.json @@ -1,7 +1,7 @@ { "name": "@grafana/infinity-macros", "private": true, - "version": "0.3.0", + "version": "1.0.0", "scripts": { "tidy": "go mod tidy", "test:backend": "go test -v ./..." diff --git a/lib/go/utils/CHANGELOG.md b/lib/go/utils/CHANGELOG.md index 5e1de10..e30cb49 100644 --- a/lib/go/utils/CHANGELOG.md +++ b/lib/go/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @grafana/infinity-utils +## 1.0.0 + +### Major Changes + +- chore release + ## 0.0.4 - 873e734: cleanup diff --git a/lib/go/utils/package.json b/lib/go/utils/package.json index f4898f0..cc625b6 100644 --- a/lib/go/utils/package.json +++ b/lib/go/utils/package.json @@ -1,7 +1,7 @@ { "name": "@grafana/infinity-utils", "private": true, - "version": "0.0.4", + "version": "1.0.0", "scripts": { "tidy": "go mod tidy", "test:backend": "go test -v ./..."