Skip to content

Commit

Permalink
⬆️ v3.8.3...v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nadnoslen committed Mar 30, 2022
1 parent 47b57c2 commit c91e5db
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 219 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"bootstrap-sass": "3.4.1",
"bootswatch": "3.4.1",
"broccoli-asset-rev": "^3.0.0",
"ember-cli": "~3.8.3",
"ember-cli": "~3.9.0",
"ember-cli-app-version": "^3.1.0",
"ember-cli-clock": "^3.0.0",
"ember-cli-dependency-checker": "^3.1.0",
Expand All @@ -78,7 +78,7 @@
"ember-maybe-import-regenerator": "^0.1.6",
"ember-qunit": "^3.4.1",
"ember-resolver": "^7.0.0",
"ember-source": "~3.8.0",
"ember-source": "~3.9.0",
"ember-source-channel-url": "^2.0.1",
"ember-try": "^1.0.0",
"eslint-plugin-ember": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "3.8.3",
"version": "3.9.0",
"blueprints": [
{
"name": "addon",
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = function(environment) {
EmberENV: {
FEATURES: {
// Here you can enable experimental features on an ember canary build
// e.g. 'with-controller': true
// e.g. EMBER_NATIVE_DECORATOR_SUPPORT: true
},
EXTEND_PROTOTYPES: {
// Prevent Ember Data from overriding Date.parse.
Expand Down
Loading

0 comments on commit c91e5db

Please sign in to comment.