From 65974ce0418c464fb9ad5c2d1771155bfc1140f0 Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Tue, 25 Jan 2022 22:15:20 +0100 Subject: [PATCH] site-v9.3.2 --- bin/RELEASE.md | 1 + packages/lesspass-site/package.json | 4 ++-- sandbox/lesspass-website/package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/RELEASE.md b/bin/RELEASE.md index 82f76f3..fc7b3d4 100644 --- a/bin/RELEASE.md +++ b/bin/RELEASE.md @@ -7,3 +7,4 @@ python3 bin/bump_version.py lesspass-web-extension --patch git push --tags origin main + yarn workspace lesspass-web-extension release \ No newline at end of file diff --git a/packages/lesspass-site/package.json b/packages/lesspass-site/package.json index 9303862..3e0cd35 100644 --- a/packages/lesspass-site/package.json +++ b/packages/lesspass-site/package.json @@ -1,6 +1,6 @@ { "name": "lesspass-site", - "version": "9.3.1", + "version": "9.3.2", "description": "LessPass web site", "license": "GPL-3.0", "author": "Guillaume Vincent ", @@ -12,7 +12,7 @@ }, "dependencies": { "express": "^4.17.1", - "lesspass-pure": "^9.5.2" + "lesspass-pure": "^9.5.6" }, "devDependencies": { "favicons": "^6.2.1", diff --git a/sandbox/lesspass-website/package.json b/sandbox/lesspass-website/package.json index c136903..8cd4505 100644 --- a/sandbox/lesspass-website/package.json +++ b/sandbox/lesspass-website/package.json @@ -14,7 +14,7 @@ "gatsby-plugin-sharp": "^4.4.0", "gatsby-source-filesystem": "^4.4.0", "gatsby-transformer-sharp": "^4.4.0", - "lesspass-pure": "^9.5.2", + "lesspass-pure": "^9.5.6", "prettier": "2.5.1", "prop-types": "^15.7.2", "react": "^17.0.2",