Skip to content

Commit

Permalink
Release 4.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Astapov committed Aug 9, 2023
1 parent 3241609 commit 0051908
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 7 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@

## v4.0.0-beta.0 (2023-08-09)

#### :boom: Breaking Change
* `ember-truth-helpers`, `test-app`
* [#147](https://github.com/jmurphyau/ember-truth-helpers/pull/147) Convert to v2 addon ([@ctjhoa](https://github.com/ctjhoa))

#### :rocket: Enhancement
* `ember-truth-helpers`, `modern-test-app`, `test-app`
* [#176](https://github.com/jmurphyau/ember-truth-helpers/pull/176) Glint Support ([@gossi](https://github.com/gossi))

#### :memo: Documentation
* [#184](https://github.com/jmurphyau/ember-truth-helpers/pull/184) Remove "short-circuit" disclaimer from readme ([@Techn1x](https://github.com/Techn1x))
* [#179](https://github.com/jmurphyau/ember-truth-helpers/pull/179) Update readme ([@SergeAstapov](https://github.com/SergeAstapov))

#### :house: Internal
* `ember-truth-helpers`, `modern-test-app`, `test-app`
* [#182](https://github.com/jmurphyau/ember-truth-helpers/pull/182) Sync with embroider-addon blueprint ([@SergeAstapov](https://github.com/SergeAstapov))
* [#177](https://github.com/jmurphyau/ember-truth-helpers/pull/177) switch from yarn to pnpm ([@SergeAstapov](https://github.com/SergeAstapov))
* Other
* [#180](https://github.com/jmurphyau/ember-truth-helpers/pull/180) Add new workflow to provide release branches ([@SergeAstapov](https://github.com/SergeAstapov))
* `test-app`
* [#178](https://github.com/jmurphyau/ember-truth-helpers/pull/178) ember-cli-update v3.28.5...v4.12.1 ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 4
- Brad Overton ([@Techn1x](https://github.com/Techn1x))
- Camille TJHOA ([@ctjhoa](https://github.com/ctjhoa))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
- Thomas Gossmann ([@gossi](https://github.com/gossi))


## v3.1.1 (2022-07-14)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-truth-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-truth-helpers",
"version": "3.1.1",
"version": "4.0.0-beta.0",
"description": "Ember Truth Helpers",
"keywords": [
"ember-addon"
Expand Down
4 changes: 2 additions & 2 deletions packages/modern-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modern-test-app",
"version": "0.0.0",
"version": "4.0.0-beta.0",
"private": true,
"description": "Test app for embroider-addon addon",
"repository": "",
Expand Down Expand Up @@ -63,7 +63,7 @@
"ember-source-channel-url": "^3.0.0",
"ember-template-imports": "^3.4.2",
"ember-template-lint": "^5.11.0",
"ember-truth-helpers": "3.1.1",
"ember-truth-helpers": "4.0.0-beta.0",
"ember-try": "^2.0.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "3.1.1",
"version": "4.0.0-beta.0",
"private": true,
"description": "Test app for ember-truth-helpers addon",
"repository": "https://github.com/jmurphyau/ember-truth-helpers",
Expand Down Expand Up @@ -52,7 +52,7 @@
"ember-source": "~4.12.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.11.0",
"ember-truth-helpers": "3.1.1",
"ember-truth-helpers": "4.0.0-beta.0",
"ember-try": "^2.0.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0051908

Please sign in to comment.