Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Mar 16, 2023
1 parent 90fb296 commit c9d1814
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a




## v0.7.1 (2023-03-16)

#### :bug: Bug Fix
* [#583](https://github.com/tracked-tools/ember-async-data/pull/583) Backport context bug fix to 0.7.x ([@chriskrycho](https://github.com/chriskrycho))

#### Committers: 1
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))

## v0.7.0 (2022-11-10)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion ember-async-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-async-data",
"version": "0.7.0",
"version": "0.7.1",
"description": "A utility/helper and data structure for representing a `Promise` in a declarative, reactive way in Glimmer.js and Ember Octane.",
"keywords": [
"ember-addon"
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-async-data",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"repository": "https://github.com/chriskrycho/ember-async-data",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"broccoli-asset-rev": "^3.0.0",
"ember-async-data": "0.7.0",
"ember-async-data": "0.7.1",
"ember-auto-import": "^2.4.3",
"ember-cli": "~4.8.0",
"ember-cli-babel": "^7.26.11",
Expand Down

0 comments on commit c9d1814

Please sign in to comment.