Skip to content

Commit 3c381a1

Browse files
committed
v2.1.1
1 parent 489df53 commit 3c381a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lerna.json

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

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": "2.1.0",
3+
"version": "2.1.1",
44
"keywords": [
55
"streamlit"
66
],

template/my_component/frontend/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_template",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"private": true,
55
"type": "module",
66
"dependencies": {

0 commit comments

Comments
 (0)