Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycalleri committed Dec 28, 2023
1 parent 4128458 commit 086ab65
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 28 deletions.
54 changes: 31 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,69 +1,77 @@

## [1.1.0](https://github.com/qonto/ember-lottie/compare/v1.0.1...v1.1.0) (2023-12-28)

## [1.0.1](https://github.com/qonto/ember-lottie/compare/v1.0.0...v1.0.1) (2023-12-19)


### Bug Fixes

* dont pass undefined options to fetch ([78e36d4](https://github.com/qonto/ember-lottie/commit/78e36d44e152679c6a5d8d0974576995243eaf20))
* update broken lockfile ([786b705](https://github.com/qonto/ember-lottie/commit/786b7057320ef398566edf63933272a412ad907c))
- dont pass undefined options to fetch ([78e36d4](https://github.com/qonto/ember-lottie/commit/78e36d44e152679c6a5d8d0974576995243eaf20))
- update broken lockfile ([786b705](https://github.com/qonto/ember-lottie/commit/786b7057320ef398566edf63933272a412ad907c))

## v1.0.0 (2023-11-17)

#### :boom: Breaking Change
* [#285](https://github.com/qonto/ember-lottie/pull/285) feat: drop node v16 ([@vscav](https://github.com/vscav))
* [#253](https://github.com/qonto/ember-lottie/pull/253) ci: add TypeScript compatibility check jobs ([@vscav](https://github.com/vscav))

- [#285](https://github.com/qonto/ember-lottie/pull/285) feat: drop node v16 ([@vscav](https://github.com/vscav))
- [#253](https://github.com/qonto/ember-lottie/pull/253) ci: add TypeScript compatibility check jobs ([@vscav](https://github.com/vscav))

#### :rocket: Enhancement
* [#274](https://github.com/qonto/ember-lottie/pull/274) fix(lottie.ts): passing credentials include param to fetch request ([@mrloop](https://github.com/mrloop))
* [#238](https://github.com/qonto/ember-lottie/pull/238) feat: use official ember-source TypeScript types public preview in addon package ([@vscav](https://github.com/vscav))
* [#237](https://github.com/qonto/ember-lottie/pull/237) feat: use official ember-source TypeScript types public preview in test-app ([@nicolasgasco](https://github.com/nicolasgasco))

- [#274](https://github.com/qonto/ember-lottie/pull/274) fix(lottie.ts): passing credentials include param to fetch request ([@mrloop](https://github.com/mrloop))
- [#238](https://github.com/qonto/ember-lottie/pull/238) feat: use official ember-source TypeScript types public preview in addon package ([@vscav](https://github.com/vscav))
- [#237](https://github.com/qonto/ember-lottie/pull/237) feat: use official ember-source TypeScript types public preview in test-app ([@nicolasgasco](https://github.com/nicolasgasco))

#### :bug: Bug Fix
* [#273](https://github.com/qonto/ember-lottie/pull/273) Add backward compatibility with MediaQueryList.addEventListener in older browsers ([@nicolasgasco](https://github.com/nicolasgasco))

- [#273](https://github.com/qonto/ember-lottie/pull/273) Add backward compatibility with MediaQueryList.addEventListener in older browsers ([@nicolasgasco](https://github.com/nicolasgasco))

#### :memo: Documentation
* [#252](https://github.com/qonto/ember-lottie/pull/252) fix(docs): remove unused columns in API reference table ([@vscav](https://github.com/vscav))
* [#204](https://github.com/qonto/ember-lottie/pull/204) fix: typo in README ([@vscav](https://github.com/vscav))

- [#252](https://github.com/qonto/ember-lottie/pull/252) fix(docs): remove unused columns in API reference table ([@vscav](https://github.com/vscav))
- [#204](https://github.com/qonto/ember-lottie/pull/204) fix: typo in README ([@vscav](https://github.com/vscav))

#### :house: Internal
* [#260](https://github.com/qonto/ember-lottie/pull/260) chore: install and use @qonto/eslint-config-typescript@1.0.0-rc.0 ([@vscav](https://github.com/vscav))
* [#241](https://github.com/qonto/ember-lottie/pull/241) feat(ts): setup and use Glint in test-app package ([@vscav](https://github.com/vscav))
* [#240](https://github.com/qonto/ember-lottie/pull/240) chore(lint): add specific set of rules for TypeScript linting and run lint with --fix option ([@vscav](https://github.com/vscav))
* [#203](https://github.com/qonto/ember-lottie/pull/203) fix: use correct syntax for no-lockfile option ([@nicolasgasco](https://github.com/nicolasgasco))
* [#202](https://github.com/qonto/ember-lottie/pull/202) chore: update action-setup-pnpm to v3 ([@nicolasgasco](https://github.com/nicolasgasco))

- [#260](https://github.com/qonto/ember-lottie/pull/260) chore: install and use @qonto/eslint-config-typescript@1.0.0-rc.0 ([@vscav](https://github.com/vscav))
- [#241](https://github.com/qonto/ember-lottie/pull/241) feat(ts): setup and use Glint in test-app package ([@vscav](https://github.com/vscav))
- [#240](https://github.com/qonto/ember-lottie/pull/240) chore(lint): add specific set of rules for TypeScript linting and run lint with --fix option ([@vscav](https://github.com/vscav))
- [#203](https://github.com/qonto/ember-lottie/pull/203) fix: use correct syntax for no-lockfile option ([@nicolasgasco](https://github.com/nicolasgasco))
- [#202](https://github.com/qonto/ember-lottie/pull/202) chore: update action-setup-pnpm to v3 ([@nicolasgasco](https://github.com/nicolasgasco))

#### Committers: 3

- Ewan McDougall ([@mrloop](https://github.com/mrloop))
- Nicolas Gasco ([@nicolasgasco](https://github.com/nicolasgasco))
- Vincent Scavinner ([@vscav](https://github.com/vscav))


## v0.6.1 (2023-09-07)

#### :rocket: Enhancement
* [#196](https://github.com/qonto/ember-lottie/pull/196) throw LottieError if the fetch response is not ok ([@SkoebaSteve](https://github.com/SkoebaSteve))

- [#196](https://github.com/qonto/ember-lottie/pull/196) throw LottieError if the fetch response is not ok ([@SkoebaSteve](https://github.com/SkoebaSteve))

#### Committers: 5

- Steef Janssen ([@SkoebaSteve](https://github.com/SkoebaSteve))

## v0.6.0 (2023-09-05)

#### :rocket: Enhancement
* [#195](https://github.com/qonto/ember-lottie/pull/195) Add option to pass an onError function to handle any lottie fetch err… ([@SkoebaSteve](https://github.com/SkoebaSteve))
* [#194](https://github.com/qonto/ember-lottie/pull/194) Expose template registry and drop rollup-plugin-ts ([@vscav](https://github.com/vscav))

- [#195](https://github.com/qonto/ember-lottie/pull/195) Add option to pass an onError function to handle any lottie fetch err… ([@SkoebaSteve](https://github.com/SkoebaSteve))
- [#194](https://github.com/qonto/ember-lottie/pull/194) Expose template registry and drop rollup-plugin-ts ([@vscav](https://github.com/vscav))

#### :house: Internal
* [#132](https://github.com/qonto/ember-lottie/pull/132) Remove unnecessary jobs in CI script ([@vscav](https://github.com/vscav))

- [#132](https://github.com/qonto/ember-lottie/pull/132) Remove unnecessary jobs in CI script ([@vscav](https://github.com/vscav))

#### Committers: 5

- Anastasia ([@anas7asia](https://github.com/anas7asia))
- Ewan McDougall ([@mrloop](https://github.com/mrloop))
- Steef Janssen ([@SkoebaSteve](https://github.com/SkoebaSteve))
- Vincent Scavinner ([@vscav](https://github.com/vscav))
- [@CYriuk](https://github.com/CYriuk)


## v0.5.0 (2023-04-13)

#### :house: Internal
Expand Down
2 changes: 1 addition & 1 deletion ember-lottie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qonto/ember-lottie",
"version": "1.0.1",
"version": "1.1.0",
"description": "Render lottie after effects animations in Ember.js",
"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-lottie",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.0.1",
"version": "1.1.0",
"private": true,
"description": "Test app for @qonto/ember-lottie addon",
"repository": "",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@glimmer/tracking": "^1.1.2",
"@glint/core": "1.2.1",
"@glint/environment-ember-loose": "1.2.1",
"@qonto/ember-lottie": "1.0.1",
"@qonto/ember-lottie": "1.1.0",
"@qonto/eslint-config-typescript": "1.0.0-rc.0",
"@release-it-plugins/lerna-changelog": "^6.0.0",
"@tsconfig/ember": "^3.0.2",
Expand Down

0 comments on commit 086ab65

Please sign in to comment.