@atlaskit/editor-plugin-date 8.0.1 → 8.0.3
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 +12 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-date
|
|
2
2
|
|
|
3
|
+
## 8.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 8.0.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 8.0.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -264,7 +276,6 @@
|
|
|
264
276
|
shared context or singletons.
|
|
265
277
|
|
|
266
278
|
**HOW TO ADJUST:**
|
|
267
|
-
|
|
268
279
|
- Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
|
|
269
280
|
any of these editor plugins.
|
|
270
281
|
- Ensure the version you install matches the version required by the plugins.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-date",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.3",
|
|
4
4
|
"description": "Date plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,22 +31,22 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@atlaskit/adf-schema": "^51.2.0",
|
|
33
33
|
"@atlaskit/calendar": "^17.1.0",
|
|
34
|
-
"@atlaskit/css": "^0.
|
|
34
|
+
"@atlaskit/css": "^0.15.0",
|
|
35
35
|
"@atlaskit/date": "^2.0.0",
|
|
36
36
|
"@atlaskit/editor-plugin-analytics": "^6.1.0",
|
|
37
37
|
"@atlaskit/editor-plugin-annotation": "^6.1.0",
|
|
38
|
-
"@atlaskit/editor-plugin-editor-disabled": "^6.
|
|
38
|
+
"@atlaskit/editor-plugin-editor-disabled": "^6.1.0",
|
|
39
39
|
"@atlaskit/editor-plugin-editor-viewmode": "^8.0.0",
|
|
40
40
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
41
|
-
"@atlaskit/editor-shared-styles": "^3.
|
|
41
|
+
"@atlaskit/editor-shared-styles": "^3.7.0",
|
|
42
42
|
"@atlaskit/form": "^14.2.0",
|
|
43
|
-
"@atlaskit/icon": "^28.
|
|
43
|
+
"@atlaskit/icon": "^28.5.0",
|
|
44
44
|
"@atlaskit/locale": "^3.0.0",
|
|
45
45
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
46
46
|
"@atlaskit/textfield": "^8.0.0",
|
|
47
47
|
"@atlaskit/theme": "^21.0.0",
|
|
48
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
49
|
-
"@atlaskit/tokens": "^
|
|
48
|
+
"@atlaskit/tmp-editor-statsig": "^13.13.0",
|
|
49
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
50
50
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
51
51
|
"@babel/runtime": "^7.0.0",
|
|
52
52
|
"bind-event-listener": "^3.0.0",
|
|
@@ -61,15 +61,15 @@
|
|
|
61
61
|
"@atlaskit/editor-plugin-feature-flags": "^5.0.0",
|
|
62
62
|
"@atlaskit/editor-plugin-guideline": "^6.0.0",
|
|
63
63
|
"@atlaskit/editor-plugin-quick-insert": "^6.0.0",
|
|
64
|
-
"@atlaskit/editor-plugin-selection": "^6.
|
|
65
|
-
"@atlaskit/editor-plugin-table": "^15.
|
|
64
|
+
"@atlaskit/editor-plugin-selection": "^6.1.0",
|
|
65
|
+
"@atlaskit/editor-plugin-table": "^15.1.0",
|
|
66
66
|
"@atlaskit/editor-plugin-tasks-and-decisions": "^9.0.0",
|
|
67
|
-
"@atlaskit/editor-plugin-type-ahead": "^6.
|
|
67
|
+
"@atlaskit/editor-plugin-type-ahead": "^6.4.0",
|
|
68
68
|
"@atlaskit/editor-plugin-width": "^7.0.0",
|
|
69
69
|
"@testing-library/react": "^13.4.0"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
|
-
"@atlaskit/editor-common": "^110.
|
|
72
|
+
"@atlaskit/editor-common": "^110.13.0",
|
|
73
73
|
"react": "^18.2.0",
|
|
74
74
|
"react-dom": "^18.2.0"
|
|
75
75
|
},
|