@atlaskit/media-table 18.0.7 → 18.0.9

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,17 @@
1
1
  # @atlaskit/media-table
2
2
 
3
+ ## 18.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 18.0.8
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 18.0.7
4
16
 
5
17
  ### 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-table/'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-table",
3
- "version": "18.0.7",
3
+ "version": "18.0.9",
4
4
  "description": "Table UI component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,16 +30,16 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@atlaskit/analytics-next": "^11.1.0",
33
- "@atlaskit/button": "^23.5.0",
33
+ "@atlaskit/button": "^23.6.0",
34
34
  "@atlaskit/dynamic-table": "^18.3.0",
35
- "@atlaskit/icon": "^28.5.0",
36
- "@atlaskit/media-client": "^35.5.0",
35
+ "@atlaskit/icon": "^29.0.0",
36
+ "@atlaskit/media-client": "^35.6.0",
37
37
  "@atlaskit/media-client-react": "^4.1.0",
38
38
  "@atlaskit/media-ui": "^28.7.0",
39
39
  "@atlaskit/media-viewer": "^52.4.0",
40
40
  "@atlaskit/theme": "^21.0.0",
41
- "@atlaskit/tokens": "^7.0.0",
42
- "@atlaskit/tooltip": "^20.5.0",
41
+ "@atlaskit/tokens": "^8.0.0",
42
+ "@atlaskit/tooltip": "^20.8.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "memoize-one": "^6.0.0"
45
45
  },