react-datocms 3.0.0 → 3.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/README.md +3 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -15,8 +15,8 @@ A set of components and utilities to work faster with [DatoCMS](https://www.dato
15
15
  <!-- START doctoc generated TOC please keep comment here to allow auto update -->
16
16
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
17
17
 
18
- - [Demos](#demos)
19
- - [Installation](#installation)
18
+ - [Demos](#demos)
19
+ - [Installation](#installation)
20
20
  - [Live real-time updates](#live-real-time-updates)
21
21
  - [Reference](#reference)
22
22
  - [Initialization options](#initialization-options)
@@ -25,6 +25,7 @@ A set of components and utilities to work faster with [DatoCMS](https://www.dato
25
25
  - [Example](#example)
26
26
  - [Progressive/responsive image](#progressiveresponsive-image)
27
27
  - [Out-of-the-box features](#out-of-the-box-features)
28
+ - [Intersection Observer](#intersection-observer)
28
29
  - [Usage](#usage)
29
30
  - [Example](#example-1)
30
31
  - [Props](#props)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-datocms",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "types": "dist/types/index.d.ts",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -75,9 +75,9 @@
75
75
  ]
76
76
  },
77
77
  "dependencies": {
78
- "datocms-listen": "^0.1.6",
79
- "datocms-structured-text-generic-html-renderer": "^1.3.0",
80
- "datocms-structured-text-utils": "^1.1.0",
78
+ "datocms-listen": "^0.1.7",
79
+ "datocms-structured-text-generic-html-renderer": "^2.0.0",
80
+ "datocms-structured-text-utils": "^2.0.0",
81
81
  "react-intersection-observer": "^8.33.1",
82
82
  "use-deep-compare-effect": "^1.6.1"
83
83
  }