@atlaskit/media-avatar-picker 26.3.5 → 26.3.6

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
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/media-avatar-picker
2
2
 
3
+ ## 26.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 26.3.5
4
10
 
5
11
  ### Patch Changes
package/compass.yml CHANGED
@@ -12,6 +12,9 @@ fields:
12
12
  labels:
13
13
  - atlassian-platform
14
14
  links:
15
+ - name: Root Repository
16
+ type: REPOSITORY
17
+ url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
15
18
  - name: ''
16
19
  type: REPOSITORY
17
20
  url: 'https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/media/media-avatar-picker/'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-avatar-picker",
3
- "version": "26.3.5",
3
+ "version": "26.3.6",
4
4
  "description": "A component to select, drag and resize image avatars. It also provides a default list of predefined avatars.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,19 +31,19 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/button": "^23.5.0",
34
+ "@atlaskit/button": "^23.6.0",
35
35
  "@atlaskit/css": "^0.15.0",
36
36
  "@atlaskit/flag": "^17.5.0",
37
37
  "@atlaskit/form": "^14.2.0",
38
38
  "@atlaskit/icon": "^28.5.0",
39
39
  "@atlaskit/media-ui": "^28.7.0",
40
- "@atlaskit/modal-dialog": "^14.5.0",
41
- "@atlaskit/primitives": "^16.0.0",
40
+ "@atlaskit/modal-dialog": "^14.6.0",
41
+ "@atlaskit/primitives": "^16.1.0",
42
42
  "@atlaskit/range": "^9.2.0",
43
43
  "@atlaskit/spinner": "^19.0.0",
44
44
  "@atlaskit/textfield": "^8.0.0",
45
45
  "@atlaskit/theme": "^21.0.0",
46
- "@atlaskit/tokens": "^7.0.0",
46
+ "@atlaskit/tokens": "^8.0.0",
47
47
  "@atlaskit/visually-hidden": "^3.0.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@compiled/react": "^0.18.6",