We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be770eb commit cd23461Copy full SHA for cd23461
bun.lock
@@ -20,7 +20,7 @@
20
"typescript": "~5.9.2",
21
},
22
"peerDependencies": {
23
- "@attio/react-descendants": "^0.0.2",
+ "@attio/react-descendants": "^1.0.0",
24
"@types/react": "*",
25
"react": "*",
26
package.json
@@ -1,7 +1,7 @@
1
{
2
"private": false,
3
"name": "@attio/react-data-list",
4
- "version": "0.0.1",
+ "version": "1.0.0",
5
"author": "Braden Marshall <[email protected]>",
6
"license": "MIT",
7
"bugs": "https://github.com/attio/react-data-list/issues",
@@ -56,7 +56,7 @@
56
"typescript": "~5.9.2"
57
58
59
60
61
"react": "*"
62
0 commit comments