Skip to content

Commit ed49db9

Browse files
chore(release): 11.0.0-beta.5 [skip ci]
# [@projectcaluma/ember-core-v11.0.0-beta.5](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-core-v11.0.0-beta.4...@projectcaluma/ember-core-v11.0.0-beta.5) (2022-03-11) ### Bug Fixes * **core:** ensure only language code of the locale is passed to slugify ([02e4506](02e4506)) * **core:** handle null values in raw dates ([9c73d0b](9c73d0b)), closes [#1826](#1826) * **distribution:** fix sorting after group names in navigation ([2299d3b](2299d3b)) ### Features * **form:** support passing component override classes ([9409c7c](9409c7c))
1 parent 93ca662 commit ed49db9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/core/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [@projectcaluma/ember-core-v11.0.0-beta.5](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-core-v11.0.0-beta.4...@projectcaluma/ember-core-v11.0.0-beta.5) (2022-03-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** ensure only language code of the locale is passed to slugify ([02e4506](https://github.com/projectcaluma/ember-caluma/commit/02e45064b9171de85af5b9e1a890d5207a6ec252))
7+
* **core:** handle null values in raw dates ([9c73d0b](https://github.com/projectcaluma/ember-caluma/commit/9c73d0b3853b154b5edc84bcf2c1227ffb825116)), closes [#1826](https://github.com/projectcaluma/ember-caluma/issues/1826)
8+
* **distribution:** fix sorting after group names in navigation ([2299d3b](https://github.com/projectcaluma/ember-caluma/commit/2299d3b0e265204ab6747dbdc6a8b64fc22f247f))
9+
10+
11+
### Features
12+
13+
* **form:** support passing component override classes ([9409c7c](https://github.com/projectcaluma/ember-caluma/commit/9409c7cb5901dcdffec1c0294046da64b74b9922))
14+
115
# [@projectcaluma/ember-core-v11.0.0-beta.4](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-core-v11.0.0-beta.3...@projectcaluma/ember-core-v11.0.0-beta.4) (2022-02-07)
216

317

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectcaluma/ember-core",
3-
"version": "11.0.0-beta.4",
3+
"version": "11.0.0-beta.5",
44
"description": "Ember core addon for working with Caluma.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)