Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Mar 12, 2024
1 parent 9bb3258 commit 50e641b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ember-power-calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@



## v1.0.0 (2024-03-12)

Braking parts:

* Addon is now a V2 addon
* Addon is now written in Typescript
* You need to add `ember-concurrency` (v4) to your dependencies

## v0.22.0-beta.8 (2024-03-05)

#### :bug: Bug Fix
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.8",
"version": "1.0.0",
"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.8"
"version": "1.0.0"
}

0 comments on commit 50e641b

Please sign in to comment.