File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.2.0] ( https://github.com/d-buckner/ensemble/compare/v0.1.0...v0.2.0 ) (2025-10-18)
7+
8+
9+ ### Features
10+
11+ * ** collaboration:** add working WebSocket collaboration demo with CRDT sync ([ 063b044] ( https://github.com/d-buckner/ensemble/commit/063b0444edd56ada1376516b299bca378ec331ed ) )
12+
13+
14+
15+
16+
617# 0.1.0 (2025-10-16)
718
819
Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5+
6+ # [ 0.2.0] ( https://github.com/d-buckner/ensemble/compare/v0.1.0...v0.2.0 ) (2025-10-18)
7+
8+
9+ ### Features
10+
11+ * ** collaboration:** add working WebSocket collaboration demo with CRDT sync ([ 063b044] ( https://github.com/d-buckner/ensemble/commit/063b0444edd56ada1376516b299bca378ec331ed ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " demo-react-collaboration" ,
33 "private" : true ,
4- "version" : " 0.0 .0" ,
4+ "version" : " 0.2 .0" ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
1010 "typecheck" : " tsc --noEmit"
1111 },
1212 "dependencies" : {
13- "@d-buckner/ensemble-collaboration" : " * " ,
14- "@d-buckner/ensemble-core" : " * " ,
15- "@d-buckner/ensemble-react" : " * " ,
13+ "@d-buckner/ensemble-collaboration" : " ^0.2.0 " ,
14+ "@d-buckner/ensemble-core" : " ^0.2.0 " ,
15+ "@d-buckner/ensemble-react" : " ^0.2.0 " ,
1616 "react" : " ^18.3.1" ,
1717 "react-dom" : " ^18.3.1"
1818 },
1919 "devDependencies" : {
20- "@d-buckner/ensemble-vite-plugin" : " * " ,
20+ "@d-buckner/ensemble-vite-plugin" : " ^0.2.0 " ,
2121 "@types/react" : " ^18.3.18" ,
2222 "@types/react-dom" : " ^18.3.5" ,
2323 "@vitejs/plugin-react" : " ^4.3.4" ,
2424 "typescript" : " ~5.9.3" ,
2525 "vite" : " ^7.1.7" ,
26- "vite-plugin-wasm " : " ^3.3.0 " ,
27- "vite-plugin-top-level-await " : " ^1.4.4 "
26+ "vite-plugin-top-level-await " : " ^1.4.4 " ,
27+ "vite-plugin-wasm " : " ^3.3.0 "
2828 }
2929}
Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5+
6+ # [ 0.2.0] ( https://github.com/d-buckner/ensemble/compare/v0.1.0...v0.2.0 ) (2025-10-18)
7+
8+
9+ ### Features
10+
11+ * ** collaboration:** add working WebSocket collaboration demo with CRDT sync ([ 063b044] ( https://github.com/d-buckner/ensemble/commit/063b0444edd56ada1376516b299bca378ec331ed ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " demo-react-counter" ,
33 "private" : true ,
4- "version" : " 0.0 .0" ,
4+ "version" : " 0.2 .0" ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
1010 "typecheck" : " tsc --noEmit"
1111 },
1212 "dependencies" : {
13- "@d-buckner/ensemble-core" : " * " ,
14- "@d-buckner/ensemble-react" : " * " ,
13+ "@d-buckner/ensemble-core" : " ^0.2.0 " ,
14+ "@d-buckner/ensemble-react" : " ^0.2.0 " ,
1515 "react" : " ^18.3.1" ,
1616 "react-dom" : " ^18.3.1"
1717 },
1818 "devDependencies" : {
19- "@d-buckner/ensemble-vite-plugin" : " * " ,
19+ "@d-buckner/ensemble-vite-plugin" : " ^0.2.0 " ,
2020 "@types/react" : " ^18.3.18" ,
2121 "@types/react-dom" : " ^18.3.5" ,
2222 "@vitejs/plugin-react" : " ^4.3.4" ,
Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5+
6+ # [ 0.2.0] ( https://github.com/d-buckner/ensemble/compare/v0.1.0...v0.2.0 ) (2025-10-18)
7+
8+
9+ ### Features
10+
11+ * ** collaboration:** add working WebSocket collaboration demo with CRDT sync ([ 063b044] ( https://github.com/d-buckner/ensemble/commit/063b0444edd56ada1376516b299bca378ec331ed ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " demo-solidjs-counter" ,
33 "private" : true ,
4- "version" : " 0.0 .0" ,
4+ "version" : " 0.2 .0" ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
1010 "typecheck" : " tsc --noEmit"
1111 },
1212 "dependencies" : {
13- "@d-buckner/ensemble-core" : " * " ,
14- "@d-buckner/ensemble-solidjs" : " * " ,
13+ "@d-buckner/ensemble-core" : " ^0.2.0 " ,
14+ "@d-buckner/ensemble-solidjs" : " ^0.2.0 " ,
1515 "solid-js" : " ^1.9.9"
1616 },
1717 "devDependencies" : {
Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5+
6+ # [ 0.2.0] ( https://github.com/d-buckner/ensemble/compare/v0.1.0...v0.2.0 ) (2025-10-18)
7+
8+
9+ ### Features
10+
11+ * ** collaboration:** add working WebSocket collaboration demo with CRDT sync ([ 063b044] ( https://github.com/d-buckner/ensemble/commit/063b0444edd56ada1376516b299bca378ec331ed ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " demo-solidjs-metrics-dashboard" ,
33 "private" : true ,
4- "version" : " 0.0 .0" ,
4+ "version" : " 0.2 .0" ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
1010 "typecheck" : " tsc --noEmit"
1111 },
1212 "dependencies" : {
13- "@d-buckner/ensemble-core" : " * " ,
14- "@d-buckner/ensemble-solidjs" : " * " ,
13+ "@d-buckner/ensemble-core" : " ^0.2.0 " ,
14+ "@d-buckner/ensemble-solidjs" : " ^0.2.0 " ,
1515 "@types/d3" : " ^7.4.3" ,
1616 "d3" : " ^7.9.0" ,
1717 "pixi.js" : " ^8.14.0" ,
2020 "uplot" : " ^1.6.32"
2121 },
2222 "devDependencies" : {
23- "@d-buckner/ensemble-vite-plugin" : " * " ,
23+ "@d-buckner/ensemble-vite-plugin" : " ^0.2.0 " ,
2424 "typescript" : " ~5.9.3" ,
2525 "vite" : " ^7.1.7" ,
2626 "vite-plugin-solid" : " ^2.11.9"
Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "npmClient" : " npm" ,
55 "command" : {
66 "publish" : {
You can’t perform that action at this time.
0 commit comments