Skip to content

Commit f6632e7

Browse files
rubenfiszelgithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent f88d0fa commit f6632e7

File tree

14 files changed

+47
-47
lines changed

14 files changed

+47
-47
lines changed

backend/Cargo.lock

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

backend/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windmill"
3-
version = "1.448.1"
3+
version = "1.449.0"
44
authors.workspace = true
55
edition.workspace = true
66

@@ -30,7 +30,7 @@ members = [
3030
]
3131

3232
[workspace.package]
33-
version = "1.448.1"
33+
version = "1.449.0"
3434
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
3535
edition = "2021"
3636

backend/windmill-api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: "3.0.3"
22

33
info:
4-
version: 1.448.1
4+
version: 1.449.0
55
title: Windmill API
66

77
contact:

benchmarks/lib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { sleep } from "https://deno.land/x/sleep@v1.2.1/mod.ts";
22
import * as windmill from "https://deno.land/x/windmill@v1.174.0/mod.ts";
33
import * as api from "https://deno.land/x/windmill@v1.174.0/windmill-api/index.ts";
44

5-
export const VERSION = "v1.448.1";
5+
export const VERSION = "v1.449.0";
66

77
export async function login(email: string, password: string): Promise<string> {
88
return await windmill.UserService.login({

cli/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export {
6060
// }
6161
// });
6262

63-
export const VERSION = "1.448.1";
63+
export const VERSION = "1.449.0";
6464

6565
const command = new Command()
6666
.name("wmill")

frontend/package-lock.json

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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "windmill-components",
3-
"version": "1.448.1",
3+
"version": "1.449.0",
44
"scripts": {
55
"dev": "vite dev",
66
"build": "vite build",

lsp/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
wmill = ">=1.448.1"
8-
wmill_pg = ">=1.448.1"
7+
wmill = ">=1.449.0"
8+
wmill_pg = ">=1.449.0"
99
sendgrid = "*"
1010
mysql-connector-python = "*"
1111
pymongo = "*"

openflow.openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: "3.0.3"
22

33
info:
4-
version: 1.448.1
4+
version: 1.449.0
55
title: OpenFlow Spec
66
contact:
77
name: Ruben Fiszel

powershell-client/WindmillClient/WindmillClient.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'WindmillClient.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.448.1'
15+
ModuleVersion = '1.449.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

python-client/wmill/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "wmill"
3-
version = "1.448.1"
3+
version = "1.449.0"
44
description = "A client library for accessing Windmill server wrapping the Windmill client API"
55
license = "Apache-2.0"
66
homepage = "https://windmill.dev"

python-client/wmill_pg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "wmill-pg"
3-
version = "1.448.1"
3+
version = "1.449.0"
44
description = "An extension client for the wmill client library focused on pg"
55
license = "Apache-2.0"
66
homepage = "https://windmill.dev"

typescript-client/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windmill/windmill",
3-
"version": "1.448.1",
3+
"version": "1.449.0",
44
"exports": "./src/index.ts",
55
"publish": {
66
"exclude": ["!src", "./s3Types.ts", "./client.ts"]

typescript-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "windmill-client",
33
"description": "Windmill SDK client for browsers and Node.js",
4-
"version": "1.448.1",
4+
"version": "1.449.0",
55
"author": "Ruben Fiszel",
66
"license": "Apache 2.0",
77
"devDependencies": {

0 commit comments

Comments
 (0)