@atlaskit/editor-plugin-clipboard 1.0.3 → 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 +33 -6
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,37 +1,64 @@
1
1
  # @atlaskit/editor-plugin-clipboard
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.1.0
10
+
11
+ ### Minor Changes
12
+
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
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 1.0.3
4
22
 
5
23
  ### Patch Changes
6
24
 
7
- - [#91894](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91894) [`37320d5b95e8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/37320d5b95e8) - [ED-22945] Don't copy paste comments on media nodes
25
+ - [#91894](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91894)
26
+ [`37320d5b95e8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/37320d5b95e8) -
27
+ [ED-22945] Don't copy paste comments on media nodes
8
28
 
9
29
  ## 1.0.2
10
30
 
11
31
  ### Patch Changes
12
32
 
13
- - [#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`
33
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
34
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
35
+ Upgrade Typescript from `4.9.5` to `5.4.2`
14
36
 
15
37
  ## 1.0.1
16
38
 
17
39
  ### Patch Changes
18
40
 
19
- - Updated dependencies
41
+ - Updated dependencies
20
42
 
21
43
  ## 1.0.0
22
44
 
23
45
  ### Major Changes
24
46
 
25
- - [#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.
47
+ - [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386)
48
+ [`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) -
49
+ This changeset exists to bump all editor plugins that currently don't have a major version. This
50
+ is to address an issue with Jira plugin consumption.
26
51
 
27
52
  ## 0.1.2
28
53
 
29
54
  ### Patch Changes
30
55
 
31
- - [#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
56
+ - [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
57
+ [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
58
+ Upgrading @atlaskit/editor-prosemirror dependency
32
59
 
33
60
  ## 0.1.1
34
61
 
35
62
  ### Patch Changes
36
63
 
37
- - Updated dependencies
64
+ - Updated dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-clipboard",
3
- "version": "1.0.3",
3
+ "version": "1.1.1",
4
4
  "description": "Clipboard plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,8 +32,8 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/editor-common": "^78.29.0",
36
- "@atlaskit/editor-prosemirror": "3.0.0",
35
+ "@atlaskit/editor-common": "^79.0.0",
36
+ "@atlaskit/editor-prosemirror": "4.0.0",
37
37
  "@babel/runtime": "^7.0.0"
38
38
  },
39
39
  "peerDependencies": {