Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
munshkr committed Jan 5, 2025
1 parent 0949aa6 commit 8598956
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.2.0"
"version": "1.3.0"
}
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cm-eval/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flok-editor/cm-eval",
"version": "1.0.1",
"version": "1.3.0",
"description": "CodeMirror 6 extension for code evaluation",
"author": "Damián Silvani <[email protected]>",
"license": "GPL-3.0+",
Expand Down
6 changes: 3 additions & 3 deletions packages/example-vanilla-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-vanilla-js",
"private": true,
"version": "1.2.0",
"version": "1.3.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -17,8 +17,8 @@
"@codemirror/state": "^6.2.0",
"@codemirror/theme-one-dark": "^6.1.1",
"@codemirror/view": "^6.9.3",
"@flok-editor/cm-eval": "^1.0.1",
"@flok-editor/session": "^1.1.0",
"@flok-editor/cm-eval": "^1.3.0",
"@flok-editor/session": "^1.3.0",
"codemirror": "^6.0.1",
"y-codemirror.next": "^0.3.2",
"y-indexeddb": "^9.0.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/lang-tidal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flok-editor/lang-tidal",
"version": "1.0.1",
"version": "1.3.0",
"description": "TidalCycles language support for CodeMirror",
"scripts": {
"build": "rollup -c"
Expand All @@ -24,9 +24,9 @@
"@lezer/generator": "^1.0.0",
"mocha": "^9.0.1",
"prettier": "^3.4.2",
"rollup": "^2.60.2",
"rollup-plugin-dts": "^4.0.1",
"rollup-plugin-ts": "^3.0.2",
"rollup": "^2.60.2",
"typescript": "^4.3.4"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flok-editor/pubsub",
"version": "1.0.1",
"version": "1.3.0",
"description": "Pub/Sub client-server, used for remote code execution and message passing on Flok",
"author": "Damián Silvani <[email protected]>",
"license": "GPL-3.0+",
Expand Down
4 changes: 2 additions & 2 deletions packages/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flok-repl",
"version": "1.2.0",
"version": "1.3.0",
"description": "REPL client for Flok",
"author": "Damián Silvani <[email protected]>",
"license": "GPL-3.0+",
Expand All @@ -24,7 +24,7 @@
"build": "tsc"
},
"dependencies": {
"@flok-editor/pubsub": "^1.0.1",
"@flok-editor/pubsub": "^1.3.0",
"command-exists": "^1.2.9",
"commander": "^10.0.0",
"debug": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/server-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flok-editor/server-middleware",
"version": "1.0.1",
"version": "1.3.0",
"description": "Server middleware for Flok, handles WebSocket connections and WebRTC signaling",
"author": "Damián Silvani <[email protected]>",
"license": "GPL-3.0+",
Expand All @@ -23,7 +23,7 @@
"build": "tsc"
},
"dependencies": {
"@flok-editor/pubsub": "^1.0.1",
"@flok-editor/pubsub": "^1.3.0",
"debug": "^4.3.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flok-server",
"version": "1.0.1",
"version": "1.3.0",
"description": "Flok server, handles WebSocket connections and WebRTC signaling",
"author": "Damián Silvani <[email protected]>",
"license": "GPL-3.0+",
Expand All @@ -13,7 +13,7 @@
"start": "node bin/flok-server.js"
},
"dependencies": {
"@flok-editor/server-middleware": "^1.0.1",
"@flok-editor/server-middleware": "^1.3.0",
"commander": "^10.0.1",
"debug": "^4.3.4",
"lib0": "^0.2.63",
Expand Down
4 changes: 2 additions & 2 deletions packages/session/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flok-editor/session",
"version": "1.1.0",
"version": "1.3.0",
"description": "Flok Session package",
"author": "Damián Silvani <[email protected]>",
"license": "GPL-3.0+",
Expand All @@ -22,7 +22,7 @@
"build": "tsc"
},
"dependencies": {
"@flok-editor/pubsub": "^1.0.1",
"@flok-editor/pubsub": "^1.3.0",
"debug": "^4.3.4",
"events": "^3.3.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flok-web",
"version": "1.2.0",
"version": "1.3.0",
"description": "Web server for Flok",
"author": "Damián Silvani <[email protected]>",
"license": "GPL-3.0+",
Expand All @@ -22,7 +22,7 @@
"check": "tsc --noEmit"
},
"dependencies": {
"@flok-editor/server-middleware": "^1.0.1",
"@flok-editor/server-middleware": "^1.3.0",
"@strudel/draw": "^1.1.0",
"@uiw/codemirror-theme-andromeda": "^4.22.1",
"@uiw/codemirror-theme-bespin": "^4.22.1",
Expand All @@ -41,9 +41,9 @@
"@codemirror/lang-python": "^6.1.3",
"@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.23.0",
"@flok-editor/cm-eval": "^1.0.1",
"@flok-editor/lang-tidal": "^1.0.1",
"@flok-editor/session": "^1.1.0",
"@flok-editor/cm-eval": "^1.3.0",
"@flok-editor/lang-tidal": "^1.3.0",
"@flok-editor/session": "^1.3.0",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
Expand Down

0 comments on commit 8598956

Please sign in to comment.