diff --git a/CHANGELOG.md b/CHANGELOG.md index ca3571d96..ce8d50d9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## v3.5.0 (2024-07-31) + +#### :rocket: Enhancement +* [#497](https://github.com/appuniversum/ember-appuniversum/pull/497) [AuButton] deprecate the default loading message ([@Windvis](https://github.com/Windvis)) + +#### :bug: Bug Fix +* [#503](https://github.com/appuniversum/ember-appuniversum/pull/503) Fix a styling issue in the `AuMainHeader` component ([@Windvis](https://github.com/Windvis)) +* [#501](https://github.com/appuniversum/ember-appuniversum/pull/501) Fix the order of the "spacing" utilities ([@Windvis](https://github.com/Windvis)) +* [#502](https://github.com/appuniversum/ember-appuniversum/pull/502) Fix the "reverse" flex utilities ([@Windvis](https://github.com/Windvis)) +* [#500](https://github.com/appuniversum/ember-appuniversum/pull/500) Add missing responsive flex utilities ([@Windvis](https://github.com/Windvis)) + +#### :house: Internal +* [#494](https://github.com/appuniversum/ember-appuniversum/pull/494) More Glint / TS conversion ([@Windvis](https://github.com/Windvis)) + + ## v3.4.2 (2024-05-14) #### :bug: Bug Fix diff --git a/package-lock.json b/package-lock.json index cb13fc26d..e3b6d5062 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@appuniversum/ember-appuniversum", - "version": "3.4.2", + "version": "3.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@appuniversum/ember-appuniversum", - "version": "3.4.2", + "version": "3.5.0", "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index cdb82ba79..422b5a3f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appuniversum/ember-appuniversum", - "version": "3.4.2", + "version": "3.5.0", "description": "Ember addon wrapping the appuniversum components.", "keywords": [ "ember-addon"