Skip to content

Commit 7e4e2fb

Browse files
authored
Remove hard coded versions from readme
1 parent 0ee40ee commit 7e4e2fb

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ Ensemble is a frontend framework for building complex applications using the act
3535

3636
Ensemble is an experiment framework for folks who have run into compositional/multi-threading challenges with traditional frameworks and tools. If you're building a typical CRUD app or small-to-medium application, established patterns and tools likely serve you better. This framework is designed for teams working on large-scale or innovative frontends where maintaining development velocity as complexity grows becomes a primary concern.
3737

38-
## Project Status
39-
40-
**Version:** 0.1.0 (Initial Release)
4138
**Status:** ⚠️ Experimental - APIs may change
4239

4340
Ensemble is a new framework actively being developed. While the core concepts are solid and the implementation is functional, you should expect:
@@ -113,13 +110,13 @@ function Counter() {
113110

114111
Ensemble is a monorepo with multiple packages:
115112

116-
| Package | Version | Description |
117-
|---------|---------|-------------|
118-
| [@d-buckner/ensemble-core](./packages/core) | 0.1.0 | Core actor framework with threading support |
119-
| [@d-buckner/ensemble-react](./packages/react) | 0.1.0 | React hooks and bindings |
120-
| [@d-buckner/ensemble-solidjs](./packages/solidjs) | 0.1.0 | SolidJS primitives and bindings |
121-
| [@d-buckner/ensemble-vite-plugin](./packages/vite-plugin) | 0.1.0 | Vite plugin for Web Worker threading |
122-
| [@d-buckner/ensemble-collaboration](./packages/collaboration) | 0.1.0 | Real-time collaboration with Automerge CRDTs |
113+
| Package | Description |
114+
|---------|-------------|
115+
| [@d-buckner/ensemble-core](./packages/core) | Core actor framework with threading support |
116+
| [@d-buckner/ensemble-react](./packages/react) | React hooks and bindings |
117+
| [@d-buckner/ensemble-solidjs](./packages/solidjs) | SolidJS primitives and bindings |
118+
| [@d-buckner/ensemble-vite-plugin](./packages/vite-plugin) | Vite plugin for Web Worker threading |
119+
| [@d-buckner/ensemble-collaboration](./packages/collaboration) | Real-time collaboration with Automerge CRDTs |
123120

124121
## The Challenge
125122
For large-scale and innovative frontends, some fundamental architectural challenges can impact developer velocity:

0 commit comments

Comments
 (0)