Skip to content

Commit

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


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

#### :bug: Bug Fix
* `ember-truth-helpers`, `modern-test-app`, `test-app`
* [#188](https://github.com/jmurphyau/ember-truth-helpers/pull/188) Fix Glint types by converting helpers to plain functions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :memo: Documentation
* [#192](https://github.com/jmurphyau/ember-truth-helpers/pull/192) Update Ember.js compatibiity in README.md ([@SergeAstapov](https://github.com/SergeAstapov))

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

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

#### :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-beta.0",
"version": "4.0.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": "4.0.0-beta.0",
"version": "4.0.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": "4.0.0-beta.0",
"ember-truth-helpers": "4.0.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": "4.0.0-beta.0",
"version": "4.0.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": "4.0.0-beta.0",
"ember-truth-helpers": "4.0.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 cd6eb8d

Please sign in to comment.