@atlaskit/editor-plugin-undo-redo 1.1.0 → 1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -9
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,51 +1,66 @@
1
1
  # @atlaskit/editor-plugin-undo-redo
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.1.0
4
10
 
5
11
  ### Minor Changes
6
12
 
7
- - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934) [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) - bumped editor-prosemirror version to 4.0.0
13
+ - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
14
+ [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
15
+ bumped editor-prosemirror version to 4.0.0
8
16
 
9
17
  ### Patch Changes
10
18
 
11
- - Updated dependencies
19
+ - Updated dependencies
12
20
 
13
21
  ## 1.0.2
14
22
 
15
23
  ### Patch Changes
16
24
 
17
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
25
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
26
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
27
+ Upgrade Typescript from `4.9.5` to `5.4.2`
18
28
 
19
29
  ## 1.0.1
20
30
 
21
31
  ### Patch Changes
22
32
 
23
- - Updated dependencies
33
+ - Updated dependencies
24
34
 
25
35
  ## 1.0.0
26
36
 
27
37
  ### Major Changes
28
38
 
29
- - [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386) [`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) - This changeset exists to bump all editor plugins that currently don't have a major version. This is to address an issue with Jira plugin consumption.
39
+ - [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386)
40
+ [`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) -
41
+ This changeset exists to bump all editor plugins that currently don't have a major version. This
42
+ is to address an issue with Jira plugin consumption.
30
43
 
31
44
  ### Patch Changes
32
45
 
33
- - Updated dependencies
46
+ - Updated dependencies
34
47
 
35
48
  ## 0.1.3
36
49
 
37
50
  ### Patch Changes
38
51
 
39
- - [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572) [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) - Upgrading @atlaskit/editor-prosemirror dependency
52
+ - [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
53
+ [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
54
+ Upgrading @atlaskit/editor-prosemirror dependency
40
55
 
41
56
  ## 0.1.2
42
57
 
43
58
  ### Patch Changes
44
59
 
45
- - Updated dependencies
60
+ - Updated dependencies
46
61
 
47
62
  ## 0.1.1
48
63
 
49
64
  ### Patch Changes
50
65
 
51
- - Updated dependencies
66
+ - Updated dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-undo-redo",
3
- "version": "1.1.0",
3
+ "version": "1.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,7 +32,7 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/editor-common": "^78.31.0",
35
+ "@atlaskit/editor-common": "^79.0.0",
36
36
  "@atlaskit/editor-plugin-history": "^1.1.0",
37
37
  "@atlaskit/editor-plugin-type-ahead": "^1.1.0",
38
38
  "@atlaskit/editor-prosemirror": "4.0.0",