Skip to content

Commit

Permalink
chore: release v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinTh committed Dec 5, 2024
1 parent e4621c3 commit 289af87
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enclosed/root",
"version": "1.11.0",
"version": "1.12.0",
"description": "Send private and secure note",
"packageManager": "[email protected]",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@enclosed/app-client",
"type": "module",
"version": "1.11.0",
"version": "1.12.0",
"packageManager": "[email protected]",
"description": "Enclosed frontend client",
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@enclosed/app-server",
"type": "module",
"version": "1.11.0",
"version": "1.12.0",
"packageManager": "[email protected]",
"description": "Enclosed backend server",
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@enclosed/cli",
"type": "module",
"version": "1.11.0",
"version": "1.12.0",
"packageManager": "[email protected]",
"description": "Enclosed cli to create secure notes.",
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@enclosed/crypto",
"type": "module",
"version": "1.11.0",
"version": "1.12.0",
"packageManager": "[email protected]",
"description": "Enclosed cross-env crypto primitives",
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enclosed/deploy-cloudflare",
"version": "1.11.0",
"version": "1.12.0",
"description": "Deploy scripts for Cloudflare Pages",
"packageManager": "[email protected]",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@enclosed/docs",
"type": "module",
"version": "1.11.0",
"version": "1.12.0",
"packageManager": "[email protected]",
"description": "Documentation website for Enclosed.",
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@enclosed/lib",
"type": "module",
"version": "1.11.0",
"version": "1.12.0",
"packageManager": "[email protected]",
"description": "Enclosed lib to create secure notes.",
"author": "Corentin Thomasset <[email protected]> (https://corentin.tech)",
Expand Down

0 comments on commit 289af87

Please sign in to comment.