Skip to content

Commit 06d0213

Browse files
committed
Release 2.0.0
1 parent afeab45 commit 06d0213

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# Changelog
2+
3+
## v2.0.0 (2021-11-04)
4+
5+
#### :boom: Breaking Change
6+
* [#586](https://github.com/ember-cli/ember-try/pull/586) Drop support for scenarios with bower. ([@rwjblue](https://github.com/rwjblue))
7+
8+
#### :rocket: Enhancement
9+
* [#787](https://github.com/ember-cli/ember-try/pull/787) Implement `pnpm` adapter ([@Turbo87](https://github.com/Turbo87))
10+
* [#143](https://github.com/ember-cli/ember-try/pull/143) Remove requirement to have dependency managers. ([@rwjblue](https://github.com/rwjblue))
11+
* [#585](https://github.com/ember-cli/ember-try/pull/585) Use `ember-addon.configPath` from `package.json` if defined. ([@rwjblue](https://github.com/rwjblue))
12+
13+
#### :bug: Bug Fix
14+
* [#467](https://github.com/ember-cli/ember-try/pull/467) Ensure Yarn Workspace adapter supports `ember try:reset`. ([@rwjblue](https://github.com/rwjblue))
15+
* [#463](https://github.com/ember-cli/ember-try/pull/463) Handle additional `yarn` workspace definition formats ([@BarryThePenguin](https://github.com/BarryThePenguin))
16+
17+
#### :house: Internal
18+
* [#745](https://github.com/ember-cli/ember-try/pull/745) CI: Remove job schedule ([@Turbo87](https://github.com/Turbo87))
19+
* [#596](https://github.com/ember-cli/ember-try/pull/596) Remove unused devDeps and addon blueprint files. ([@rwjblue](https://github.com/rwjblue))
20+
* [#595](https://github.com/ember-cli/ember-try/pull/595) Add Prettier to linting configuration. ([@rwjblue](https://github.com/rwjblue))
21+
* [#593](https://github.com/ember-cli/ember-try/pull/593) Migrate Windows smoke test to GitHub Actions. ([@rwjblue](https://github.com/rwjblue))
22+
* [#587](https://github.com/ember-cli/ember-try/pull/587) Add release automation setup. ([@rwjblue](https://github.com/rwjblue))
23+
* [#594](https://github.com/ember-cli/ember-try/pull/594) Limit SemVer range smoke test to > 2.16 < 3.0.0. ([@rwjblue](https://github.com/rwjblue))
24+
* [#584](https://github.com/ember-cli/ember-try/pull/584) Use matrix builds to speed up all commands smoke tests ([@rwjblue](https://github.com/rwjblue))
25+
26+
#### Committers: 4
27+
- Jonathan Haines ([@BarryThePenguin](https://github.com/BarryThePenguin))
28+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
29+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
30+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
31+
32+
133
## [v1.4.0](https://github.com/ember-cli/ember-try/tree/v1.4.0)
234

335
[Full Changelog](https://github.com/ember-cli/ember-try/compare/v1.3.0...v1.4.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-try",
3-
"version": "1.4.0",
3+
"version": "2.0.0",
44
"description": "An ember-cli addon to test against multiple dependencies, such as ember and ember-data.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)