Skip to content

Commit

Permalink
0.3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Sep 6, 2019
1 parent 121a983 commit 97ef720
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 10 additions & 8 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 97ef720

Please sign in to comment.