From 50f59dc5938ed45cc032d027fdc00c245642f0b5 Mon Sep 17 00:00:00 2001 From: fcrozatier Date: Fri, 7 Nov 2025 17:55:37 +0100 Subject: [PATCH 1/2] fix typos --- README.md | 2 +- packages/functorial/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6883bb3..896f717 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ a clean, coherent and holistic design then this is for you too. rebranding them. That's because I **respect** your intelligence and believe we can learn new concepts. Actually, the added value of manual programming is theory building and **acquiring expertise**. In other words, the role of a - framework should be to provide you not only with tools, but with deeper + framework should be to provide you not only with tools, but with a deeper knowledge and a whole new vision of the field. ## Architecture diff --git a/packages/functorial/README.md b/packages/functorial/README.md index 4d6d270..a132519 100644 --- a/packages/functorial/README.md +++ b/packages/functorial/README.md @@ -86,7 +86,7 @@ operations, - `.style.setProperty` and `.style.removeProperty` the `delete` operation on a state object can be mapped to the expected -corresponding operation in the DOM. +corresponding operation in the DOM. Idiomatic and expressive. ### Videos From 53430b1a0ae3a19d3454f88864002e00cfd5cdec Mon Sep 17 00:00:00 2001 From: fcrozatier Date: Fri, 7 Nov 2025 17:55:45 +0100 Subject: [PATCH 2/2] update versions --- packages/functorial/deno.json | 2 +- packages/reflow/deno.jsonc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/functorial/deno.json b/packages/functorial/deno.json index 60411e6..1a4fcaf 100644 --- a/packages/functorial/deno.json +++ b/packages/functorial/deno.json @@ -1,6 +1,6 @@ { "name": "@f-stack/functorial", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "exports": { ".": "./src/reactive.ts" diff --git a/packages/reflow/deno.jsonc b/packages/reflow/deno.jsonc index 8a98a85..546ea8c 100644 --- a/packages/reflow/deno.jsonc +++ b/packages/reflow/deno.jsonc @@ -1,6 +1,6 @@ { "name": "@f-stack/reflow", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "tasks": { // Starts the test server