Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Commit

Permalink
4.0.0-beta1 Release (Drupal 8.7.0-beta2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hoenich committed Apr 16, 2019
1 parent c52bd3d commit 64f1855
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 128 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ install:
- orca static-analysis:run ./

# Use ORCA to build the code base.
- orca fixture:init -f --sut $ORCA_SUT_NAME --core 8.7.x-dev --dev --profile lightning
- orca fixture:init -f --sut $ORCA_SUT_NAME --core ~8.7.0-beta2 --dev --profile lightning
# Install dev dependencies.
- composer require --dev drupal/console --working-dir $ORCA_FIXTURE --no-update
- composer require --dev drupal/console webflo/drupal-core-require-dev:~8.7.0-beta2 --working-dir $ORCA_FIXTURE --no-update
# Update in a separate step to prevent lock file version conflicts.
- composer update --working-dir $ORCA_FIXTURE

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 4.0.0-beta1
* Updated Lightning Core to 4.0-beta2, which:
* Updated Drupal core to 8.7.0-beta2.
* Updated Lightning Layout to 2.0-beta1, which:
* Uses Layout Builder in place of Panels and Panelizer. However, both modules
are still shipped with Lightning Layout, allowing you to migrate your
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"require": {
"cweagans/composer-patches": "^1.6.4",
"drupal-composer/drupal-scaffold": "^2.0.0",
"drupal/core": "~8.7.0-beta2",
"drupal/lightning_api": "^4.0-beta1",
"drupal/lightning_core": "^4.0-beta2",
"drupal/lightning_layout": "^2.0-beta1",
Expand Down
122 changes: 15 additions & 107 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions drupal-org-core.make
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,4 @@ projects[drupal][type] = core
projects[drupal][download][type] = git
projects[drupal][download][url] = https://git.drupal.org/project/drupal.git
projects[drupal][download][branch] = 8.7.x
projects[drupal][download][tag] = 8.7.0-alpha2
projects[drupal][patch][] = https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2885441-2.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-03-05/2815221-116.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-10-12/1356276-531.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-03-25/2955065-25.patch
projects[drupal][download][tag] = 8.7.0-beta2
11 changes: 0 additions & 11 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ projects[blazy][version] = 1.0-rc4
projects[consumers][type] = module
projects[consumers][version] = 1.9
projects[contact_storage][type] = module
projects[contact_storage][patch][] = https://www.drupal.org/files/issues/2019-03-10/3038668-25.patch
projects[contact_storage][version] = 1.0-beta9
projects[crop][type] = module
projects[crop][version] = 2.0-rc1
Expand All @@ -25,22 +24,16 @@ projects[embed][version] = 1.0
projects[entity_block][type] = module
projects[entity_block][version] = 1.0-beta1
projects[entity_browser][type] = module
projects[entity_browser][patch][] = https://www.drupal.org/files/issues/entity-browser-view-context-2865928-14.patch
projects[entity_browser][patch][] = https://www.drupal.org/files/issues/2877751-27-8.x-2.x.patch
projects[entity_browser][version] = 2.1
projects[entity_browser_block][type] = module
projects[entity_browser_block][version] = 1.0
projects[entity_embed][type] = module
projects[entity_embed][patch][] = https://www.drupal.org/files/issues/2832504-2.patch
projects[entity_embed][version] = 1.0-beta2
projects[image_widget_crop][type] = module
projects[image_widget_crop][version] = 2.2
projects[inline_entity_form][type] = module
projects[inline_entity_form][version] = 1.0-rc1
projects[jsonapi][type] = module
projects[jsonapi][version] = 2.4
projects[layout_builder_restrictions][type] = module
projects[layout_builder_restrictions][patch][] = https://www.drupal.org/files/issues/2019-02-14/3032933-2.patch
projects[layout_builder_restrictions][version] = 1.5
projects[layout_library][type] = module
projects[layout_library][version] = 1.0-alpha2
Expand Down Expand Up @@ -77,12 +70,8 @@ projects[openapi_ui_swagger][version] = 1.0-rc3
projects[page_manager][type] = module
projects[page_manager][version] = 4.0-beta3
projects[panelizer][type] = module
projects[panelizer][patch][] = https://www.drupal.org/files/issues/2018-08-13/panelizer-multilingual-2778565-38.patch
projects[panelizer][version] = 4.1
projects[panels][type] = module
projects[panels][patch][] = https://www.drupal.org/files/issues/2019-02-06/initial.patch
projects[panels][patch][] = https://www.drupal.org/files/issues/panels-ipe-2878684-3.patch
projects[panels][patch][] = https://www.drupal.org/files/issues/panels-ipe-propogate-errors-2825034-5.patch
projects[panels][version] = 4.3
projects[pathauto][type] = module
projects[pathauto][version] = 1.4
Expand Down
2 changes: 1 addition & 1 deletion tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ curl -L -o drush https://github.com/drush-ops/drush/releases/download/8.1.16/dru
chmod +x drush
./drush make cloud.make $ARCHIVE
cd $ARCHIVE
composer require j7mbo/twitter-api-php league/oauth2-server:~6.0 webflo/drupal-core-strict:~8.6.0 'phpdocumentor/reflection-docblock:^3.0||^4.0'
composer require j7mbo/twitter-api-php league/oauth2-server:~6.0 webflo/drupal-core-strict:~8.7.0 'phpdocumentor/reflection-docblock:^3.0||^4.0'
mkdir -p $PROFILE_DIR
tar -x -f ../$ARCHIVE.tar --directory $PROFILE_DIR
cd ..
Expand Down
Binary file modified tests/fixtures/4.0.0-beta1.php.gz
Binary file not shown.

0 comments on commit 64f1855

Please sign in to comment.