Skip to content

Commit 84a3e39

Browse files
committed
Release 7.3.0
1 parent f03351e commit 84a3e39

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11

2+
3+
## v7.3.0 (2024-08-30)
4+
5+
#### :rocket: Enhancement
6+
* [#1114](https://github.com/elwayman02/ember-scroll-modifiers/pull/1114) [A11y] Added support for prefers reduced motion ([@hiTyagi](https://github.com/hiTyagi))
7+
8+
#### :bug: Bug Fix
9+
* [#1113](https://github.com/elwayman02/ember-scroll-modifiers/pull/1113) Added deprecation workflow for component-template-resolving ([@hiTyagi](https://github.com/hiTyagi))
10+
11+
#### :house: Internal
12+
* [#1113](https://github.com/elwayman02/ember-scroll-modifiers/pull/1113) Added deprecation workflow for component-template-resolving ([@hiTyagi](https://github.com/hiTyagi))
13+
* [#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))
14+
15+
#### Committers: 1
16+
- Himanshu Tyagi ([@hiTyagi](https://github.com/hiTyagi))
17+
218
## v7.2.1 (2024-08-26)
319

420
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-scroll-modifiers",
3-
"version": "7.2.1",
3+
"version": "7.3.0",
44
"description": "Scroll-based Modifiers for Ember Applications",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)