Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Sep 9, 2024
1 parent 04be239 commit 482be9e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
15 changes: 15 additions & 0 deletions ember-power-datepicker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@




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

#### :rocket: Enhancement
* [#251](https://github.com/cibernox/ember-power-datepicker/pull/251) Update packages ([@mkszepp](https://github.com/mkszepp))

#### :bug: Bug Fix
* [#249](https://github.com/cibernox/ember-power-datepicker/pull/249) Add missing type export ([@mkszepp](https://github.com/mkszepp))

#### :house: Internal
* [#250](https://github.com/cibernox/ember-power-datepicker/pull/250) Update addon blueprint ([@mkszepp](https://github.com/mkszepp))

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

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

Braking changes:
Expand Down
2 changes: 1 addition & 1 deletion ember-power-datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-power-datepicker",
"version": "1.0.0",
"version": "1.0.1",
"description": "An extensible datepicker 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 @@ -55,5 +55,6 @@
},
"npm": false
},
"packageManager": "[email protected]+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
"packageManager": "[email protected]+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247",
"version": "1.0.1"
}

0 comments on commit 482be9e

Please sign in to comment.