Skip to content

Commit

Permalink
v0.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
munshkr committed Jan 6, 2024
1 parent a29d122 commit f1f2b04
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.4.11",
"version": "0.4.12",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flok-core",
"description": "Core package of flok, contains Pub/Sub functionality and CLI-based client",
"version": "0.4.11",
"version": "0.4.12",
"main": "./lib/index.js",
"author": "Damián Silvani <munshkr@gmail.com>",
"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,7 +1,7 @@
{
"name": "flok-repl",
"description": "REPL client for Flok",
"version": "0.4.11",
"version": "0.4.12",
"main": "./lib/index.js",
"author": "Damián Silvani <munshkr@gmail.com>",
"license": "GPL-3.0",
Expand All @@ -23,7 +23,7 @@
"command-exists": "^1.2.8",
"commander": "^2.20.0",
"dotenv": "^8.2.0",
"flok-core": "^0.4.11",
"flok-core": "^0.4.12",
"glob": "^7.1.6",
"osc": "^2.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flok-web",
"description": "Web server for Flok",
"version": "0.4.11",
"version": "0.4.12",
"author": "Damián Silvani <munshkr@gmail.com>",
"license": "GPL-3.0",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"commander": "^2.20.0",
"cross-env": "^7.0.0",
"express": "^4.17.1",
"flok-core": "^0.4.11",
"flok-core": "^0.4.12",
"lib0": "^0.2.26",
"next": "12",
"normalize.css": "^8.0.1",
Expand Down

0 comments on commit f1f2b04

Please sign in to comment.