Skip to content

Commit

Permalink
Update to Grafana 10.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl committed Feb 12, 2024
1 parent b46258a commit ae1ffae
Show file tree
Hide file tree
Showing 4 changed files with 6,696 additions and 7,582 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Change Log

## 3.1.0 (IN PROGRESS)
## 3.1.0 (2023-02-12)

### Features / Enhancements

- Add application type in Headers (#61)
- Update ESLint configuration and refactoring (#62)
- Update to Grafana 10.3.1 (#63)

## 3.0.1 (2023-08-02)

Expand Down
7 changes: 7 additions & 0 deletions jest-setup.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
// Jest setup provided by Grafana scaffolding
import './.config/jest-setup';

import { TextDecoder, TextEncoder } from 'util';

/**
* Assign Text Decoder and Encoder which are required in @grafana/ui
*/
Object.assign(global, { TextDecoder, TextEncoder });
Loading

0 comments on commit ae1ffae

Please sign in to comment.