@atlaskit/avatar-group 9.9.1 → 9.11.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/CHANGELOG.md +29 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @atlaskit/avatar-group
2
2
 
3
+ ## 9.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
8
+ [`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
9
+ Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
10
+ to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
11
+
12
+ This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
13
+ dependency range for `react` and `react-dom` for `/platform` packages.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
19
+ ## 9.10.0
20
+
21
+ ### Minor Changes
22
+
23
+ - [#128333](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/128333)
24
+ [`e8ee91f820e6f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e8ee91f820e6f) -
25
+ Refactors the way focus-rings are applied to avatars and avatar-groups in relation to custom
26
+ border colors.
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies
31
+
3
32
  ## 9.9.1
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar-group",
3
- "version": "9.9.1",
3
+ "version": "9.11.0",
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,28 +27,28 @@
27
27
  "runReact18": true
28
28
  },
29
29
  "dependencies": {
30
- "@atlaskit/avatar": "^21.11.0",
31
- "@atlaskit/ds-lib": "^2.3.0",
32
- "@atlaskit/menu": "^2.8.0",
30
+ "@atlaskit/avatar": "^21.14.0",
31
+ "@atlaskit/ds-lib": "^2.4.0",
32
+ "@atlaskit/menu": "^2.11.0",
33
33
  "@atlaskit/platform-feature-flags": "^0.3.0",
34
- "@atlaskit/popup": "^1.20.0",
35
- "@atlaskit/theme": "^12.11.0",
36
- "@atlaskit/tokens": "^1.56.0",
37
- "@atlaskit/tooltip": "^18.5.0",
34
+ "@atlaskit/popup": "^1.22.0",
35
+ "@atlaskit/theme": "^12.12.0",
36
+ "@atlaskit/tokens": "^1.58.0",
37
+ "@atlaskit/tooltip": "^18.7.0",
38
38
  "@babel/runtime": "^7.0.0",
39
39
  "@emotion/react": "^11.7.1",
40
40
  "bind-event-listener": "^3.0.0"
41
41
  },
42
42
  "peerDependencies": {
43
- "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
43
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@af/accessibility-testing": "*",
47
47
  "@af/integration-testing": "*",
48
48
  "@af/visual-regression": "*",
49
- "@atlaskit/analytics-next": "^9.3.0",
49
+ "@atlaskit/analytics-next": "^10.1.0",
50
50
  "@atlaskit/ssr": "*",
51
- "@atlaskit/toggle": "^13.2.0",
51
+ "@atlaskit/toggle": "^13.3.0",
52
52
  "@atlaskit/visual-regression": "*",
53
53
  "@emotion/styled": "^11.0.0",
54
54
  "@testing-library/react": "^12.1.5",