Skip to content

Commit

Permalink
chore: bump version to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
drl990114 committed Sep 9, 2023
1 parent 0644098 commit af582ff
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linebyline/desktop",
"version": "0.2.2",
"version": "0.3.6",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
Expand Down Expand Up @@ -64,4 +64,4 @@
"vite-plugin-svgr-component": "^1.0.1",
"vitest": "^0.34.2"
}
}
}
4 changes: 2 additions & 2 deletions apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "LineByLine",
"version": "0.2.2"
"version": "0.3.6"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -87,4 +87,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions apps/home/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linebyline/home",
"version": "0.2.2",
"version": "0.3.6",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down Expand Up @@ -28,4 +28,4 @@
"tailwindcss": "3.3.3",
"typescript": "5.1.3"
}
}
}
4 changes: 2 additions & 2 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@linebyline/playground",
"private": true,
"version": "0.2.2",
"version": "0.3.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -26,4 +26,4 @@
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}
}
4 changes: 2 additions & 2 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linebyline/editor",
"version": "0.2.2",
"version": "0.3.6",
"type": "module",
"license": "MIT",
"homepage": "",
Expand Down Expand Up @@ -121,4 +121,4 @@
"vitest": "^0.34.2",
"webdriverio": "^8.15.0"
}
}
}

0 comments on commit af582ff

Please sign in to comment.