@atlaskit/pagination 17.0.0 → 17.1.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,32 @@
1
1
  # @atlaskit/pagination
2
2
 
3
+ ## 17.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
8
+ Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
9
+ reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
10
+
11
+ The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
12
+ bumped the renamed package itself, so dependent packages were never republished and their
13
+ published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
14
+ available in the public npm registry. This minor bump republishes all affected packages with the
15
+ corrected dependency.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
21
+ ## 17.0.1
22
+
23
+ ### Patch Changes
24
+
25
+ - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
26
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
27
+ gating.
28
+ - Updated dependencies
29
+
3
30
  ## 17.0.0
4
31
 
5
32
  ### Major Changes
@@ -34,7 +34,7 @@ var styles = {
34
34
  var analyticsAttributes = {
35
35
  componentName: 'pagination',
36
36
  packageName: "@atlaskit/pagination",
37
- packageVersion: "16.3.1"
37
+ packageVersion: "17.0.1"
38
38
  };
39
39
  function NavigatorIcon(_ref) {
40
40
  var chevronDirection = _ref.chevronDirection;
@@ -21,7 +21,7 @@ const styles = {
21
21
  const analyticsAttributes = {
22
22
  componentName: 'pagination',
23
23
  packageName: "@atlaskit/pagination",
24
- packageVersion: "16.3.1"
24
+ packageVersion: "17.0.1"
25
25
  };
26
26
  function NavigatorIcon({
27
27
  chevronDirection
@@ -25,7 +25,7 @@ var styles = {
25
25
  var analyticsAttributes = {
26
26
  componentName: 'pagination',
27
27
  packageName: "@atlaskit/pagination",
28
- packageVersion: "16.3.1"
28
+ packageVersion: "17.0.1"
29
29
  };
30
30
  function NavigatorIcon(_ref) {
31
31
  var chevronDirection = _ref.chevronDirection;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/pagination",
3
- "version": "17.0.0",
3
+ "version": "17.1.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/"
@@ -21,7 +21,7 @@
21
21
  "react-compiler": {
22
22
  "enabled": true,
23
23
  "gating": {
24
- "source": "@atlassian/react-compiler-gating",
24
+ "source": "@atlaskit/react-compiler-gating",
25
25
  "importSpecifierName": "isReactCompilerActivePlatform"
26
26
  }
27
27
  },
@@ -32,14 +32,15 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/analytics-next": "^12.0.0",
36
- "@atlaskit/button": "^24.0.0",
35
+ "@atlaskit/analytics-next": "^12.1.0",
36
+ "@atlaskit/button": "^24.2.0",
37
37
  "@atlaskit/css": "^1.0.0",
38
38
  "@atlaskit/ds-lib": "^8.0.0",
39
- "@atlaskit/icon": "^36.0.0",
40
- "@atlaskit/primitives": "^20.0.0",
41
- "@atlaskit/tokens": "^14.0.0",
42
- "@atlaskit/visually-hidden": "^4.0.0",
39
+ "@atlaskit/icon": "^36.1.0",
40
+ "@atlaskit/primitives": "^20.1.0",
41
+ "@atlaskit/react-compiler-gating": "^0.2.0",
42
+ "@atlaskit/tokens": "^15.1.0",
43
+ "@atlaskit/visually-hidden": "^4.1.0",
43
44
  "@babel/runtime": "^7.0.0",
44
45
  "memoize-one": "^6.0.0"
45
46
  },
@@ -50,12 +51,11 @@
50
51
  "@af/accessibility-testing": "workspace:^",
51
52
  "@af/integration-testing": "workspace:^",
52
53
  "@af/visual-regression": "workspace:^",
53
- "@atlaskit/code": "^18.0.0",
54
+ "@atlaskit/code": "^18.2.0",
54
55
  "@atlaskit/docs": "^12.0.0",
55
- "@atlaskit/heading": "^6.0.0",
56
- "@atlaskit/link": "^4.0.0",
57
- "@atlaskit/section-message": "^9.0.0",
58
- "@atlassian/react-compiler-gating": "workspace:^",
56
+ "@atlaskit/heading": "^6.1.0",
57
+ "@atlaskit/link": "^4.1.0",
58
+ "@atlaskit/section-message": "^9.2.0",
59
59
  "@atlassian/ssr-tests": "workspace:^",
60
60
  "@atlassian/structured-docs-types": "workspace:^",
61
61
  "@testing-library/dom": "^10.1.0",