react-data-matrix 1.0.0 → 1.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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,8 +11,6 @@ A React component for risk matrices and other grids where a value sits at the cr
11
11
  - **Works under a strict Content Security Policy**, verified in Chromium, WebKit and Firefox.
12
12
  - **React 18.3 and React 19**, including server rendering.
13
13
 
14
- > **Version note.** This README documents the 1.0 API. The published npm version is still 0.4.x; see [Migrating from 0.4.x](#migrating-from-04x).
15
-
16
14
  ---
17
15
 
18
16
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-data-matrix",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "homepage": "https://bronz3beard.github.io/react-matrix",