From a7773af020902fc813dd045ecf5ff69936266c78 Mon Sep 17 00:00:00 2001 From: Robert Wagner Date: Fri, 15 Jan 2021 08:40:18 -0500 Subject: [PATCH] Release 0.5.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ electron-app/package.json | 2 +- package.json | 2 +- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a57ea42..7444cd399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +## v0.5.0 (2021-01-15) + +#### :boom: Breaking Change +* [#452](https://github.com/shipshapecode/swach/pull/452) Make color to palette relationship a hasOne ([@rwwagner90](https://github.com/rwwagner90)) + +#### :rocket: Enhancement +* [#482](https://github.com/shipshapecode/swach/pull/482) Ensure colors are deleted when they no longer belong to palettes ([@rwwagner90](https://github.com/rwwagner90)) +* [#467](https://github.com/shipshapecode/swach/pull/467) Update welcome page styling ([@rwwagner90](https://github.com/rwwagner90)) +* [#449](https://github.com/shipshapecode/swach/pull/449) Add download success / error flash message ([@rwwagner90](https://github.com/rwwagner90)) + +#### :bug: Bug Fix +* [#483](https://github.com/shipshapecode/swach/pull/483) Fix duplicate application route ([@rwwagner90](https://github.com/rwwagner90)) +* [#471](https://github.com/shipshapecode/swach/pull/471) Fix duplicate palette functionality ([@rwwagner90](https://github.com/rwwagner90)) +* [#469](https://github.com/shipshapecode/swach/pull/469) Make updating base color values update all colors ([@rwwagner90](https://github.com/rwwagner90)) + +#### :house: Internal +* [#481](https://github.com/shipshapecode/swach/pull/481) Yarn upgrade ([@rwwagner90](https://github.com/rwwagner90)) +* [#470](https://github.com/shipshapecode/swach/pull/470) Convert context menu to glimmer ([@rwwagner90](https://github.com/rwwagner90)) +* [#465](https://github.com/shipshapecode/swach/pull/465) ember-cli 3.24 ([@rwwagner90](https://github.com/rwwagner90)) +* [#451](https://github.com/shipshapecode/swach/pull/451) GitHub actions workflow refactor ([@rwwagner90](https://github.com/rwwagner90)) +* [#450](https://github.com/shipshapecode/swach/pull/450) Fix electron tests ([@rwwagner90](https://github.com/rwwagner90)) +* [#448](https://github.com/shipshapecode/swach/pull/448) Start converting components to TS ([@rwwagner90](https://github.com/rwwagner90)) +* [#446](https://github.com/shipshapecode/swach/pull/446) Build with embroider, remove power select ([@rwwagner90](https://github.com/rwwagner90)) +* [#445](https://github.com/shipshapecode/swach/pull/445) Fix settings TS issues ([@rwwagner90](https://github.com/rwwagner90)) +* [#433](https://github.com/shipshapecode/swach/pull/433) Use ember-orbit beta ([@rwwagner90](https://github.com/rwwagner90)) + +#### Committers: 3 +- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter)) +- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + ## v0.4.17 (2020-12-14) #### :bug: Bug Fix diff --git a/electron-app/package.json b/electron-app/package.json index 1ff3c3354..930a14b72 100644 --- a/electron-app/package.json +++ b/electron-app/package.json @@ -1,7 +1,7 @@ { "name": "swach", "productName": "swach", - "version": "0.4.17", + "version": "0.5.0", "description": "A robust color management tool for the modern age.", "main": "src/index.js", "scripts": { diff --git a/package.json b/package.json index 2f25c1e50..f55497bd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swach", - "version": "0.4.17", + "version": "0.5.0", "private": true, "description": "A robust color management tool for the modern age.", "repository": "https://github.com/shipshapecode/swach",