@atlaskit/pagination 17.0.1 → 17.1.1

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,11 +1,37 @@
1
1
  # @atlaskit/pagination
2
2
 
3
+ ## 17.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`820f00bd7db09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/820f00bd7db09) -
8
+ Enable platform-dst-motion-uplift-button by default in constellation examples so button motion is
9
+ previewed in component demos. Docs/examples-only; no change to shipped component behaviour.
10
+
11
+ ## 17.1.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
16
+ Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
17
+ reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
18
+
19
+ The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
20
+ bumped the renamed package itself, so dependent packages were never republished and their
21
+ published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
22
+ available in the public npm registry. This minor bump republishes all affected packages with the
23
+ corrected dependency.
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+
3
29
  ## 17.0.1
4
30
 
5
31
  ### Patch Changes
6
32
 
7
33
  - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
8
- Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
34
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
9
35
  gating.
10
36
  - Updated dependencies
11
37
 
@@ -34,7 +34,7 @@ var styles = {
34
34
  var analyticsAttributes = {
35
35
  componentName: 'pagination',
36
36
  packageName: "@atlaskit/pagination",
37
- packageVersion: "17.0.0"
37
+ packageVersion: "17.1.0"
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: "17.0.0"
24
+ packageVersion: "17.1.0"
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: "17.0.0"
28
+ packageVersion: "17.1.0"
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.1",
3
+ "version": "17.1.1",
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,15 +32,15 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/analytics-next": "^12.0.0",
36
- "@atlaskit/button": "^24.1.0",
35
+ "@atlaskit/analytics-next": "^12.1.0",
36
+ "@atlaskit/button": "^24.3.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": "^15.0.0",
42
- "@atlaskit/visually-hidden": "^4.0.0",
43
- "@atlassian/react-compiler-gating": "^0.2.0",
39
+ "@atlaskit/icon": "^36.1.0",
40
+ "@atlaskit/primitives": "^20.2.0",
41
+ "@atlaskit/react-compiler-gating": "^0.2.0",
42
+ "@atlaskit/tokens": "^15.2.0",
43
+ "@atlaskit/visually-hidden": "^4.1.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "memoize-one": "^6.0.0"
46
46
  },
@@ -51,11 +51,11 @@
51
51
  "@af/accessibility-testing": "workspace:^",
52
52
  "@af/integration-testing": "workspace:^",
53
53
  "@af/visual-regression": "workspace:^",
54
- "@atlaskit/code": "^18.0.0",
54
+ "@atlaskit/code": "^18.2.0",
55
55
  "@atlaskit/docs": "^12.0.0",
56
- "@atlaskit/heading": "^6.0.0",
57
- "@atlaskit/link": "^4.0.0",
58
- "@atlaskit/section-message": "^9.1.0",
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",