From fc534b4baeccc97bb8e34aa465b1196800d9c319 Mon Sep 17 00:00:00 2001 From: Sergey Astapov Date: Thu, 10 Nov 2022 12:00:39 -0500 Subject: [PATCH] Release 0.7.0 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ ember-async-data/package.json | 2 +- package.json | 2 +- test-app/package.json | 2 +- 4 files changed, 36 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9469a3..46ad01fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,39 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a + +## v0.7.0 (2022-11-10) + +#### :boom: Breaking Change +* [#384](https://github.com/chriskrycho/ember-async-data/pull/384) convert addon to v2 format ([@SergeAstapov](https://github.com/SergeAstapov)) +* [#300](https://github.com/chriskrycho/ember-async-data/pull/300) Set minimum Ember version to 3.28 ([@chriskrycho](https://github.com/chriskrycho)) +* [#301](https://github.com/chriskrycho/ember-async-data/pull/301) Require Node 14, support Node 16 and 18 ([@chriskrycho](https://github.com/chriskrycho)) +* [#298](https://github.com/chriskrycho/ember-async-data/pull/298) Set minimum TS version to 4.5, use Ember v4 types ([@chriskrycho](https://github.com/chriskrycho)) + +#### :rocket: Enhancement +* [#301](https://github.com/chriskrycho/ember-async-data/pull/301) Require Node 14, support Node 16 and 18 ([@chriskrycho](https://github.com/chriskrycho)) +* [#299](https://github.com/chriskrycho/ember-async-data/pull/299) Add support for TS 4.6 and 4.7 ([@chriskrycho](https://github.com/chriskrycho)) +* [#213](https://github.com/chriskrycho/ember-async-data/pull/213) Add support for TS 4.5 ([@chriskrycho](https://github.com/chriskrycho)) + +#### :bug: Bug Fix +* [#183](https://github.com/chriskrycho/ember-async-data/pull/183) Fix `paths` location in type tests tsconfig.json ([@chriskrycho](https://github.com/chriskrycho)) + +#### :memo: Documentation +* [#359](https://github.com/chriskrycho/ember-async-data/pull/359) update hbs import from ember-cli-htmlbars ([@SergeAstapov](https://github.com/SergeAstapov)) +* [#213](https://github.com/chriskrycho/ember-async-data/pull/213) Add support for TS 4.5 ([@chriskrycho](https://github.com/chriskrycho)) +* [#153](https://github.com/chriskrycho/ember-async-data/pull/153) Docs: improve and fix issues in the README ([@chriskrycho](https://github.com/chriskrycho)) + +#### :house: Internal +* [#382](https://github.com/chriskrycho/ember-async-data/pull/382) convert to monorepo ([@SergeAstapov](https://github.com/SergeAstapov)) +* [#364](https://github.com/chriskrycho/ember-async-data/pull/364) run `npx ember-cli-update --to=4.8.0` to align with the latest blueprint ([@SergeAstapov](https://github.com/SergeAstapov)) +* [#380](https://github.com/chriskrycho/ember-async-data/pull/380) Update prettier setup per latest addon blueprint ([@SergeAstapov](https://github.com/SergeAstapov)) +* [#243](https://github.com/chriskrycho/ember-async-data/pull/243) Use `finally` for `waiter.endAsync` ([@chriskrycho](https://github.com/chriskrycho)) + +#### Committers: 3 +- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho)) +- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss)) +- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov)) + ## v0.6.0 (2021-09-04) #### :boom: Breaking Change diff --git a/ember-async-data/package.json b/ember-async-data/package.json index 62fd911a..db0bec2d 100644 --- a/ember-async-data/package.json +++ b/ember-async-data/package.json @@ -1,6 +1,6 @@ { "name": "ember-async-data", - "version": "0.6.0", + "version": "0.7.0", "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" diff --git a/package.json b/package.json index 3afd6535..37d3210b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-async-data", - "version": "0.0.0", + "version": "0.7.0", "private": true, "repository": "https://github.com/chriskrycho/ember-async-data", "license": "MIT", diff --git a/test-app/package.json b/test-app/package.json index 5654d244..c5eb86bb 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -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.6.0", + "ember-async-data": "0.7.0", "ember-auto-import": "^2.4.3", "ember-cli": "~4.8.0", "ember-cli-babel": "^7.26.11",