Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vcync/modV
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.25.2
Choose a base ref
...
head repository: vcync/modV
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.25.3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 5, 2022

  1. fix(build-macos): remove appBundleId (#780) (#781)

    * fix(build-macos): add team id
    
    * fix(build-macos): remove appBundleId
    2xAA authored Nov 5, 2022
    Copy the full SHA
    0109e21 View commit details
  2. chore(release): 3.25.3

    ## [3.25.3](3.25.2...3.25.3) (2022-11-05)
    
    ### Bug Fixes
    
    * **build-macos:** remove appBundleId ([#780](#780)) ([#781](#781)) ([0109e21](0109e21))
    semantic-release-bot committed Nov 5, 2022
    Copy the full SHA
    7142ecd View commit details
Showing with 1 addition and 2 deletions.
  1. +0 −1 notarize.js
  2. +1 −1 package.json
1 change: 0 additions & 1 deletion notarize.js
Original file line number Diff line number Diff line change
@@ -17,7 +17,6 @@ exports.default = async function notarizing(context) {

return await notarize({
tool: "notarytool",
appBundleId: "gl.vcync.modv",
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLEID,
appleIdPassword: process.env.APPLEIDPASS,
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"productName": "modV",
"description": "modular audio visualisation powered by JavaScript",
"author": "vcync",
"version": "3.25.2",
"version": "3.25.3",
"private": true,
"homepage": "https://modv.vcync.gl/",
"repository": {