Skip to content

Commit ee951c8

Browse files
authored
uprev npm packages (#78)
1 parent 66c4309 commit ee951c8

File tree

5 files changed

+78
-38
lines changed

5 files changed

+78
-38
lines changed

package-lock.json

Lines changed: 73 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/npm-fastui-bootstrap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pydantic/fastui-bootstrap",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Boostrap renderer for FastUI",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -29,6 +29,6 @@
2929
"sass": "^1.69.5"
3030
},
3131
"peerDependencies": {
32-
"@pydantic/fastui": "0.0.10"
32+
"@pydantic/fastui": "0.0.11"
3333
}
3434
}

src/npm-fastui-prebuilt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pydantic/fastui-prebuilt",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Pre-built files for FastUI",
55
"main": "dist/index.html",
66
"type": "module",

src/npm-fastui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pydantic/fastui",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Build better UIs faster.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/python-fastui/fastui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class FastUI(pydantic.RootModel):
1616
root: _t.List[AnyComponent]
1717

1818

19-
_PREBUILT_VERSION = '0.0.10'
19+
_PREBUILT_VERSION = '0.0.11'
2020
_PREBUILT_CDN_URL = f'https://cdn.jsdelivr.net/npm/@pydantic/fastui-prebuilt@{_PREBUILT_VERSION}/dist/assets'
2121

2222

0 commit comments

Comments
 (0)