Skip to content

Commit

Permalink
Merge pull request #436 from freshbooks/402-release
Browse files Browse the repository at this point in the history
Release 4.0.2
  • Loading branch information
calvin-fb authored Aug 3, 2021
2 parents 5147536 + 2e1aa03 commit f15f7c9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
/tests/
/yarn.lock
.gitkeep
/.circleci
/.github

# ember-try
/.node_modules.ember-try/
Expand Down
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

### [4.0.0]
### [4.0.2]
- BUGFIX: CP's are not firing on tracked media props ([#350](https://github.com/freshbooks/ember-responsive/pull/350) @rreckonerr)

### [4.0.1]
- Make test support setBreakpoint IE11 compatible ([#303](https://github.com/freshbooks/ember-responsive/pull/303) @raido)

- Use Tracked based services on Match ([#286](https://github.com/freshbooks/ember-responsive/pull/286) @snewcomer)
### [4.0.0]
- Use Tracked based services on Match ([#286](https://github.com/freshbooks/ember-responsive/pull/286) @snewcomer)
- Breaking Change: Bump Node 10

### [3.0.5]
Expand Down Expand Up @@ -39,7 +44,7 @@

### [2.0.5]
- Fix breakpoint coherency to match breakpoint widths across the addon. Existing addons with a generated breakpoints.js
should not be affected, re-generating or generating for the first time will use the new breakpoints.
should not be affected, re-generating or generating for the first time will use the new breakpoints.
([#107](https://github.com/freshbooks/ember-responsive/pull/107) @telmaantunes)
([#106](https://github.com/freshbooks/ember-responsive/pull/106) @AndreJoaquim)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-responsive",
"version": "4.0.1",
"version": "4.0.2",
"description": "An ember-cli addon that gives you a simple, Ember-aware way of dealing with media queries.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit f15f7c9

Please sign in to comment.