Skip to content

Commit 8f269bc

Browse files
committed
uprev and release npm
1 parent 52959a4 commit 8f269bc

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 4 additions & 4 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.11",
3+
"version": "0.0.12",
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.11"
32+
"@pydantic/fastui": "0.0.12"
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.11",
3+
"version": "0.0.12",
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.11",
3+
"version": "0.0.12",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from .components import AnyComponent
66

7-
__version__ = '0.2.0'
7+
__version__ = '0.3.0'
88
__all__ = 'AnyComponent', 'FastUI', 'prebuilt_html'
99

1010

@@ -16,7 +16,7 @@ class FastUI(pydantic.RootModel):
1616
root: _t.List[AnyComponent]
1717

1818

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

2222

0 commit comments

Comments
 (0)