Skip to content

Commit c4dd574

Browse files
committedNov 16, 2024··
chore: release v1.11.0
1 parent 3e7431c commit c4dd574

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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.10.0",
3+
"version": "1.11.0",
44
"description": "Send private and secure note",
55
"packageManager": "pnpm@9.12.3",
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.10.0",
4+
"version": "1.11.0",
55
"packageManager": "pnpm@9.12.3",
66
"description": "Enclosed frontend client",
77
"author": "Corentin Thomasset <corentinth@proton.me> (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.10.0",
4+
"version": "1.11.0",
55
"packageManager": "pnpm@9.12.3",
66
"description": "Enclosed backend server",
77
"author": "Corentin Thomasset <corentinth@proton.me> (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.10.0",
4+
"version": "1.11.0",
55
"packageManager": "pnpm@9.12.3",
66
"description": "Enclosed cli to create secure notes.",
77
"author": "Corentin Thomasset <corentinth@proton.me> (https://corentin.tech)",

‎packages/crypto/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@enclosed/crypto",
33
"type": "module",
4-
"version": "1.10.0",
4+
"version": "1.11.0",
55
"packageManager": "pnpm@9.12.3",
66
"description": "Enclosed cross-env crypto primitives",
77
"author": "Corentin Thomasset <corentinth@proton.me> (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.10.0",
3+
"version": "1.11.0",
44
"description": "Deploy scripts for Cloudflare Pages",
55
"packageManager": "pnpm@9.12.3",
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.10.0",
4+
"version": "1.11.0",
55
"packageManager": "pnpm@9.12.3",
66
"description": "Documentation website for Enclosed.",
77
"author": "Corentin Thomasset <corentinth@proton.me> (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.10.0",
4+
"version": "1.11.0",
55
"packageManager": "pnpm@9.12.3",
66
"description": "Enclosed lib to create secure notes.",
77
"author": "Corentin Thomasset <corentinth@proton.me> (https://corentin.tech)",

0 commit comments

Comments
 (0)
Please sign in to comment.