@parca/profile 0.12.0 → 0.12.2

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,10 @@
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.12.2](https://github.com/parca-dev/parca/compare/ui-v0.12.1...ui-v0.12.2) (2022-03-14)
7
+
8
+ **Note:** Version bump only for package @parca/profile
9
+
6
10
  # [0.12.0](https://github.com/parca-dev/parca/compare/ui-v0.11.2...ui-v0.12.0) (2022-03-09)
7
11
 
8
12
  **Note:** Version bump only for package @parca/profile
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@parca/profile",
3
- "version": "0.12.0",
3
+ "version": "0.12.2",
4
4
  "description": "Profile viewing libraries",
5
5
  "dependencies": {
6
- "@parca/client": "^0.12.0",
6
+ "@parca/client": "^0.12.2",
7
7
  "@parca/dynamicsize": "^0.12.0",
8
8
  "@parca/parser": "^0.12.0",
9
9
  "d3-scale": "^4.0.2"
@@ -19,5 +19,5 @@
19
19
  "access": "public",
20
20
  "registry": "https://registry.npmjs.org/"
21
21
  },
22
- "gitHead": "54002d23a877fae1ebd303d3e2e7ec654f311c86"
22
+ "gitHead": "55e2a33548e27fdb1efb8bb0a1598084e0d5ddf1"
23
23
  }
@@ -7,7 +7,7 @@ import * as parca_query_v1alpha1_query_pb from '@parca/client/src/parca/query/v1
7
7
 
8
8
  import ProfileIcicleGraph from './ProfileIcicleGraph';
9
9
  import {ProfileSource} from './ProfileSource';
10
- import Card from '../../../app/web/src/components/ui/Card';
10
+ import {Card} from '@parca/components';
11
11
  import TopTable from './TopTable';
12
12
 
13
13
  import './ProfileView.styles.css';