Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
munshkr committed Apr 26, 2024
1 parent af3f8de commit a2ac0dd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.1.1"
"version": "1.2.0"
}
6 changes: 3 additions & 3 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/example-vanilla-js/package.json
@@ -1,7 +1,7 @@
{
"name": "example-vanilla-js",
"private": true,
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/repl/package.json
@@ -1,6 +1,6 @@
{
"name": "flok-repl",
"version": "1.0.2",
"version": "1.2.0",
"description": "REPL client for Flok",
"author": "Damián Silvani <munshkr@gmail.com>",
"license": "GPL-3.0+",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
@@ -1,6 +1,6 @@
{
"name": "flok-web",
"version": "1.1.1",
"version": "1.2.0",
"description": "Web server for Flok",
"author": "Damián Silvani <munshkr@gmail.com>",
"license": "GPL-3.0+",
Expand Down

0 comments on commit a2ac0dd

Please sign in to comment.