@grafana/scenes 5.3.0 → 5.4.0--canary.800.9644459093.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 +0 -12
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,15 +1,3 @@
1
- # v5.3.0 (Mon Jun 24 2024)
2
-
3
- #### 🚀 Enhancement
4
-
5
- - Add `toAbsolute` method to SceneTimePicker [#800](https://github.com/grafana/scenes/pull/800) ([@kaydelaney](https://github.com/kaydelaney))
6
-
7
- #### Authors: 1
8
-
9
- - kay delaney ([@kaydelaney](https://github.com/kaydelaney))
10
-
11
- ---
12
-
13
1
  # v5.2.1 (Fri Jun 21 2024)
14
2
 
15
3
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "5.3.0",
3
+ "version": "5.4.0--canary.800.9644459093.0",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "AGPL-3.0-only",
@@ -113,5 +113,5 @@
113
113
  "prettier --write"
114
114
  ]
115
115
  },
116
- "gitHead": "5a49789234f9dc56d9022840c3cc27d4a4df663a"
116
+ "gitHead": "4ec2afc353b682abb38f7e301b33272781446106"
117
117
  }