Skip to content

Commit

Permalink
chore: Downstreamed blueprint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Mar 12, 2024
1 parent 95a0606 commit 3846821
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "5.6.0",
"version": "5.7.0",
"blueprints": [
{
"name": "app",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"application-template-wrapper": false,
"default-async-observers": true,
"jquery-integration": false,
"no-implicit-route-model": true,
"template-only-glimmer-components": true
}
2 changes: 1 addition & 1 deletion docs/my-app/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": "5.6.0",
"version": "5.7.0",
"blueprints": [
{
"name": "app",
Expand Down
1 change: 1 addition & 0 deletions docs/my-app/config/optional-features.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"application-template-wrapper": false,
"default-async-observers": true,
"jquery-integration": false,
"no-implicit-route-model": true,
"template-only-glimmer-components": true
}
2 changes: 1 addition & 1 deletion docs/my-v1-addon/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": "5.6.0",
"version": "5.7.0",
"blueprints": [
{
"name": "addon",
Expand Down
1 change: 1 addition & 0 deletions docs/my-v1-addon/tests/dummy/config/optional-features.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"application-template-wrapper": false,
"default-async-observers": true,
"jquery-integration": false,
"no-implicit-route-model": true,
"template-only-glimmer-components": true
}
2 changes: 1 addition & 1 deletion tests/embroider-css-modules/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": "5.6.0",
"version": "5.7.0",
"blueprints": [
{
"name": "app",
Expand Down
1 change: 1 addition & 0 deletions tests/embroider-css-modules/config/optional-features.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"application-template-wrapper": false,
"default-async-observers": true,
"jquery-integration": false,
"no-implicit-route-model": true,
"template-only-glimmer-components": true
}
2 changes: 1 addition & 1 deletion tests/my-v2-addon/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": "5.6.0",
"version": "5.7.0",
"blueprints": [
{
"name": "app",
Expand Down
1 change: 1 addition & 0 deletions tests/my-v2-addon/config/optional-features.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"application-template-wrapper": false,
"default-async-observers": true,
"jquery-integration": false,
"no-implicit-route-model": true,
"template-only-glimmer-components": true
}

0 comments on commit 3846821

Please sign in to comment.