Skip to content

Commit

Permalink
Release 0.22.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Feb 12, 2024
1 parent 663c7ff commit f2fef45
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions ember-power-calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@




## v0.22.0-beta.6 (2024-02-12)

#### :boom: Breaking Change
* [#387](https://github.com/cibernox/ember-power-calendar/pull/387) Update ember-concurrency to v4 and move to peerDependencies ([@mkszepp](https://github.com/mkszepp))
* [#381](https://github.com/cibernox/ember-power-calendar/pull/381) Convert Addon to Typescript & add glint ([@mkszepp](https://github.com/mkszepp))

#### :rocket: Enhancement
* [#386](https://github.com/cibernox/ember-power-calendar/pull/386) Add interface for date library & fix some types ([@mkszepp](https://github.com/mkszepp))

#### :house: Internal
* [#384](https://github.com/cibernox/ember-power-calendar/pull/384) Add glint in docs ([@mkszepp](https://github.com/mkszepp))
* [#383](https://github.com/cibernox/ember-power-calendar/pull/383) Stricter dep management ([@mkszepp](https://github.com/mkszepp))

#### Committers: 1
- [@mkszepp](https://github.com/mkszepp)

## v0.22.0-beta.5 (2024-01-18)

#### :house: Internal
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": "0.22.0-beta.5",
"version": "0.22.0-beta.6",
"description": "Powerful and customizable calendar component for Ember",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
},
"npm": false
},
"version": "0.22.0-beta.5"
"version": "0.22.0-beta.6"
}

0 comments on commit f2fef45

Please sign in to comment.