@grafana/scenes-react 6.39.2--canary.1259.18162516235.0 → 6.39.2--canary.1256.18202728039.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -25,5 +25,3 @@ For library documentation go to [https://grafana.com/developers/scenes](https://
25
25
  ### Demo app
26
26
 
27
27
  Alternatively, use the [demo app](../scenes-app/README.md) included in this repository.
28
-
29
- ### Dummy commit to test package publishing works with Lerna v9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes-react",
3
- "version": "6.39.2--canary.1259.18162516235.0",
3
+ "version": "6.39.2--canary.1256.18202728039.0",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "Apache-2.0",
@@ -37,7 +37,7 @@
37
37
  "url": "https://github.com/grafana/scenes/issues"
38
38
  },
39
39
  "dependencies": {
40
- "@grafana/scenes": "6.39.2--canary.1259.18162516235.0",
40
+ "@grafana/scenes": "6.39.2--canary.1256.18202728039.0",
41
41
  "lru-cache": "^10.2.2",
42
42
  "react-use": "^17.4.0"
43
43
  },
@@ -114,5 +114,5 @@
114
114
  "prettier --write"
115
115
  ]
116
116
  },
117
- "gitHead": "3f28c4fa3b749a0b7cc47bb3d287abaf2629e81e"
117
+ "gitHead": "35ad80501f3d6e9442731781b146613ff3fcfb04"
118
118
  }