Skip to content

Commit 4288c14

Browse files
committed
Release 1.5.2
1 parent 3139873 commit 4288c14

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

ember-power-calendar/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55

66

77

8+
9+
## v1.5.2 (2025-02-22)
10+
11+
#### :bug: Bug Fix
12+
* [#548](https://github.com/cibernox/ember-power-calendar/pull/548) Typing: Remove `calendar` from default blocks (not necessary to pass) ([@mkszepp](https://github.com/mkszepp))
13+
14+
#### Committers: 1
15+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
16+
817
## v1.5.1 (2025-02-22)
918

1019
#### :bug: Bug Fix

ember-power-calendar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-power-calendar",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Powerful and customizable calendar component for Ember",
55
"keywords": [
66
"ember-addon"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656
},
5757
"npm": false
5858
},
59-
"version": "1.5.1"
59+
"version": "1.5.2"
6060
}

0 commit comments

Comments
 (0)