Skip to content

Commit 597cd98

Browse files
committed
v2.0.0
1 parent df02e43 commit 597cd98

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"streamlit-component-lib-react-hooks",
44
"template/my_component/frontend"
55
],
6-
"version": "1.2.8"
6+
"version": "2.0.0"
77
}

streamlit-component-lib-react-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "streamlit-component-lib-react-hooks",
3-
"version": "1.2.8",
3+
"version": "2.0.0",
44
"keywords": [
55
"streamlit"
66
],

template/my_component/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "streamlit_component_template",
3-
"version": "1.2.8",
3+
"version": "2.0.0",
44
"private": true,
55
"type": "module",
66
"dependencies": {
77
"react": "^18.3.1",
88
"react-dom": "^18.3.1",
9-
"streamlit-component-lib-react-hooks": "^1.2.8"
9+
"streamlit-component-lib-react-hooks": "^2.0.0"
1010
},
1111
"devDependencies": {
1212
"@eslint/js": "^9.22.0",

0 commit comments

Comments
 (0)