@atlaskit/adf-utils 18.0.0 → 18.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/adf-utils
2
2
 
3
+ ## 18.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`070984d00ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/070984d00ea) - Dummy changeset to trigger product integrator to use latest adf-utils from develop
8
+ - Updated dependencies
9
+
3
10
  ## 18.0.0
4
11
 
5
12
  ### Major Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-utils",
3
- "version": "18.0.0",
3
+ "version": "18.0.1",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-utils",
3
- "version": "18.0.0",
3
+ "version": "18.0.1",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-utils",
3
- "version": "18.0.0",
3
+ "version": "18.0.1",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/adf-utils",
3
- "version": "18.0.0",
3
+ "version": "18.0.1",
4
4
  "description": "Set of utilities to traverse, modify and create ADF documents.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -33,7 +33,7 @@
33
33
  "generate:spec": "rm -rf ./src/validator/specs/ && ../json-schema-generator/bin.js --outDir=./src/validator/specs/ --mode=Spec --stage=0 ./src/validator/entry.ts"
34
34
  },
35
35
  "dependencies": {
36
- "@atlaskit/adf-schema": "^25.0.0",
36
+ "@atlaskit/adf-schema": "^25.1.0",
37
37
  "@atlaskit/codemod-utils": "^4.1.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
package/report.api.md CHANGED
@@ -8,6 +8,7 @@
8
8
  ### Table of contents
9
9
 
10
10
  - [Main Entry Types](#main-entry-types)
11
+ - [Peer Dependencies](#peer-dependencies)
11
12
 
12
13
  ### Main Entry Types
13
14
 
@@ -18,3 +19,13 @@
18
19
  ```
19
20
 
20
21
  <!--SECTION END: Main Entry Types-->
22
+
23
+ ### Peer Dependencies
24
+
25
+ <!--SECTION START: Peer Dependencies-->
26
+
27
+ ```json
28
+ {}
29
+ ```
30
+
31
+ <!--SECTION END: Peer Dependencies-->