Skip to content

Commit

Permalink
release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes authored Feb 12, 2023
1 parent a4f868a commit 95ed6b8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "folio-app",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"main": "index.jsx",
"scripts": {
Expand All @@ -12,8 +12,8 @@
"@mochicons/react": "^0.0.1",
"browser-fs-access": "^0.31.2",
"classnames": "^2.3.2",
"folio-board": "0.2.0",
"folio-core": "0.2.0",
"folio-board": "0.2.1",
"folio-core": "0.2.1",
"idb-keyval": "^6.2.0",
"lowcss": "^0.9.0",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions folio-board/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "folio-board",
"version": "0.2.0",
"version": "0.2.1",
"description": "A minimalistic whiteboard for sketching and prototyping",
"private": true,
"scripts": {},
"dependencies": {
"@mochicons/react": "^0.0.1",
"classnames": "^2.3.2",
"folio-core": "0.2.0",
"folio-core": "0.2.1",
"lowcss": "^0.9.0",
"react": "^18.2.0",
"uid": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion folio-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "folio-core",
"version": "0.2.0",
"version": "0.2.1",
"description": "A minimalistic whiteboard for sketching and prototyping",
"private": true,
"files": [],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "folio",
"version": "0.2.0",
"version": "0.2.1",
"description": "A minimalistic digital whiteboard for sketching and prototyping",
"private": true,
"homepage": "https://www.josemi.xyz/folio",
Expand Down

0 comments on commit 95ed6b8

Please sign in to comment.