Skip to content

Commit bef7d2d

Browse files
committed
chore: release v1.6.1
1 parent 7c63756 commit bef7d2d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enclosed/root",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Send private and secure note",
55
"packageManager": "[email protected]",
66
"license": "Apache-2.0",

packages/app-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@enclosed/app-client",
33
"type": "module",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"packageManager": "[email protected]",
66
"description": "Enclosed frontend client",
77
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",

packages/app-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@enclosed/app-server",
33
"type": "module",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"packageManager": "[email protected]",
66
"description": "Enclosed backend server",
77
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@enclosed/cli",
33
"type": "module",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"packageManager": "[email protected]",
66
"description": "Enclosed cli to create secure notes.",
77
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",

packages/deploy-cloudflare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enclosed/deploy-cloudflare",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Deploy scripts for Cloudflare Pages",
55
"packageManager": "[email protected]",
66
"license": "Apache-2.0",

packages/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@enclosed/docs",
33
"type": "module",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"packageManager": "[email protected]",
66
"description": "Documentation website for Enclosed.",
77
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",

packages/lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@enclosed/lib",
33
"type": "module",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"packageManager": "[email protected]",
66
"description": "Enclosed lib to create secure notes.",
77
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",

0 commit comments

Comments
 (0)