Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4290797

Browse files
Release: 10.4.7 (#91909)
* Update changelog * Update version to 10.4.7 * fix changelog --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Diego Augusto Molina <[email protected]>
1 parent 79c0be8 commit 4290797

File tree

51 files changed

+146
-137
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+146
-137
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<!-- 10.4.7 START -->
2+
3+
# 10.4.7 (2024-08-14)
4+
5+
### Bug fixes
6+
7+
- **Swagger:** Fixed CVE-2024-6837.
8+
9+
<!-- 10.4.7 END -->
110
<!-- 10.4.6 START -->
211

312
# 10.4.6 (2024-07-25)

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"npmClient": "yarn",
3-
"version": "10.4.7"
3+
"version": "10.4.8"
44
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "AGPL-3.0-only",
44
"private": true,
55
"name": "grafana",
6-
"version": "10.4.7",
6+
"version": "10.4.8",
77
"repository": "github:grafana/grafana",
88
"scripts": {
99
"prebuild": "yarn plugin:build",

packages/grafana-data/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Grafana Labs",
33
"license": "Apache-2.0",
44
"name": "@grafana/data",
5-
"version": "10.4.7",
5+
"version": "10.4.8",
66
"description": "Grafana Data Library",
77
"keywords": [
88
"typescript"
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@braintree/sanitize-url": "7.0.0",
39-
"@grafana/schema": "10.4.7",
39+
"@grafana/schema": "10.4.8",
4040
"@types/d3-interpolate": "^3.0.0",
4141
"@types/string-hash": "1.1.3",
4242
"d3-interpolate": "3.0.1",

packages/grafana-e2e-selectors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Grafana Labs",
33
"license": "Apache-2.0",
44
"name": "@grafana/e2e-selectors",
5-
"version": "10.4.7",
5+
"version": "10.4.8",
66
"description": "Grafana End-to-End Test Selectors Library",
77
"keywords": [
88
"cli",

packages/grafana-e2e/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Grafana Labs",
33
"license": "Apache-2.0",
44
"name": "@grafana/e2e",
5-
"version": "10.4.7",
5+
"version": "10.4.8",
66
"description": "Grafana End-to-End Test Library",
77
"keywords": [
88
"cli",
@@ -63,8 +63,8 @@
6363
"@babel/core": "7.23.2",
6464
"@babel/preset-env": "7.23.2",
6565
"@cypress/webpack-preprocessor": "5.17.1",
66-
"@grafana/e2e-selectors": "10.4.7",
67-
"@grafana/schema": "10.4.7",
66+
"@grafana/e2e-selectors": "10.4.8",
67+
"@grafana/schema": "10.4.8",
6868
"@grafana/tsconfig": "^1.2.0-rc1",
6969
"@mochajs/json-file-reporter": "^1.2.0",
7070
"babel-loader": "9.1.3",

packages/grafana-eslint-rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@grafana/eslint-plugin",
33
"description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.",
4-
"version": "10.4.7",
4+
"version": "10.4.8",
55
"main": "./index.cjs",
66
"author": "Grafana Labs",
77
"license": "Apache-2.0",

packages/grafana-flamegraph/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Grafana Labs",
33
"license": "Apache-2.0",
44
"name": "@grafana/flamegraph",
5-
"version": "10.4.7",
5+
"version": "10.4.8",
66
"description": "Grafana flamegraph visualization component",
77
"keywords": [
88
"grafana",
@@ -44,8 +44,8 @@
4444
],
4545
"dependencies": {
4646
"@emotion/css": "11.11.2",
47-
"@grafana/data": "10.4.7",
48-
"@grafana/ui": "10.4.7",
47+
"@grafana/data": "10.4.8",
48+
"@grafana/ui": "10.4.8",
4949
"@leeoniya/ufuzzy": "1.0.14",
5050
"d3": "^7.8.5",
5151
"lodash": "4.17.21",

packages/grafana-o11y-ds-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "AGPL-3.0-only",
44
"name": "@grafana/o11y-ds-frontend",
55
"private": true,
6-
"version": "10.4.7",
6+
"version": "10.4.8",
77
"description": "Library to manage traces in Grafana.",
88
"sideEffects": false,
99
"repository": {

packages/grafana-plugin-configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@grafana/plugin-configs",
33
"description": "Shared dependencies and files for core plugins",
44
"private": true,
5-
"version": "10.4.7",
5+
"version": "10.4.8",
66
"dependencies": {
77
"tslib": "2.6.2"
88
},

0 commit comments

Comments
 (0)