@atlaskit/pagination 14.2.14 → 14.3.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/pagination
2
2
 
3
+ ## 14.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
13
+ ## 14.2.15
14
+
15
+ ### Patch Changes
16
+
17
+ - [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
18
+
3
19
  ## 14.2.14
4
20
 
5
21
  ### 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.2.14"
31
+ packageVersion: "14.3.0"
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.2.14",
3
+ "version": "14.3.0",
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.2.14"
17
+ packageVersion: "14.3.0"
18
18
  };
19
19
  function InnerPagination({
20
20
  components = emptyObject,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.2.14",
3
+ "version": "14.3.0",
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.2.14"
21
+ packageVersion: "14.3.0"
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.2.14",
3
+ "version": "14.3.0",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.2.14",
3
+ "version": "14.3.0",
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/"
@@ -28,13 +28,13 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@atlaskit/analytics-next": "^9.0.0",
32
- "@atlaskit/button": "^16.6.0",
33
- "@atlaskit/codemod-utils": "^4.1.0",
34
- "@atlaskit/ds-explorations": "^2.0.0",
35
- "@atlaskit/ds-lib": "^2.1.0",
36
- "@atlaskit/icon": "^21.11.0",
37
- "@atlaskit/primitives": "^0.8.0",
31
+ "@atlaskit/analytics-next": "^9.1.0",
32
+ "@atlaskit/button": "^16.7.0",
33
+ "@atlaskit/codemod-utils": "^4.2.0",
34
+ "@atlaskit/ds-explorations": "^2.1.0",
35
+ "@atlaskit/ds-lib": "^2.2.0",
36
+ "@atlaskit/icon": "^21.12.0",
37
+ "@atlaskit/primitives": "^0.9.0",
38
38
  "@babel/runtime": "^7.0.0",
39
39
  "memoize-one": "^6.0.0"
40
40
  },
@@ -42,12 +42,12 @@
42
42
  "react": "^16.8.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@atlaskit/code": "^14.5.0",
45
+ "@atlaskit/code": "^14.6.0",
46
46
  "@atlaskit/docs": "*",
47
- "@atlaskit/ds-lib": "^2.1.0",
48
- "@atlaskit/dynamic-table": "^14.8.0",
49
- "@atlaskit/heading": "^1.2.0",
50
- "@atlaskit/section-message": "^6.3.0",
47
+ "@atlaskit/ds-lib": "^2.2.0",
48
+ "@atlaskit/dynamic-table": "^14.9.0",
49
+ "@atlaskit/heading": "^1.3.0",
50
+ "@atlaskit/section-message": "^6.4.0",
51
51
  "@atlaskit/ssr": "*",
52
52
  "@atlaskit/visual-regression": "*",
53
53
  "@atlaskit/webdriver-runner": "*",