@atlaskit/profilecard 24.16.0 → 24.16.1

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/CHANGELOG.md +8 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/profilecard
2
2
 
3
+ ## 24.16.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`935419dbf39da`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/935419dbf39da) -
8
+ Fixed typecheck errors in examples
9
+ - Updated dependencies
10
+
3
11
  ## 24.16.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "24.16.0",
3
+ "version": "24.16.1",
4
4
  "description": "A React component to display a card with user information.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -42,9 +42,9 @@
42
42
  "@atlaskit/afm-i18n-platform-people-and-teams-profilecard": "2.7.0",
43
43
  "@atlaskit/analytics-next": "^11.1.0",
44
44
  "@atlaskit/atlassian-context": "^0.6.0",
45
- "@atlaskit/avatar": "^25.2.0",
46
- "@atlaskit/avatar-group": "^12.2.0",
47
- "@atlaskit/button": "^23.4.0",
45
+ "@atlaskit/avatar": "^25.3.0",
46
+ "@atlaskit/avatar-group": "^12.3.0",
47
+ "@atlaskit/button": "^23.5.0",
48
48
  "@atlaskit/css": "^0.14.0",
49
49
  "@atlaskit/dropdown-menu": "^16.3.0",
50
50
  "@atlaskit/empty-state": "^10.1.0",
@@ -65,8 +65,8 @@
65
65
  "@atlaskit/rovo-agent-components": "^3.6.0",
66
66
  "@atlaskit/rovo-triggers": "^3.12.0",
67
67
  "@atlaskit/spinner": "^19.0.0",
68
- "@atlaskit/teams-app-config": "^1.11.0",
69
- "@atlaskit/teams-app-internal-analytics": "^1.7.0",
68
+ "@atlaskit/teams-app-config": "^1.12.0",
69
+ "@atlaskit/teams-app-internal-analytics": "^1.8.0",
70
70
  "@atlaskit/teams-avatar": "^2.3.0",
71
71
  "@atlaskit/teams-public": "^0.61.0",
72
72
  "@atlaskit/theme": "^21.0.0",
@@ -91,7 +91,7 @@
91
91
  "devDependencies": {
92
92
  "@af/visual-regression": "workspace:^",
93
93
  "@atlassian/feature-flags-test-utils": "^0.3.0",
94
- "@atlassian/ptc-test-utils": "^0.10.0",
94
+ "@atlassian/ptc-test-utils": "^0.11.0",
95
95
  "@testing-library/react": "^13.4.0",
96
96
  "@testing-library/react-hooks": "^8.0.1",
97
97
  "@testing-library/user-event": "^14.4.3",