@atlaskit/editor-plugin-tasks-and-decisions 9.0.12 → 9.0.13

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 +6 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-tasks-and-decisions
2
2
 
3
+ ## 9.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 9.0.12
4
10
 
5
11
  ### Patch Changes
@@ -544,7 +550,6 @@
544
550
  shared context or singletons.
545
551
 
546
552
  **HOW TO ADJUST:**
547
-
548
553
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
549
554
  any of these editor plugins.
550
555
  - Ensure the version you install matches the version required by the plugins.
@@ -2082,7 +2087,6 @@
2082
2087
 
2083
2088
  These are no longer available via `@atlaskit/prosemirror-input-rules` but are available from
2084
2089
  `@atlaskit/editor-common/types`:
2085
-
2086
2090
  - InputRuleWrapper
2087
2091
  - InputRuleHandler
2088
2092
  - OnHandlerApply
@@ -2092,7 +2096,6 @@
2092
2096
  need to instantiate a `SafePlugin` (ie. `new SafePlugin(createPlugin( ... ))`).
2093
2097
 
2094
2098
  `SafePlugin` exists in `@atlaskit/editor-common/safe-plugin`.
2095
-
2096
2099
  - createPlugin
2097
2100
  - createInputRulePlugin
2098
2101
 
@@ -2273,7 +2276,6 @@
2273
2276
  - [#43646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43646)
2274
2277
  [`d43f8e9402f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43f8e9402f) - Make
2275
2278
  feature flags plugin optional in all plugins including:
2276
-
2277
2279
  - analytics
2278
2280
  - base
2279
2281
  - card
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-tasks-and-decisions",
3
- "version": "9.0.12",
3
+ "version": "9.0.13",
4
4
  "description": "Tasks and decisions plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -51,14 +51,14 @@
51
51
  "@atlaskit/primitives": "^15.0.0",
52
52
  "@atlaskit/prosemirror-input-rules": "^3.5.0",
53
53
  "@atlaskit/task-decision": "^19.2.0",
54
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
55
- "@atlaskit/tokens": "^6.5.0",
54
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
55
+ "@atlaskit/tokens": "^7.0.0",
56
56
  "@babel/runtime": "^7.0.0",
57
- "@compiled/react": "^0.18.3",
57
+ "@compiled/react": "^0.18.6",
58
58
  "bind-event-listener": "^3.0.0"
59
59
  },
60
60
  "peerDependencies": {
61
- "@atlaskit/editor-common": "^110.12.0",
61
+ "@atlaskit/editor-common": "^110.13.0",
62
62
  "react": "^18.2.0",
63
63
  "react-dom": "^18.2.0",
64
64
  "react-intl-next": "npm:react-intl@^5.18.1"