@atlaskit/avatar-group 9.11.0 → 9.11.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/avatar-group
2
2
 
3
+ ## 9.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#128022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128022)
8
+ [`1495b8f9c9253`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1495b8f9c9253) -
9
+ Modified popup trigger's aria-haspopup types to support the 'dialog' value.
10
+ - Updated dependencies
11
+
12
+ ## 9.11.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 9.11.0
4
19
 
5
20
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar-group",
3
- "version": "9.11.0",
3
+ "version": "9.11.2",
4
4
  "description": "An avatar group displays a number of avatars grouped together in a stack or grid.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -27,12 +27,12 @@
27
27
  "runReact18": true
28
28
  },
29
29
  "dependencies": {
30
- "@atlaskit/avatar": "^21.14.0",
30
+ "@atlaskit/avatar": "^21.15.0",
31
31
  "@atlaskit/ds-lib": "^2.4.0",
32
- "@atlaskit/menu": "^2.11.0",
32
+ "@atlaskit/menu": "^2.12.0",
33
33
  "@atlaskit/platform-feature-flags": "^0.3.0",
34
- "@atlaskit/popup": "^1.22.0",
35
- "@atlaskit/theme": "^12.12.0",
34
+ "@atlaskit/popup": "^1.23.0",
35
+ "@atlaskit/theme": "^13.0.0",
36
36
  "@atlaskit/tokens": "^1.58.0",
37
37
  "@atlaskit/tooltip": "^18.7.0",
38
38
  "@babel/runtime": "^7.0.0",