@atlaskit/editor-plugin-analytics 6.1.0 → 6.2.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 +19 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @atlaskit/editor-plugin-analytics
2
2
 
3
+ ## 6.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`c28cd65d12c24`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c28cd65d12c24) -
8
+ EDITOR-2447 Bump adf-schema to 51.3.1
9
+ - Updated dependencies
10
+
11
+ ## 6.2.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) -
16
+ [EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+
3
22
  ## 6.1.0
4
23
 
5
24
  ### Minor Changes
@@ -147,7 +166,6 @@
147
166
  shared context or singletons.
148
167
 
149
168
  **HOW TO ADJUST:**
150
-
151
169
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
152
170
  any of these editor plugins.
153
171
  - Ensure the version you install matches the version required by the plugins.
@@ -898,7 +916,6 @@
898
916
  - [#43646](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43646)
899
917
  [`d43f8e9402f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d43f8e9402f) - Make
900
918
  feature flags plugin optional in all plugins including:
901
-
902
919
  - analytics
903
920
  - base
904
921
  - card
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-analytics",
3
- "version": "6.1.0",
3
+ "version": "6.2.1",
4
4
  "description": "Analytics plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -27,7 +27,7 @@
27
27
  "sideEffects": false,
28
28
  "atlaskit:src": "src/index.ts",
29
29
  "dependencies": {
30
- "@atlaskit/adf-schema": "^51.2.0",
30
+ "@atlaskit/adf-schema": "^51.3.1",
31
31
  "@atlaskit/analytics-listeners": "^9.1.0",
32
32
  "@atlaskit/analytics-next": "^11.1.0",
33
33
  "@atlaskit/editor-plugin-feature-flags": "^5.0.0",
@@ -36,7 +36,7 @@
36
36
  "@babel/runtime": "^7.0.0"
37
37
  },
38
38
  "peerDependencies": {
39
- "@atlaskit/editor-common": "^110.3.0",
39
+ "@atlaskit/editor-common": "^110.18.0",
40
40
  "react": "^18.2.0"
41
41
  },
42
42
  "techstack": {