Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Nov 12, 2024
1 parent 259f99d commit dcdf69a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions ember-power-calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@



## v1.3.0 (2024-11-12)

#### :rocket: Enhancement
* [#530](https://github.com/cibernox/ember-power-calendar/pull/530) Allow `@glimmer/component` v2 ([@mkszepp](https://github.com/mkszepp))

#### :memo: Documentation
* [#529](https://github.com/cibernox/ember-power-calendar/pull/529) Remove `ember-prism`, use `primsjs` in docs ([@mkszepp](https://github.com/mkszepp))

#### :house: Internal
* [#528](https://github.com/cibernox/ember-power-calendar/pull/528) Replace scss to css compiler while rollup ([@mkszepp](https://github.com/mkszepp))

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

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

#### :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.2.0",
"version": "1.3.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 @@ -55,5 +55,5 @@
},
"npm": false
},
"version": "1.2.0"
"version": "1.3.0"
}

0 comments on commit dcdf69a

Please sign in to comment.