Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bdd9cc4

Browse files
committedMar 3, 2024
v1.2.6
1 parent 94cdb68 commit bdd9cc4

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.5"
6+
"version": "1.2.6"
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.5",
3+
"version": "1.2.6",
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,6 +1,6 @@
11
{
22
"name": "streamlit_component_template",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^4.2.4",
@@ -13,7 +13,7 @@
1313
"react": "^16.13.1",
1414
"react-dom": "^16.13.1",
1515
"react-scripts": "5.0.1",
16-
"streamlit-component-lib-react-hooks": "^1.2.5"
16+
"streamlit-component-lib-react-hooks": "^1.2.6"
1717
},
1818
"devDependencies": {
1919
"typescript": "^4.6.2"

0 commit comments

Comments
 (0)
Please sign in to comment.