Skip to content

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
evoactivity committed Jun 1, 2022
1 parent 14740fc commit e14be50
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@




## v0.1.6 (2022-06-01)

#### :rocket: Enhancement
* `ember-fast-marquee`, `test-app`
* [#16](https://github.com/evoactivity/ember-fast-marquee/pull/16) Add tests ([@evoactivity](https://github.com/evoactivity))
* `ember-fast-marquee`
* [#15](https://github.com/evoactivity/ember-fast-marquee/pull/15) Stop marquee if prefers-reduced-motion = true ([@evoactivity](https://github.com/evoactivity))
* [#17](https://github.com/evoactivity/ember-fast-marquee/pull/17) Use rollup-plugin-ts to compile typescript ([@evoactivity](https://github.com/evoactivity))

#### :memo: Documentation
* `ember-fast-marquee`
* [#10](https://github.com/evoactivity/ember-fast-marquee/pull/10) Readme Badges ([@evoactivity](https://github.com/evoactivity))

#### Committers: 1
- Liam Potter ([@evoactivity](https://github.com/evoactivity))

## v0.1.5 (2022-05-29)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"repository": "https://github.com/evoactivity/ember-fast-marquee",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-fast-marquee/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-fast-marquee",
"version": "0.1.5",
"version": "0.1.6",
"description": "A lightweight Ember component that uses CSS animations to create silky smooth marquees.",
"keywords": [
"ember-addon",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"description": "Small description for test-app goes here",
"repository": "",
Expand Down Expand Up @@ -42,7 +42,7 @@
"ember-cli-terser": "^4.0.2",
"ember-data": "~4.4.0",
"ember-export-application-global": "^2.0.1",
"ember-fast-marquee": "^0.1.5",
"ember-fast-marquee": "^0.1.6",
"ember-fetch": "^8.1.1",
"ember-load-initializers": "^2.1.2",
"ember-page-title": "^7.0.0",
Expand Down

0 comments on commit e14be50

Please sign in to comment.