@grafana/scenes-react 6.0.0--canary.979.12990094152.0 → 6.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v6.0.0 (Fri Feb 07 2025)
2
+
3
+ #### 💥 Breaking Change
4
+
5
+ - Update to `react-router@6` [#979](https://github.com/grafana/scenes/pull/979) ([@leventebalogh](https://github.com/leventebalogh))
6
+
7
+ #### Authors: 1
8
+
9
+ - Levente Balogh ([@leventebalogh](https://github.com/leventebalogh))
10
+
11
+ ---
12
+
13
+ # v5.41.2 (Tue Feb 04 2025)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Dependencies: Bump Grafana packages to v11.5 [#1040](https://github.com/grafana/scenes/pull/1040) ([@tskarhed](https://github.com/tskarhed))
18
+
19
+ #### Authors: 1
20
+
21
+ - Tobias Skarhed ([@tskarhed](https://github.com/tskarhed))
22
+
23
+ ---
24
+
1
25
  # v5.31.0 (Thu Dec 12 2024)
2
26
 
3
27
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes-react",
3
- "version": "6.0.0--canary.979.12990094152.0",
3
+ "version": "6.0.0",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "AGPL-3.0-only",
@@ -37,7 +37,7 @@
37
37
  "url": "https://github.com/grafana/scenes/issues"
38
38
  },
39
39
  "dependencies": {
40
- "@grafana/scenes": "6.0.0--canary.979.12990094152.0",
40
+ "@grafana/scenes": "6.0.0",
41
41
  "lru-cache": "^10.2.2",
42
42
  "react-use": "^17.4.0"
43
43
  },
@@ -112,5 +112,5 @@
112
112
  "prettier --write"
113
113
  ]
114
114
  },
115
- "gitHead": "a1aa3bd86551152c110465d8f387d727f85e0db5"
115
+ "gitHead": "33d096e023645c65fad2aa8ad2ba63c5968a5207"
116
116
  }