@atlaskit/checkbox 18.0.0 → 18.0.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,5 +1,14 @@
1
1
  # @atlaskit/checkbox
2
2
 
3
+ ## 18.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`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
9
+ gating.
10
+ - Updated dependencies
11
+
3
12
  ## 18.0.0
4
13
 
5
14
  ### Major Changes
@@ -76,7 +76,7 @@ var Checkbox = /*#__PURE__*/(0, _react.memo)( /*#__PURE__*/(0, _react.forwardRef
76
76
  analyticsData: analyticsContext,
77
77
  componentName: 'checkbox',
78
78
  packageName: "@atlaskit/checkbox",
79
- packageVersion: "17.3.12"
79
+ packageVersion: "18.0.0"
80
80
  });
81
81
  var internalRef = (0, _react.useRef)(null);
82
82
  var mergedRefs = (0, _mergeRefs.default)([internalRef, ref]);
@@ -58,7 +58,7 @@ const Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox({
58
58
  analyticsData: analyticsContext,
59
59
  componentName: 'checkbox',
60
60
  packageName: "@atlaskit/checkbox",
61
- packageVersion: "17.3.12"
61
+ packageVersion: "18.0.0"
62
62
  });
63
63
  const internalRef = useRef(null);
64
64
  const mergedRefs = mergeRefs([internalRef, ref]);
@@ -67,7 +67,7 @@ var Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(_ref
67
67
  analyticsData: analyticsContext,
68
68
  componentName: 'checkbox',
69
69
  packageName: "@atlaskit/checkbox",
70
- packageVersion: "17.3.12"
70
+ packageVersion: "18.0.0"
71
71
  });
72
72
  var internalRef = useRef(null);
73
73
  var mergedRefs = mergeRefs([internalRef, ref]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/checkbox",
3
- "version": "18.0.0",
3
+ "version": "18.0.1",
4
4
  "description": "A checkbox is an input control that allows a user to select one or more options from a number of choices.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,7 +34,8 @@
34
34
  "@atlaskit/analytics-next": "^12.0.0",
35
35
  "@atlaskit/css": "^1.0.0",
36
36
  "@atlaskit/ds-lib": "^8.0.0",
37
- "@atlaskit/tokens": "^14.0.0",
37
+ "@atlaskit/tokens": "^15.0.0",
38
+ "@atlassian/react-compiler-gating": "^0.2.0",
38
39
  "@babel/runtime": "^7.0.0",
39
40
  "@compiled/react": "^0.20.0"
40
41
  },
@@ -46,13 +47,12 @@
46
47
  "@af/integration-testing": "workspace:^",
47
48
  "@af/suppress-react-warnings": "workspace:^",
48
49
  "@af/visual-regression": "workspace:^",
49
- "@atlaskit/button": "^24.0.0",
50
+ "@atlaskit/button": "^24.1.0",
50
51
  "@atlaskit/docs": "^12.0.0",
51
52
  "@atlaskit/form": "^16.0.0",
52
53
  "@atlaskit/link": "^4.0.0",
53
54
  "@atlaskit/primitives": "^20.0.0",
54
- "@atlaskit/section-message": "^9.0.0",
55
- "@atlassian/react-compiler-gating": "workspace:^",
55
+ "@atlaskit/section-message": "^9.1.0",
56
56
  "@atlassian/ssr-tests": "workspace:^",
57
57
  "@atlassian/structured-docs-types": "workspace:^",
58
58
  "@testing-library/react": "^16.3.0",