@atlaskit/editor-plugin-undo-redo 3.0.2 → 3.1.1

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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/editor-plugin-undo-redo
2
2
 
3
+ ## 3.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#189314](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/189314)
14
+ [`22c6251496010`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22c6251496010) -
15
+ Exported missing types that were already being inferred from existing exports
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 3.0.2
4
22
 
5
23
  ### Patch Changes
@@ -1,2 +1,2 @@
1
1
  export { undoRedoPlugin } from './undoRedoPlugin';
2
- export type { UndoRedoPlugin } from './undoRedoPluginType';
2
+ export type { UndoRedoPlugin, UndoRedoAction } from './undoRedoPluginType';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
@@ -1,2 +1,2 @@
1
1
  export { undoRedoPlugin } from './undoRedoPlugin';
2
- export type { UndoRedoPlugin } from './undoRedoPluginType';
2
+ export type { UndoRedoPlugin, UndoRedoAction } from './undoRedoPluginType';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-undo-redo",
3
- "version": "3.0.2",
3
+ "version": "3.1.1",
4
4
  "description": "Undo redo plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,24 +32,21 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/editor-plugin-history": "^3.0.0",
36
- "@atlaskit/editor-plugin-primary-toolbar": "^4.0.0",
37
- "@atlaskit/editor-plugin-type-ahead": "^3.0.0",
35
+ "@atlaskit/editor-plugin-history": "^3.1.0",
36
+ "@atlaskit/editor-plugin-primary-toolbar": "^4.1.0",
37
+ "@atlaskit/editor-plugin-type-ahead": "^3.1.0",
38
38
  "@atlaskit/editor-prosemirror": "7.0.0",
39
- "@atlaskit/icon": "^27.3.0",
39
+ "@atlaskit/icon": "^27.12.0",
40
40
  "@atlaskit/platform-feature-flags": "^1.1.0",
41
- "@atlaskit/tmp-editor-statsig": "^9.1.0",
41
+ "@atlaskit/tmp-editor-statsig": "^10.0.0",
42
42
  "@babel/runtime": "^7.0.0",
43
43
  "@emotion/react": "^11.7.1"
44
44
  },
45
45
  "peerDependencies": {
46
- "@atlaskit/editor-common": "^107.7.0",
46
+ "@atlaskit/editor-common": "^107.25.0",
47
47
  "react": "^18.2.0",
48
48
  "react-intl-next": "npm:react-intl@^5.18.1"
49
49
  },
50
- "devDependencies": {
51
- "typescript": "~5.4.2"
52
- },
53
50
  "techstack": {
54
51
  "@atlassian/frontend": {
55
52
  "code-structure": [