Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vscav committed Nov 17, 2023
1 parent e8b6ab2 commit 3022589
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 4 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,36 @@


## 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))

#### :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))

#### :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))

#### :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))

#### :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))

#### 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
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": "0.6.1",
"version": "1.0.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": "0.6.1",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
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": "0.6.1",
"version": "1.0.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": "0.6.1",
"@qonto/ember-lottie": "1.0.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 3022589

Please sign in to comment.