Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Sep 9, 2024
1 parent a363f1f commit 9fd3856
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
18 changes: 18 additions & 0 deletions ember-power-calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@


## v1.2.0 (2024-09-09)

#### :rocket: Enhancement
* [#525](https://github.com/cibernox/ember-power-calendar/pull/525) Allow `@ember/test-helpers` v4 as dependency ([@mkszepp](https://github.com/mkszepp))
* [#497](https://github.com/cibernox/ember-power-calendar/pull/497) Add support for css variables to mixin ([@HanneloreVerbraekel](https://github.com/HanneloreVerbraekel))

#### :bug: Bug Fix
* [#520](https://github.com/cibernox/ember-power-calendar/pull/520) Add missing mixin css part in generated css file (vanilla css) ([@mkszepp](https://github.com/mkszepp))

#### :house: Internal
* [#526](https://github.com/cibernox/ember-power-calendar/pull/526) Update dependencies ([@mkszepp](https://github.com/mkszepp))
* [#489](https://github.com/cibernox/ember-power-calendar/pull/489) Add addon blueprint config & update ([@mkszepp](https://github.com/mkszepp))

#### Committers: 2
- Hannelore Verbraekel ([@HanneloreVerbraekel](https://github.com/HanneloreVerbraekel))
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))

## v1.1.0 (2024-05-06)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion ember-power-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-power-calendar",
"version": "1.1.0",
"version": "1.2.0",
"description": "Powerful and customizable calendar component for Ember",
"keywords": [
"ember-addon"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@
"tokenRef": "GITHUB_AUTH"
},
"npm": false
}
},
"version": "1.2.0"
}

0 comments on commit 9fd3856

Please sign in to comment.