Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrloop committed Dec 19, 2023
1 parent b47eee0 commit 291b0d7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


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

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

#### :boom: Breaking Change
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.0",
"version": "1.0.1",
"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.0",
"version": "1.0.1",
"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": "1.0.0",
"version": "1.0.1",
"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.0",
"@qonto/ember-lottie": "1.0.1",
"@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 291b0d7

Please sign in to comment.