@atlaskit/pagination 14.2.5 → 14.2.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/pagination
2
2
 
3
+ ## 14.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`716af1d3387`](https://bitbucket.org/atlassian/atlassian-frontend/commits/716af1d3387) - Bump @atlaskit/heading from 1.0.0 to 1.0.1 to avoid resolving to poison dependency version
8
+
3
9
  ## 14.2.5
4
10
 
5
11
  ### Patch Changes
@@ -50,7 +50,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
50
50
  var analyticsAttributes = {
51
51
  componentName: 'pagination',
52
52
  packageName: "@atlaskit/pagination",
53
- packageVersion: "14.2.5"
53
+ packageVersion: "14.2.6"
54
54
  };
55
55
 
56
56
  function InnerPagination(_ref, ref) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.2.5",
3
+ "version": "14.2.6",
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.5"
17
+ packageVersion: "14.2.6"
18
18
  };
19
19
 
20
20
  function InnerPagination({
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.2.5",
3
+ "version": "14.2.6",
4
4
  "sideEffects": false
5
5
  }
@@ -21,7 +21,7 @@ import collapseRange from './internal/utils/collapse-range';
21
21
  var analyticsAttributes = {
22
22
  componentName: 'pagination',
23
23
  packageName: "@atlaskit/pagination",
24
- packageVersion: "14.2.5"
24
+ packageVersion: "14.2.6"
25
25
  };
26
26
 
27
27
  function InnerPagination(_ref, ref) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "14.2.5",
3
+ "version": "14.2.6",
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.5",
3
+ "version": "14.2.6",
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/"
@@ -46,7 +46,7 @@
46
46
  "@atlaskit/docs": "*",
47
47
  "@atlaskit/ds-lib": "^2.1.0",
48
48
  "@atlaskit/dynamic-table": "^14.8.0",
49
- "@atlaskit/heading": "^1.0.0",
49
+ "@atlaskit/heading": "^1.0.1",
50
50
  "@atlaskit/section-message": "^6.3.0",
51
51
  "@atlaskit/ssr": "*",
52
52
  "@atlaskit/visual-regression": "*",