@grafana/scenes 6.0.0--canary.979.13200094417.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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
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
+
1
13
  # v5.42.0 (Thu Feb 06 2025)
2
14
 
3
15
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "6.0.0--canary.979.13200094417.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",
@@ -116,5 +116,5 @@
116
116
  "prettier --write"
117
117
  ]
118
118
  },
119
- "gitHead": "74faeaee59167d1aa009be1e6646a5cfcfc4ec12"
119
+ "gitHead": "33d096e023645c65fad2aa8ad2ba63c5968a5207"
120
120
  }