Skip to content

Commit cd23461

Browse files
committed
Bump version for initial release
1 parent be770eb commit cd23461

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript": "~5.9.2",
2121
},
2222
"peerDependencies": {
23-
"@attio/react-descendants": "^0.0.2",
23+
"@attio/react-descendants": "^1.0.0",
2424
"@types/react": "*",
2525
"react": "*",
2626
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@attio/react-data-list",
4-
"version": "0.0.1",
4+
"version": "1.0.0",
55
"author": "Braden Marshall <[email protected]>",
66
"license": "MIT",
77
"bugs": "https://github.com/attio/react-data-list/issues",
@@ -56,7 +56,7 @@
5656
"typescript": "~5.9.2"
5757
},
5858
"peerDependencies": {
59-
"@attio/react-descendants": "^0.0.2",
59+
"@attio/react-descendants": "^1.0.0",
6060
"@types/react": "*",
6161
"react": "*"
6262
},

0 commit comments

Comments
 (0)