Skip to content

Commit

Permalink
Release 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elwayman02 committed Aug 30, 2024
1 parent f03351e commit 84a3e39
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@


## v7.3.0 (2024-08-30)

#### :rocket: Enhancement
* [#1114](https://github.com/elwayman02/ember-scroll-modifiers/pull/1114) [A11y] Added support for prefers reduced motion ([@hiTyagi](https://github.com/hiTyagi))

#### :bug: Bug Fix
* [#1113](https://github.com/elwayman02/ember-scroll-modifiers/pull/1113) Added deprecation workflow for component-template-resolving ([@hiTyagi](https://github.com/hiTyagi))

#### :house: Internal
* [#1113](https://github.com/elwayman02/ember-scroll-modifiers/pull/1113) Added deprecation workflow for component-template-resolving ([@hiTyagi](https://github.com/hiTyagi))
* [#1](https://github.com/elwayman02/ember-scroll-modifiers/pull/1) Bump ember-cli-template-lint from 1.0.0 to 2.0.2 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview))

#### Committers: 1
- Himanshu Tyagi ([@hiTyagi](https://github.com/hiTyagi))

## v7.2.1 (2024-08-26)

#### :bug: Bug Fix
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-scroll-modifiers",
"version": "7.2.1",
"version": "7.3.0",
"description": "Scroll-based Modifiers for Ember Applications",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 84a3e39

Please sign in to comment.