@atlaskit/calendar 18.0.0 → 18.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 +27 -0
- package/dist/cjs/calendar.js +1 -1
- package/dist/es2019/calendar.js +1 -1
- package/dist/esm/calendar.js +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @atlaskit/calendar
|
|
2
2
|
|
|
3
|
+
## 18.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
|
+
## 18.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
|
## 18.0.0
|
|
4
31
|
|
|
5
32
|
### Major Changes
|
package/dist/cjs/calendar.js
CHANGED
|
@@ -36,7 +36,7 @@ var styles = {
|
|
|
36
36
|
var analyticsAttributes = {
|
|
37
37
|
componentName: 'calendar',
|
|
38
38
|
packageName: "@atlaskit/calendar",
|
|
39
|
-
packageVersion: "
|
|
39
|
+
packageVersion: "18.0.1"
|
|
40
40
|
};
|
|
41
41
|
var InnerCalendar = /*#__PURE__*/(0, _react.forwardRef)(function Calendar(_ref, ref) {
|
|
42
42
|
var day = _ref.day,
|
package/dist/es2019/calendar.js
CHANGED
package/dist/esm/calendar.js
CHANGED
|
@@ -27,7 +27,7 @@ var styles = {
|
|
|
27
27
|
var analyticsAttributes = {
|
|
28
28
|
componentName: 'calendar',
|
|
29
29
|
packageName: "@atlaskit/calendar",
|
|
30
|
-
packageVersion: "
|
|
30
|
+
packageVersion: "18.0.1"
|
|
31
31
|
};
|
|
32
32
|
var InnerCalendar = /*#__PURE__*/forwardRef(function Calendar(_ref, ref) {
|
|
33
33
|
var day = _ref.day,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/calendar",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.1.0",
|
|
4
4
|
"description": "An interactive calendar for date selection experiences.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"react-compiler": {
|
|
21
21
|
"enabled": true,
|
|
22
22
|
"gating": {
|
|
23
|
-
"source": "@
|
|
23
|
+
"source": "@atlaskit/react-compiler-gating",
|
|
24
24
|
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
25
25
|
}
|
|
26
26
|
},
|
|
@@ -31,16 +31,17 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaskit/analytics-next": "^12.
|
|
35
|
-
"@atlaskit/button": "^24.
|
|
34
|
+
"@atlaskit/analytics-next": "^12.1.0",
|
|
35
|
+
"@atlaskit/button": "^24.2.0",
|
|
36
36
|
"@atlaskit/css": "^1.0.0",
|
|
37
37
|
"@atlaskit/ds-lib": "^8.0.0",
|
|
38
|
-
"@atlaskit/heading": "^6.
|
|
39
|
-
"@atlaskit/icon": "^36.
|
|
38
|
+
"@atlaskit/heading": "^6.1.0",
|
|
39
|
+
"@atlaskit/icon": "^36.1.0",
|
|
40
40
|
"@atlaskit/locale": "^5.0.0",
|
|
41
41
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
42
|
-
"@atlaskit/primitives": "^20.
|
|
43
|
-
"@atlaskit/
|
|
42
|
+
"@atlaskit/primitives": "^20.1.0",
|
|
43
|
+
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
44
|
+
"@atlaskit/tokens": "^15.1.0",
|
|
44
45
|
"@babel/runtime": "^7.0.0",
|
|
45
46
|
"@compiled/react": "^0.20.0",
|
|
46
47
|
"date-fns": "^2.17.0"
|
|
@@ -53,11 +54,10 @@
|
|
|
53
54
|
"@af/integration-testing": "workspace:^",
|
|
54
55
|
"@af/visual-regression": "workspace:^",
|
|
55
56
|
"@atlaskit/docs": "^12.0.0",
|
|
56
|
-
"@atlaskit/form": "^16.
|
|
57
|
-
"@atlaskit/link": "^4.
|
|
58
|
-
"@atlaskit/section-message": "^9.
|
|
59
|
-
"@atlaskit/select": "^22.
|
|
60
|
-
"@atlassian/react-compiler-gating": "workspace:^",
|
|
57
|
+
"@atlaskit/form": "^16.1.0",
|
|
58
|
+
"@atlaskit/link": "^4.1.0",
|
|
59
|
+
"@atlaskit/section-message": "^9.2.0",
|
|
60
|
+
"@atlaskit/select": "^22.2.0",
|
|
61
61
|
"@atlassian/ssr-tests": "workspace:^",
|
|
62
62
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
63
63
|
"@testing-library/react": "^16.3.0",
|