From e007248cb5441505069f69f42570ea92fc9a5b5c Mon Sep 17 00:00:00 2001 From: Sam Van Campenhout Date: Fri, 16 Feb 2024 15:36:55 +0100 Subject: [PATCH] Release 3.1.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e39f43c30..57f2fc6d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ +## v3.1.0 (2024-02-16) + +#### :rocket: Enhancement +* [#469](https://github.com/appuniversum/ember-appuniversum/pull/469) Add an `isOpenInitially` argument to the `AuAccordion` component ([@Windvis](https://github.com/Windvis)) +* [#464](https://github.com/appuniversum/ember-appuniversum/pull/464) `AuLoader` updates ([@Windvis](https://github.com/Windvis)) +* [#465](https://github.com/appuniversum/ember-appuniversum/pull/465) Fix the responsive flex utilities ([@Windvis](https://github.com/Windvis)) + +#### :bug: Bug Fix +* [#467](https://github.com/appuniversum/ember-appuniversum/pull/467) Fix a FastBoot issue caused by inputmask ([@Windvis](https://github.com/Windvis)) + +#### :house: Internal +* [#468](https://github.com/appuniversum/ember-appuniversum/pull/468) Replace the `@zestia/ember-auto-focus` addon with a simple custom modifier ([@Windvis](https://github.com/Windvis)) + * ⚠️ If you are using the `{{auto-focus}}` modifier, be sure to check that you have `@zestia/ember-auto-focus` installed in your app as well. You might have accidentally been depending on the one bundled with ember-appuniversum. +* [#463](https://github.com/appuniversum/ember-appuniversum/pull/463) Partial TypeScript conversion ([@Windvis](https://github.com/Windvis)) + +#### Committers: 1 +- Sam Van Campenhout ([@Windvis](https://github.com/Windvis)) + ## v3.0.0 (2024-01-12) diff --git a/package-lock.json b/package-lock.json index cb7e249ad..cbf35830c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@appuniversum/ember-appuniversum", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@appuniversum/ember-appuniversum", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index f4c06da49..2358bf9ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appuniversum/ember-appuniversum", - "version": "3.0.0", + "version": "3.1.0", "description": "Ember addon wrapping the appuniversum components.", "keywords": [ "ember-addon"