From 8dcaaac7c485821a785b05bb934ee2ca4db4c851 Mon Sep 17 00:00:00 2001 From: Kevin Yu Date: Thu, 2 Jan 2025 11:12:07 -0800 Subject: [PATCH] Prepare release 0.4.0 (#53) --- .github/dependabot.yml | 4 ++-- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 945f01e..e52ce29 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,7 @@ updates: schedule: interval: 'weekly' groups: - all-dependencies: + all-github-action-dependencies: patterns: - '*' - package-ecosystem: 'npm' @@ -18,6 +18,6 @@ updates: schedule: interval: 'weekly' groups: - all-dependencies: + all-node-dependencies: patterns: - '*' diff --git a/CHANGELOG.md b/CHANGELOG.md index 915fd29..70ee994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## v0.4.0 + +- Use super.query in https://github.com/grafana/grafana-async-query-data-js/pull/29 +- Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group in https://github.com/grafana/grafana-async-query-data-js/pull/44 +- Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group in https://github.com/grafana/grafana-async-query-data-js/pull/38 +- Bump ws from 8.12.0 to 8.18.0 in the npm_and_yarn group in https://github.com/grafana/grafana-async-query-data-js/pull/39 +- Bump ua-parser-js from 1.0.32 to 1.0.39 in the npm_and_yarn group in https://github.com/grafana/grafana-async-query-data-js/pull/37 +- Bump tough-cookie from 4.1.2 to 4.1.4 in the npm_and_yarn group in https://github.com/grafana/grafana-async-query-data-js/pull/36 +- Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group in https://github.com/grafana/grafana-async-query-data-js/pull/35 +- Bump the all-dependencies group across 1 directory with 9 updates in https://github.com/grafana/grafana-async-query-data-js/pull/40 +- Bump the all-dependencies group with 4 updates in https://github.com/grafana/grafana-async-query-data-js/pull/32 + ## v0.3.0 - Chore: update deps in https://github.com/grafana/grafana-async-query-data-js/pull/31 diff --git a/package.json b/package.json index f2bde02..19e1726 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/async-query-data", - "version": "0.3.0", + "version": "0.4.0", "description": "Async query support for Grafana", "main": "dist/index.js", "module": "dist/esm/index.js",