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 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