@atlaskit/adf-schema 35.10.0 → 35.11.0

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,11 @@
1
1
  # @atlaskit/adf-schema
2
2
 
3
+ ## 35.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - b7684a5: [COMMENTS-1380] Moving the localId on mentions to full schema because it was accidentally promoted to full schema already due to a erroneously placed stage 0 tag
8
+
3
9
  ## 35.10.0
4
10
 
5
11
  ### Minor Changes
@@ -34,9 +34,6 @@ var mention = exports.mention = {
34
34
  userType: {
35
35
  default: null
36
36
  },
37
- /**
38
- * @stage 0
39
- */
40
37
  localId: {
41
38
  default: null
42
39
  }
@@ -26,9 +26,6 @@ export const mention = {
26
26
  userType: {
27
27
  default: null
28
28
  },
29
- /**
30
- * @stage 0
31
- */
32
29
  localId: {
33
30
  default: null
34
31
  }
@@ -29,9 +29,6 @@ export var mention = {
29
29
  userType: {
30
30
  default: null
31
31
  },
32
- /**
33
- * @stage 0
34
- */
35
32
  localId: {
36
33
  default: null
37
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-schema",
3
- "version": "35.10.0",
3
+ "version": "35.11.0",
4
4
  "description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -41,7 +41,7 @@
41
41
  "memoize-one": "^6.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@atlassian/adf-schema-json": "^1.8.0",
44
+ "@atlassian/adf-schema-json": "^1.9.0",
45
45
  "@babel/cli": "^7.22.9",
46
46
  "@babel/core": "^7.22.9",
47
47
  "@babel/plugin-proposal-class-properties": "^7.18.6",