Skip to content

Commit

Permalink
Release v1.0.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Aug 2, 2018
1 parent b9d412e commit 77a73fc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [1.0.0-alpha.9](https://github.com/emberjs/ember-collection/tree/1.0.0-alpha.9) (2018-08-02)
[Full Changelog](https://github.com/emberjs/ember-collection/compare/v1.0.0-alpha.8...1.0.0-alpha.9)

**Closed issues:**

- Publish alpha 8 [\#171](https://github.com/emberjs/ember-collection/issues/171)
- Publish v1.0.0-alpha.8 to NPM Repository [\#168](https://github.com/emberjs/ember-collection/issues/168)
- didInitAttrs and Ember.k DEPRECATION warnings for ember 2.13.1 [\#150](https://github.com/emberjs/ember-collection/issues/150)

**Merged pull requests:**

- Fix test that fails in recent Firefox & Safari versions under some circumstances [\#174](https://github.com/emberjs/ember-collection/pull/174) ([lukemelia](https://github.com/lukemelia))
- Remove arrayObserver when the component is destroyed [\#173](https://github.com/emberjs/ember-collection/pull/173) ([pieter-v](https://github.com/pieter-v))
- Upgrade `layout-bin-packer` [\#172](https://github.com/emberjs/ember-collection/pull/172) ([alexlafroscia](https://github.com/alexlafroscia))

## [v1.0.0-alpha.8](https://github.com/emberjs/ember-collection/tree/v1.0.0-alpha.8) (2018-01-16)
[Full Changelog](https://github.com/emberjs/ember-collection/compare/v1.0.0-alpha.7...v1.0.0-alpha.8)

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-collection",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "An efficient incremental rendering component with custom layouts and support for large lists.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 77a73fc

Please sign in to comment.