Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anas7asia committed Apr 21, 2023
1 parent 341a8d4 commit f66b84d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@

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

#### :boom: Breaking Change
* [#10](https://github.com/qonto/ember-prismic-dom/pull/10) Update so CI builds ([@mrloop](https://github.com/mrloop))

#### :rocket: Enhancement
* [#7](https://github.com/qonto/ember-prismic-dom/pull/7) feat(custom): custom render prismic type ([@mrloop](https://github.com/mrloop))
* [#16](https://github.com/qonto/ember-prismic-dom/pull/16) Add label support ([@crushjz](https://github.com/crushjz))
* [#18](https://github.com/qonto/ember-prismic-dom/pull/18) Upgrade Ember to v4.12 ([@anas7asia](https://github.com/anas7asia))
* [#21](https://github.com/qonto/ember-prismic-dom/pull/21) Convert to v2 addon format ([@DBattou](https://github.com/DBattou))

#### :bug: Bug Fix
* [#10](https://github.com/qonto/ember-prismic-dom/pull/10) Update so CI builds ([@mrloop](https://github.com/mrloop))

#### :house: Internal
* [#15](https://github.com/qonto/ember-prismic-dom/pull/15) Use @embroider/test-setup to test the addon against Embroider ([@moussamew](https://github.com/moussamew))

#### :memo: Documentation
* [#9](https://github.com/qonto/ember-prismic-dom/pull/9) Add branding to README.md ([@mrloop](https://github.com/mrloop))
* [#8](https://github.com/qonto/ember-prismic-dom/pull/8) doc: more readable ([@mrloop](https://github.com/mrloop))

#### Committers: 5
- Anastasia ([@anas7asia](https://github.com/anas7asia))
- B ([@DBattou](https://github.com/DBattou))
- Cesare Puliatti ([@crushjz](https://github.com/crushjz))
- Ewan McDougall ([@mrloop](https://github.com/mrloop))
- Moussa Iskounene ([@moussamew](https://github.com/moussamew))

## v2.0.0 (2022-09-14)

#### :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": "2.0.0",
"version": "3.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": "2.0.0",
"version": "3.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": "0.0.0",
"version": "3.0.0",
"private": true,
"description": "Test app for ember-prismic-dom addon",
"repository": "",
Expand Down

0 comments on commit f66b84d

Please sign in to comment.