@atlaskit/table 0.11.0 → 0.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 +12 -0
  2. package/package.json +9 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/table
2
2
 
3
+ ## 0.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.11.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 0.11.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.11.0",
3
+ "version": "0.11.2",
4
4
  "description": "A table is used to display data.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -14,7 +14,8 @@
14
14
  "name": "Table",
15
15
  "category": "Text and data display",
16
16
  "status": {
17
- "type": "alpha"
17
+ "type": "alpha",
18
+ "description": "This package is an experiment, and is currently deprioritised. It is not recommended for use in production, and we are not providing support for it at this time. Consider using [@atlaskit/dynamic-table](/components/dynamic-table) instead."
18
19
  }
19
20
  },
20
21
  "runReact18": true
@@ -41,15 +42,15 @@
41
42
  "./primitives": "./src/ui/index.tsx"
42
43
  },
43
44
  "dependencies": {
44
- "@atlaskit/button": "^21.0.0",
45
- "@atlaskit/checkbox": "^16.0.0",
45
+ "@atlaskit/button": "^21.1.0",
46
+ "@atlaskit/checkbox": "^17.0.0",
46
47
  "@atlaskit/ds-lib": "^4.0.0",
47
48
  "@atlaskit/focus-ring": "^3.0.0",
48
- "@atlaskit/icon": "^24.0.0",
49
- "@atlaskit/primitives": "^14.0.0",
50
- "@atlaskit/tokens": "^4.0.0",
49
+ "@atlaskit/icon": "^24.1.0",
50
+ "@atlaskit/primitives": "^14.1.0",
51
+ "@atlaskit/tokens": "^4.3.0",
51
52
  "@atlaskit/tooltip": "^20.0.0",
52
- "@atlaskit/visually-hidden": "^2.0.0",
53
+ "@atlaskit/visually-hidden": "^3.0.0",
53
54
  "@babel/runtime": "^7.0.0",
54
55
  "@emotion/react": "^11.7.1",
55
56
  "tiny-invariant": "^1.2.0"