@parca/profile 0.16.319 → 0.16.321

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.16.321](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.320...@parca/profile@0.16.321) (2023-11-30)
7
+
8
+ **Note:** Version bump only for package @parca/profile
9
+
10
+ ## 0.16.320 (2023-11-30)
11
+
12
+ **Note:** Version bump only for package @parca/profile
13
+
6
14
  ## [0.16.319](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.318...@parca/profile@0.16.319) (2023-11-28)
7
15
 
8
16
  **Note:** Version bump only for package @parca/profile
@@ -55,7 +55,7 @@ const ProfileSelector = ({ queryClient, querySelection, selectProfile, selectQue
55
55
  setQueryExpression();
56
56
  setIsDataLoading(false);
57
57
  // eslint-disable-next-line react-hooks/exhaustive-deps
58
- }, [timeRangeSelection, querySelection.expression]);
58
+ }, [timeRangeSelection]);
59
59
  useEffect(() => {
60
60
  if (enforcedProfileName !== '') {
61
61
  const [q, changed] = Query.parse(querySelection.expression).setProfileName(enforcedProfileName);
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@parca/profile",
3
- "version": "0.16.319",
3
+ "version": "0.16.321",
4
4
  "description": "Profile viewing libraries",
5
5
  "dependencies": {
6
6
  "@parca/client": "^0.16.100",
7
- "@parca/components": "^0.16.235",
7
+ "@parca/components": "^0.16.236",
8
8
  "@parca/dynamicsize": "^0.16.60",
9
9
  "@parca/hooks": "^0.0.37",
10
10
  "@parca/parser": "^0.16.68",
@@ -50,5 +50,5 @@
50
50
  "access": "public",
51
51
  "registry": "https://registry.npmjs.org/"
52
52
  },
53
- "gitHead": "4585c16d9893a2cb0421ed41d1f110fd8a2530e4"
53
+ "gitHead": "28936208ecbed9c350d73e4b10ae12a4aa3fc99f"
54
54
  }
@@ -121,7 +121,7 @@ const ProfileSelector = ({
121
121
  setIsDataLoading(false);
122
122
 
123
123
  // eslint-disable-next-line react-hooks/exhaustive-deps
124
- }, [timeRangeSelection, querySelection.expression]);
124
+ }, [timeRangeSelection]);
125
125
 
126
126
  useEffect(() => {
127
127
  if (enforcedProfileName !== '') {