From 7922aab0671e29797afae1eccd10675c38280b81 Mon Sep 17 00:00:00 2001 From: Sam Van Campenhout Date: Mon, 25 Mar 2024 13:10:56 +0100 Subject: [PATCH] Release 3.4.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2117f076..89325a022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ +## v3.4.0 (2024-03-25) + +#### :rocket: Enhancement +* [#487](https://github.com/appuniversum/ember-appuniversum/pull/487) [Experimental] Add icon components ([@Windvis](https://github.com/Windvis)) +* [#481](https://github.com/appuniversum/ember-appuniversum/pull/481) [Experimental] Add support for using components as icons ([@piemonkey](https://github.com/piemonkey)) + +#### :house: Internal +* [#486](https://github.com/appuniversum/ember-appuniversum/pull/486) Use the icon components internally ([@Windvis](https://github.com/Windvis)) + +#### Committers: 2 +- Sam Van Campenhout ([@Windvis](https://github.com/Windvis)) +- [@piemonkey](https://github.com/piemonkey) + + ## v3.3.1 (2024-03-12) #### :bug: Bug Fix diff --git a/package-lock.json b/package-lock.json index 257986422..4d3f36d9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@appuniversum/ember-appuniversum", - "version": "3.3.1", + "version": "3.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@appuniversum/ember-appuniversum", - "version": "3.3.1", + "version": "3.4.0", "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index 05319076a..69c56d4b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appuniversum/ember-appuniversum", - "version": "3.3.1", + "version": "3.4.0", "description": "Ember addon wrapping the appuniversum components.", "keywords": [ "ember-addon"