@atlaskit/pagination 14.4.2 → 14.4.4

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/pagination
2
2
 
3
+ ## 14.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 14.4.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 14.4.2
4
16
 
5
17
  ### Patch Changes
@@ -28,7 +28,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
28
28
  var analyticsAttributes = {
29
29
  componentName: 'pagination',
30
30
  packageName: "@atlaskit/pagination",
31
- packageVersion: "14.4.2"
31
+ packageVersion: "14.4.4"
32
32
  };
33
33
  function InnerPagination(_ref, ref) {
34
34
  var _ref$components = _ref.components,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.4.2",
3
+ "version": "14.4.4",
4
4
  "sideEffects": false
5
5
  }
@@ -14,7 +14,7 @@ import collapseRange from './internal/utils/collapse-range';
14
14
  const analyticsAttributes = {
15
15
  componentName: 'pagination',
16
16
  packageName: "@atlaskit/pagination",
17
- packageVersion: "14.4.2"
17
+ packageVersion: "14.4.4"
18
18
  };
19
19
  function InnerPagination({
20
20
  components = emptyObject,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.4.2",
3
+ "version": "14.4.4",
4
4
  "sideEffects": false
5
5
  }
@@ -18,7 +18,7 @@ import collapseRange from './internal/utils/collapse-range';
18
18
  var analyticsAttributes = {
19
19
  componentName: 'pagination',
20
20
  packageName: "@atlaskit/pagination",
21
- packageVersion: "14.4.2"
21
+ packageVersion: "14.4.4"
22
22
  };
23
23
  function InnerPagination(_ref, ref) {
24
24
  var _ref$components = _ref.components,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.4.2",
3
+ "version": "14.4.4",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.4.2",
3
+ "version": "14.4.4",
4
4
  "description": "Pagination allows you to divide large amounts of content into smaller chunks across multiple pages.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -37,12 +37,12 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@atlaskit/analytics-next": "^9.1.0",
40
- "@atlaskit/button": "^16.7.0",
40
+ "@atlaskit/button": "^16.8.0",
41
41
  "@atlaskit/codemod-utils": "^4.2.0",
42
42
  "@atlaskit/ds-explorations": "^2.2.0",
43
43
  "@atlaskit/ds-lib": "^2.2.0",
44
44
  "@atlaskit/icon": "^21.12.0",
45
- "@atlaskit/primitives": "^0.11.0",
45
+ "@atlaskit/primitives": "^0.13.0",
46
46
  "@babel/runtime": "^7.0.0",
47
47
  "memoize-one": "^6.0.0"
48
48
  },
@@ -53,7 +53,6 @@
53
53
  "@atlaskit/code": "^14.6.0",
54
54
  "@atlaskit/docs": "*",
55
55
  "@atlaskit/ds-lib": "^2.2.0",
56
- "@atlaskit/dynamic-table": "^14.10.0",
57
56
  "@atlaskit/heading": "^1.3.0",
58
57
  "@atlaskit/section-message": "^6.4.0",
59
58
  "@atlaskit/ssr": "*",
@@ -1,5 +0,0 @@
1
- import type { PaginationPropTypes } from '../src/types';
2
-
3
- export default function Pagination(props: PaginationPropTypes) {
4
- return null;
5
- }