diff --git a/app/package-lock.json b/app/package-lock.json index 69c9d5be7..4974a1506 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.3.21", + "version": "0.3.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/app/package.json b/app/package.json index 588c38f2e..65f8b7c94 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.21", + "version": "0.3.22", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index d993c67ff..63fd4db4a 100644 --- a/changelog.json +++ b/changelog.json @@ -1,13 +1,15 @@ { - "unreleased": [ - "[Fixed] Menu state not updated after performing some actions", - "[Fixed] Error message could appear outside the boundary of its container", - "[Fixed] Improved error handling when trying to rebase a ref that doesn't exist", - "[Improved] Expand hover area on repository list items", - "[Improved] Always fast forward recent branches after fetch", - "[Improved] Ensure recent branches are updated during remote interactions" - ], + "unreleased": [], "releases": { + "0.3.22": [ + "[Fixed] Menu state not updated after performing some actions", + "[Fixed] Error message could appear outside the boundary of its container", + "[Fixed] Improved error handling when trying to rebase a ref that doesn't exist", + "[Improved] Expand hover area on repository list items", + "[Improved] Always fast forward recent branches after fetch", + "[Improved] Ensure recent branches are updated during remote interactions", + "[Improved] Ensure compliance with new European requirements regarding Stripe checkout" + ], "0.3.21": [ "[New] You can now choose to bring your changes with you to a new branch or stash them on the current branch when switching branches", "[New] Rebase your current branch onto another branch using a guided flow", diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 121fb6433..03effce41 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.3.20", + "version": "0.3.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/plugin/package.json b/plugin/package.json index 95bbe57d6..10ad627e9 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "kactus", - "version": "0.3.20", + "version": "0.3.22", "skpm": { "description": "A proper version control tool for designers", "main": "../out/plugin.sketchplugin",