Skip to content

Commit

Permalink
Release 5.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vscav committed Nov 28, 2023
1 parent 3979efd commit 2a25d35
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@

## v5.0.0-beta.0 (2023-11-28)

#### :boom: Breaking Change
* [#115](https://github.com/qonto/ember-prismic-dom/pull/115) feat: drop node v16 ([@vscav](https://github.com/vscav))

#### :rocket: Enhancement
* [#132](https://github.com/qonto/ember-prismic-dom/pull/132) refactor: migrate test app package to TypeScript ([@michelegera](https://github.com/michelegera))
* [#116](https://github.com/qonto/ember-prismic-dom/pull/116) refactor: migrate addon package to TypeScript ([@michelegera](https://github.com/michelegera))
* [#88](https://github.com/qonto/ember-prismic-dom/pull/88) refactor: use variable assignment and bound value instead of {{component}} helper ([@vscav](https://github.com/vscav))

#### :memo: Documentation
* [#40](https://github.com/qonto/ember-prismic-dom/pull/40) chore: remove documentation for missing `pnpm test:watch` command ([@michelegera](https://github.com/michelegera))

#### :house: Internal
* [#89](https://github.com/qonto/ember-prismic-dom/pull/89) feat: setup TypeScript ([@vscav](https://github.com/vscav))
* [#29](https://github.com/qonto/ember-prismic-dom/pull/29) chore: add dependabot configuration ([@vscav](https://github.com/vscav))
* [#28](https://github.com/qonto/ember-prismic-dom/pull/28) ci: update action-setup-pnpm to v3 ([@dannycalleri](https://github.com/dannycalleri))
* [#27](https://github.com/qonto/ember-prismic-dom/pull/27) fix: remove double pnpm installation ([@vscav](https://github.com/vscav))
* [#26](https://github.com/qonto/ember-prismic-dom/pull/26) fix: remove double node installation on CI ([@vscav](https://github.com/vscav))

#### Committers: 3
- Danny Calleri ([@dannycalleri](https://github.com/dannycalleri))
- Michele Gerarduzzi ([@michelegera](https://github.com/michelegera))
- Vincent Scavinner ([@vscav](https://github.com/vscav))

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

#### :boom: Breaking Change
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": "4.0.0",
"version": "5.0.0-beta.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": "4.0.0",
"version": "5.0.0-beta.0",
"private": true,
"repository": "https://github.com/qonto/ember-prismic-dom",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions 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": "5.0.0-beta.0",
"private": true,
"description": "Test app for ember-prismic-dom addon",
"repository": "",
Expand Down Expand Up @@ -94,6 +94,6 @@
"edition": "octane"
},
"dependencies": {
"ember-prismic-dom": "*"
"ember-prismic-dom": "5.0.0-beta.0"
}
}

0 comments on commit 2a25d35

Please sign in to comment.