Skip to content

Commit

Permalink
Merge pull request #26 from salsify/upgrade-ember-jquery-v2
Browse files Browse the repository at this point in the history
Upgrade @ember/jquery to v2.0.0
  • Loading branch information
AdamEdgett authored Dec 21, 2022
2 parents 777f4b3 + 2526319 commit 87a24d1
Show file tree
Hide file tree
Showing 4 changed files with 1,454 additions and 17 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## Unreleased

## [1.0.0] - 2022-12-21
### Changed
- Upgrade `@ember/jquery` to v2.0.0
- Drop support for node v8 & v10 as a result

## [0.6.1] - 2016-07-11
### Changed
- Upgrade `ember-cli-htmlbars` dependency to avoid deprecations.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Ember addon to integrate jQuery plugin [Sticky.js](http://stickyjs.com/).

* Ember.js v3.4 or above
* Ember CLI v2.13 or above
* Node.js v8 or above
* Node.js v12 or above

* `ember server`
* Visit your app at http://localhost:4200.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-sticky",
"version": "0.6.6",
"version": "1.0.0",
"description": "Ember addon for Sticky.js.",
"scripts": {
"lint:hbs": "ember-template-lint .",
Expand All @@ -11,7 +11,7 @@
"test:all": "ember try:each"
},
"engines": {
"node": "8.* || >= 10.*"
"node": "12.* || 14.* || >= 16"
},
"devDependencies": {
"@ember/optional-features": "^1.0.0",
Expand Down Expand Up @@ -53,7 +53,7 @@
"test": "tests"
},
"dependencies": {
"@ember/jquery": "^1.1.0",
"@ember/jquery": "^2.0.0",
"ember-cli-babel": "^7.11.1",
"ember-cli-htmlbars": "^4.0.0",
"ember-cli-node-assets": "^0.2.2",
Expand Down
Loading

0 comments on commit 87a24d1

Please sign in to comment.