@atlaskit/editor-plugin-date 0.2.3 → 0.2.5

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 +13 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/editor-plugin-date
2
2
 
3
+ ## 0.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#43405](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43405) [`150827259db`](https://bitbucket.org/atlassian/atlassian-frontend/commits/150827259db) - Extracting tasks and decisions code from editor-core to new plugin package.
8
+
9
+ ## 0.2.4
10
+
11
+ ### Patch Changes
12
+
13
+ - [#43379](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43379) [`482c025520d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/482c025520d) - ED-20763 Upgrade ADF schema version to 33.2.3 for MBE nodes.
14
+ - Updated dependencies
15
+
3
16
  ## 0.2.3
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-date",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "Date plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,10 +31,10 @@
31
31
  ".": "./src/index.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/adf-schema": "^32.0.0",
34
+ "@atlaskit/adf-schema": "^33.2.3",
35
35
  "@atlaskit/calendar": "^14.0.0",
36
36
  "@atlaskit/date": "^0.10.0",
37
- "@atlaskit/editor-common": "^76.18.0",
37
+ "@atlaskit/editor-common": "^76.22.0",
38
38
  "@atlaskit/editor-plugin-analytics": "^0.3.0",
39
39
  "@atlaskit/editor-plugin-editor-disabled": "^0.2.0",
40
40
  "@atlaskit/editor-prosemirror": "1.1.0",
@@ -60,6 +60,7 @@
60
60
  "@atlaskit/editor-plugin-quick-insert": "^0.2.0",
61
61
  "@atlaskit/editor-plugin-selection": "^0.1.0",
62
62
  "@atlaskit/editor-plugin-table": "^5.2.0",
63
+ "@atlaskit/editor-plugin-tasks-and-decisions": "^0.2.0",
63
64
  "@atlaskit/editor-plugin-type-ahead": "^0.7.0",
64
65
  "@atlaskit/editor-plugin-width": "^0.2.0",
65
66
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",