@revolist/svelte-datagrid 4.11.0 → 4.11.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,7 +8,7 @@ This repo is read-only and will be **deprecated** in v5+ in favor of monorepos.
8
8
  We have updated our latest version to support **Svelte 5** following its official release. 🎉
9
9
  Read more about the announcement here: [Svelte 5 is Alive](https://svelte.dev/blog/svelte-5-is-alive).
10
10
 
11
- If you want to continue using **Svelte 4**, please switch to the [svelte-4](https://github.com/revolist/svelte-datagrid/tree/svelte-4) branch.
11
+ If you want to continue using **Svelte 4**, please switch to the [svelte-4](https://github.com/revolist/svelte-datagrid/tree/svelte-4) branch or use version prior to 4.11.0.
12
12
 
13
13
  ---
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolist/svelte-datagrid",
3
- "version": "4.11.0",
3
+ "version": "4.11.2",
4
4
  "description": "Svelte DataGrid Spreadsheet component with native cell render support",
5
5
  "main": "./dist/svelte-datagrid.umd.cjs",
6
6
  "module": "./dist/svelte-datagrid.js",
@@ -73,7 +73,7 @@
73
73
  "vite-plugin-dts": "^4.3.0"
74
74
  },
75
75
  "dependencies": {
76
- "@revolist/revogrid": "4.11.0"
76
+ "@revolist/revogrid": "4.11.2"
77
77
  },
78
78
  "publishConfig": {
79
79
  "access": "public"