Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Jan 15, 2021
1 parent 9198c18 commit a7773af
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion electron-app/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a7773af

Please sign in to comment.