Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anas7asia committed Jun 2, 2023
1 parent c3417d8 commit 45ad857
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v4.0.0 (2023-06-02)

#### :boom: Breaking Change
* [#25](https://github.com/qonto/ember-prismic-dom/pull/25) Drop node 14 support ([@vscav](https://github.com/vscav))
#### :rocket: Enhancement
* [#22](https://github.com/qonto/ember-prismic-dom/pull/22) Wrap unsafe component invocation with ensure-safe-component ([@poulet42](https://github.com/poulet42))
#### :house: Internal
* [#24](https://github.com/qonto/ember-prismic-dom/pull/24) Migrate from yarn to pnpm ([@vscav](https://github.com/vscav))
#### Committers: 2
* Corentin ([@poulet42](https://github.com/poulet42))
* Vincent Scavinner ([@vscav](https://github.com/vscav))

## v3.0.0 (2023-04-21)

Expand Down
2 changes: 1 addition & 1 deletion ember-prismic-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-prismic-dom",
"version": "3.0.0",
"version": "4.0.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-prismic-dom",
"version": "3.0.0",
"version": "4.0.0",
"private": true,
"repository": "https://github.com/qonto/ember-prismic-dom",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "3.0.0",
"version": "4.0.0",
"private": true,
"description": "Test app for ember-prismic-dom addon",
"repository": "",
Expand Down

0 comments on commit 45ad857

Please sign in to comment.