@atlaskit/editor-plugin-date 8.0.2 → 8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-plugin-date
2
2
 
3
+ ## 8.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) -
8
+ [EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 8.0.3
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 8.0.2
4
21
 
5
22
  ### Patch Changes
@@ -270,7 +287,6 @@
270
287
  shared context or singletons.
271
288
 
272
289
  **HOW TO ADJUST:**
273
-
274
290
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
275
291
  any of these editor plugins.
276
292
  - 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.2",
3
+ "version": "8.1.0",
4
4
  "description": "Date plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,12 +29,12 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^51.2.0",
32
+ "@atlaskit/adf-schema": "^51.3.0",
33
33
  "@atlaskit/calendar": "^17.1.0",
34
34
  "@atlaskit/css": "^0.15.0",
35
35
  "@atlaskit/date": "^2.0.0",
36
- "@atlaskit/editor-plugin-analytics": "^6.1.0",
37
- "@atlaskit/editor-plugin-annotation": "^6.1.0",
36
+ "@atlaskit/editor-plugin-analytics": "^6.2.0",
37
+ "@atlaskit/editor-plugin-annotation": "^6.2.0",
38
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",
@@ -45,8 +45,8 @@
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.10.0",
49
- "@atlaskit/tokens": "^6.5.0",
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",
@@ -62,14 +62,14 @@
62
62
  "@atlaskit/editor-plugin-guideline": "^6.0.0",
63
63
  "@atlaskit/editor-plugin-quick-insert": "^6.0.0",
64
64
  "@atlaskit/editor-plugin-selection": "^6.1.0",
65
- "@atlaskit/editor-plugin-table": "^15.1.0",
66
- "@atlaskit/editor-plugin-tasks-and-decisions": "^9.0.0",
67
- "@atlaskit/editor-plugin-type-ahead": "^6.4.0",
65
+ "@atlaskit/editor-plugin-table": "^15.2.0",
66
+ "@atlaskit/editor-plugin-tasks-and-decisions": "^9.1.0",
67
+ "@atlaskit/editor-plugin-type-ahead": "^6.5.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.12.0",
72
+ "@atlaskit/editor-common": "^110.14.0",
73
73
  "react": "^18.2.0",
74
74
  "react-dom": "^18.2.0"
75
75
  },