diff --git a/app/package-lock.json b/app/package-lock.json index c8671e7f7..cce491d4a 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.3.25", + "version": "0.3.26", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/app/package.json b/app/package.json index e3f51f0ae..bfe52cbd3 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "Kactus", "bundleID": "io.kactus.KactusClient", "companyName": "Kactus.io", - "version": "0.3.25", + "version": "0.3.26", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index c03fa2fa4..4e3cae0e8 100644 --- a/changelog.json +++ b/changelog.json @@ -1,16 +1,17 @@ { - "unreleased": [ - "[New] Interactive tutorial for new users to become productive using Git and Kactus more quickly", - "[Fixed] File path truncation in merge conflicts dialog", - "[Fixed] Support pushing workflow files for GitHub Actions to GitHub.com", - "[Improved] Warn when committing to a protected branch", - "[Improved] Warn when committing to a repository you don't have write access to", - "[New] Users can configure Desktop to always bring or leave changes when switching branches", - "[New] Prompt users to re-authorize if required by any of their GitHub organizations", - "[Fixed] Recognize if the current branch of a fork has a pull request to the upstream repo", - "[New] Add a new Kactus option to limit the diffs to top-levels layers. It should improve a lot the performances but the merge will be less granular." - ], + "unreleased": [], "releases": { + "0.3.26": [ + "[New] Interactive tutorial for new users to become productive using Git and Kactus more quickly", + "[Fixed] File path truncation in merge conflicts dialog", + "[Fixed] Support pushing workflow files for GitHub Actions to GitHub.com", + "[Improved] Warn when committing to a protected branch", + "[Improved] Warn when committing to a repository you don't have write access to", + "[New] Users can configure Desktop to always bring or leave changes when switching branches", + "[New] Prompt users to re-authorize if required by any of their GitHub organizations", + "[Fixed] Recognize if the current branch of a fork has a pull request to the upstream repo", + "[New] Add a new Kactus option to limit the diffs to top-levels layers. It should improve a lot the performances but the merge will be less granular." + ], "0.3.25": ["[Fixed] Don't show dev tools on startup."], "0.3.24": [ "[Fixed] Notarized the App so that macOS 10.15 doesn't complain." diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 523e11b69..be9ad06f4 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.3.23", + "version": "0.3.26", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/plugin/package.json b/plugin/package.json index 3f46ab872..948f193df 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.3.23", + "version": "0.3.26", "skpm": { "description": "A proper version control tool for designers", "main": "../out/plugin.sketchplugin",