@atlaskit/editor-plugin-limited-mode 6.0.0 → 7.0.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 +25 -0
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @atlaskit/editor-plugin-limited-mode
2
2
 
3
+ ## 7.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - [`901c87a57486e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/901c87a57486e) -
14
+ Removed `react-intl-next` alias and replaced all usages with `react-intl` directly.
15
+
16
+ What changed: The `react-intl-next` npm alias (which resolved to `react-intl@^5`) has been
17
+ removed. All imports now reference `react-intl` directly, and `peerDependencies` have been updated
18
+ to `"^5.25.1 || ^6.0.0 || ^7.0.0"`.
19
+
20
+ How consumer should update their code: Ensure `react-intl` is installed at a version satisfying
21
+ `^5.25.1 || ^6.0.0 || ^7.0.0`. If your application was using `react-intl-next` as an npm alias, it
22
+ can be safely removed. Replace any remaining `react-intl-next` imports with `react-intl`.
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+
3
28
  ## 6.0.0
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-limited-mode",
3
- "version": "6.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "LimitedMode plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -30,16 +30,17 @@
30
30
  "dependencies": {
31
31
  "@atlaskit/editor-prosemirror": "^7.3.0",
32
32
  "@atlaskit/platform-feature-flags": "^1.1.0",
33
- "@atlaskit/tmp-editor-statsig": "^62.4.0",
33
+ "@atlaskit/tmp-editor-statsig": "^63.0.0",
34
34
  "@babel/runtime": "^7.0.0",
35
- "bind-event-listener": "^3.0.0",
36
- "react-intl-next": "npm:react-intl@^5.18.1"
35
+ "bind-event-listener": "^3.0.0"
37
36
  },
38
37
  "peerDependencies": {
39
- "@atlaskit/editor-common": "^113.0.0",
40
- "react": "^18.2.0"
38
+ "@atlaskit/editor-common": "^114.2.0",
39
+ "react": "^18.2.0",
40
+ "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
41
41
  },
42
42
  "devDependencies": {
43
+ "react-intl": "^6.6.2",
43
44
  "typescript": "5.9.2"
44
45
  },
45
46
  "techstack": {