@atlaskit/adf-schema 28.1.10 → 28.1.11

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
+ ## 28.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 54cb9cc: ADFEXP-542: rename @atlaskit/adf-schema-json to @atlassian/adf-schema-json
8
+
3
9
  ## 28.1.10
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-schema",
3
- "version": "28.1.10",
3
+ "version": "28.1.11",
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/"
@@ -42,7 +42,7 @@
42
42
  "memoize-one": "^6.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@atlaskit/adf-schema-json": "^1.0.1",
45
+ "@atlassian/adf-schema-json": "^1.0.2",
46
46
  "@babel/cli": "^7.22.9",
47
47
  "@babel/core": "^7.22.9",
48
48
  "@babel/plugin-proposal-class-properties": "^7.18.6",
@@ -8,7 +8,7 @@ import {
8
8
  fullInvalidJsonSchema,
9
9
  stage0ValidJsonSchema,
10
10
  stage0InvalidJsonSchema,
11
- } from '@atlaskit/adf-schema-json';
11
+ } from '@atlassian/adf-schema-json';
12
12
 
13
13
  const ajv = initialize();
14
14
  const packageName = process.env._PACKAGE_NAME_ as string;