Skip to content

Commit c9569d5

Browse files
chore(main): release 0.4.6 (#1019)
🤖 I have created a release *beep* *boop* --- ## [0.4.6](v0.4.5...v0.4.6) (2026-04-04) ### Bug Fixes * [[#1013](#1013)] Type-based chain probes for Drizzle builder pattern ([#1018](#1018)) ([d5df9de](d5df9de)) * [[#1020](#1020)] Format for-blocks and trait declarations ([#1023](#1023)) ([9d0a25b](9d0a25b)) * [[#1021](#1021)] Accept npm subtypes in function arguments ([#1022](#1022)) ([1e476af](1e476af)) * [[#1021](#1021)] Chain probes for self.field patterns and type expansion ([#1024](#1024)) ([528730d](528730d)) * [[#1025](#1025)] Full-chain probes for select().from(table) generic propagation ([#1026](#1026)) ([f8b8ff6](f8b8ff6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ae700ef commit c9569d5

File tree

9 files changed

+20
-9
lines changed

9 files changed

+20
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.5"
2+
".": "0.4.6"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to Floe will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/),
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [0.4.6](https://github.com/floeorg/floe/compare/v0.4.5...v0.4.6) (2026-04-04)
9+
10+
11+
### Bug Fixes
12+
13+
* [[#1013](https://github.com/floeorg/floe/issues/1013)] Type-based chain probes for Drizzle builder pattern ([#1018](https://github.com/floeorg/floe/issues/1018)) ([d5df9de](https://github.com/floeorg/floe/commit/d5df9de6e7ecfd17af870d822cf5e5ccac6d33d1))
14+
* [[#1020](https://github.com/floeorg/floe/issues/1020)] Format for-blocks and trait declarations ([#1023](https://github.com/floeorg/floe/issues/1023)) ([9d0a25b](https://github.com/floeorg/floe/commit/9d0a25b971450ccf32e72c40d958598496d3f614))
15+
* [[#1021](https://github.com/floeorg/floe/issues/1021)] Accept npm subtypes in function arguments ([#1022](https://github.com/floeorg/floe/issues/1022)) ([1e476af](https://github.com/floeorg/floe/commit/1e476af918aab039086439c6b51b86df69367e15))
16+
* [[#1021](https://github.com/floeorg/floe/issues/1021)] Chain probes for self.field patterns and type expansion ([#1024](https://github.com/floeorg/floe/issues/1024)) ([528730d](https://github.com/floeorg/floe/commit/528730d5b978aa4980eeb1be9dac62d740a38ed9))
17+
* [[#1025](https://github.com/floeorg/floe/issues/1025)] Full-chain probes for select().from(table) generic propagation ([#1026](https://github.com/floeorg/floe/issues/1026)) ([f8b8ff6](https://github.com/floeorg/floe/commit/f8b8ff682a7dd4314306f3ff8bc5b932b7b0db95))
18+
819
## [0.4.5](https://github.com/floeorg/floe/compare/v0.4.4...v0.4.5) (2026-04-04)
920

1021

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "3"
44

55
[package]
66
name = "floe"
7-
version = "0.4.5"
7+
version = "0.4.6"
88
edition = "2024"
99
description = "A programming language that compiles to TypeScript + React"
1010
license = "MIT"

crates/floe-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "floe-wasm"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
edition = "2024"
55
description = "WASM build of the Floe compiler for browser usage"
66
license = "MIT"

editors/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "floe",
33
"displayName": "Floe",
44
"description": "Language support for Floe (.fl) - syntax highlighting, diagnostics, and LSP integration",
5-
"version": "0.4.5",
5+
"version": "0.4.6",
66
"license": "MIT",
77
"publisher": "floeorg",
88
"icon": "icons/floe-icon.png",

integrations/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@floeorg/core",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "Shared compilation logic for Floe integration plugins",
55
"type": "module",
66
"main": "dist/index.js",

integrations/register/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@floeorg/register",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "Node.js loader hook for Floe - resolve .fl imports at runtime",
55
"type": "module",
66
"main": "dist/index.js",

integrations/vite-plugin-floe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@floeorg/vite-plugin",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "Vite plugin for Floe - compile .fl files to TypeScript",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)