Skip to content

Commit

Permalink
Merge pull request #412 from BlueBubblesApp/development
Browse files Browse the repository at this point in the history
v1.2.2
  • Loading branch information
zlshames authored Aug 27, 2022
2 parents f36280f + 7194efc commit 78cf998
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bluebubbles-server",
"version": "1.2.1",
"version": "1.2.2",
"description": "BlueBubbles Server is the app that powers the BlueBubbles app ecosystem",
"private": true,
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bluebubbles/server",
"version": "1.2.1",
"version": "1.2.2",
"main": "./dist/main.js",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"css-loader": "^3.5.2",
"electron": "17.4.11",
"electron-builder": "^22.9.1",
"electron-notarize": "^1.0.0",
"electron-notarize": "^1.2.1",
"electron-rebuild": "^3.2.7",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/server/src/server/api/v1/apple/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,10 @@ export const sendAttachmentAccessibility = (attachmentPath: string, participants
const scriptClip = `set the clipboard to theFile`;

// The CMD + A & Delete will clear any existing text or attachments
return `if (running of screen saver preferences) then
stop current screen saver
return `try
do shell script "caffeinate -u -t 1"
delay 2
end if
end try
${scriptCopy ?? ''}
tell application "System Events" to tell application process "Messages"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bluebubbles/ui",
"version": "1.2.1",
"version": "1.2.2",
"homepage": "./",
"license": "Apache-2.0",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6176,9 +6176,9 @@ electron-log@^4.4.7:
resolved "https://registry.npmjs.org/electron-log/-/electron-log-4.4.7.tgz"
integrity sha512-uFZQdgevOp9Fn5lDOrJMU/bmmYxDLZitbIHJM7VXN+cpB59ZnPt1FQL4bOf/Dl2gaIMPYJEfXx38GvJma5iV6A==

electron-notarize@^1.0.0:
electron-notarize@^1.2.1:
version "1.2.1"
resolved "https://registry.npmjs.org/electron-notarize/-/electron-notarize-1.2.1.tgz"
resolved "https://registry.yarnpkg.com/electron-notarize/-/electron-notarize-1.2.1.tgz#347c18eca8e29dddadadee511b870c13d4008baf"
integrity sha512-u/ECWhIrhkSQpZM4cJzVZ5TsmkaqrRo5LDC/KMbGF0sPkm53Ng59+M0zp8QVaql0obfJy9vlVT+4iOkAi2UDlA==
dependencies:
debug "^4.1.1"
Expand Down

0 comments on commit 78cf998

Please sign in to comment.