@revolist/react-datagrid 4.8.1 → 4.8.2

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 +6 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### 🚨 Repository Notice 🚨
2
+
3
+ This repo is read-only and will be **deprecated** in v5+ in favor of monorepos. Post issues [here](https://github.com/revolist/revogrid). Happy coding! 🖥️💻
4
+
5
+ ---
6
+
1
7
  <p align="center">
2
8
  <a href="https://rv-grid.com">
3
9
  <img src="./assets/logo.svg" alt="RevoGrid" height="150" />
@@ -176,11 +182,6 @@ export default App
176
182
 
177
183
 
178
184
 
179
- ## 🚨 Repository Notice 🚨
180
-
181
- **TL;DR:** This repo is read-only and will be **deprecated** in v5+ in favor of monorepos. Post issues [here](https://github.com/revolist/revogrid). Happy coding! 🖥️💻
182
-
183
-
184
185
  ## Versions
185
186
 
186
187
  - **2.0+**: Introduced the plugin system, grouping, sorting, and filtering.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@revolist/react-datagrid",
3
3
  "sideEffects": false,
4
- "version": "4.8.1",
4
+ "version": "4.8.2",
5
5
  "description": "React DataGrid Spreadsheet component with native cell render support",
6
6
  "main": "./dist/react-datagrid.umd.cjs",
7
7
  "module": "./dist/react-datagrid.js",
@@ -64,7 +64,7 @@
64
64
  "homepage": "https://github.com/revolist/revogrid#readme",
65
65
  "license": "MIT",
66
66
  "dependencies": {
67
- "@revolist/revogrid": "4.8.1"
67
+ "@revolist/revogrid": "4.8.2"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@types/react": "^18.3.2",