Skip to content

Commit b0b7744

Browse files
committed
uprev and release npm
1 parent 06364c9 commit b0b7744

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.14",
3+
"version": "0.0.15",
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.14"
32+
"@pydantic/fastui": "0.0.15"
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.14",
3+
"version": "0.0.15",
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.14",
3+
"version": "0.0.15",
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
@@ -23,7 +23,7 @@ def coerce_to_list(cls, v):
2323
return [v]
2424

2525

26-
_PREBUILT_VERSION = '0.0.14'
26+
_PREBUILT_VERSION = '0.0.15'
2727
_PREBUILT_CDN_URL = f'https://cdn.jsdelivr.net/npm/@pydantic/fastui-prebuilt@{_PREBUILT_VERSION}/dist/assets'
2828

2929

0 commit comments

Comments
 (0)