Skip to content

Commit b7190ed

Browse files
committed
Release 4.0.3
1 parent 10e3634 commit b7190ed

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v4.0.3 (2021-08-24)
2+
3+
#### :bug: Bug Fix
4+
* [#36](https://github.com/lolmaus/ember-element-query/pull/36) Wait for initial element query attributes in tests, Closes [#35](https://github.com/lolmaus/ember-element-query/issues/35) ([@lolmaus](https://github.com/lolmaus))
5+
6+
#### Committers: 1
7+
- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))
8+
9+
110
## v4.0.2 (2021-08-12)
211

312
#### :memo: Documentation

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-element-query",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Use element queries effortlessly on any element or component. Make responsive components with CSS transformations and/or template transfomrations.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)