Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Astapov committed Sep 6, 2023
1 parent 4a7814d commit 0b0c45a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@



## v4.0.1 (2023-09-06)

#### :bug: Bug Fix
* `ember-truth-helpers`
* [#195](https://github.com/jmurphyau/ember-truth-helpers/pull/195) Fix peerDependencies to depend on ember-source@>=3.28.0 ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 1
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))


## v4.0.0 (2023-09-02)

#### :boom: Breaking Change
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": "4.0.0",
"version": "4.0.1",
"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": "4.0.0",
"version": "4.0.1",
"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": "4.0.0",
"ember-truth-helpers": "4.0.1",
"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": "4.0.0",
"version": "4.0.1",
"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": "4.0.0",
"ember-truth-helpers": "4.0.1",
"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 0b0c45a

Please sign in to comment.